[149361] trunk/dports/python/py-gdbm/Portfile

jwa at macports.org jwa at macports.org
Tue Jun 14 11:46:24 PDT 2016


Revision: 149361
          https://trac.macports.org/changeset/149361
Author:   jwa at macports.org
Date:     2016-06-14 11:46:24 -0700 (Tue, 14 Jun 2016)
Log Message:
-----------
py-gdbm: add python36, next updates with 3.6 version bumps

Modified Paths:
--------------
    trunk/dports/python/py-gdbm/Portfile

Modified: trunk/dports/python/py-gdbm/Portfile
===================================================================
--- trunk/dports/python/py-gdbm/Portfile	2016-06-14 18:17:35 UTC (rev 149360)
+++ trunk/dports/python/py-gdbm/Portfile	2016-06-14 18:46:24 UTC (rev 149361)
@@ -15,7 +15,7 @@
 
 homepage		http://docs.python.org/library/gdbm.html
 
-python.versions 24 25 26 27 31 32 33 34 35
+python.versions 24 25 26 27 31 32 33 34 35 36
 
 set setup_py "setup.py"
 set extract_files "Modules/gdbmmodule.c"
@@ -105,8 +105,19 @@
                     sha256  c6d57c0c366d9060ab6c0cdf889ebf3d92711d466cc0119c441dbf2746f725c9
     set setup_py "setup-py3k.py"
     set extract_files "Modules/_gdbmmodule.c Modules/clinic/_gdbmmodule.c.h"
-    livecheck.regex	Python (3.5.0\[abrc\]+\[0-9\]+)
+    livecheck.regex	Python (3.5.\[0-9\]+)
 }
+subport py36-gdbm {
+    maintainers     jwa openmaintainer
+    version         3.6.0a2
+    epoch           20160614
+    use_xz			yes
+    checksums       rmd160  39a9ddda680bb1c83c1541987ae043388d460381 \
+                    sha256  2dd2ddf22a63ef9642a20b1f5a40983209e8d7a8ad8371a881fde520edc9ff86
+    set setup_py "setup-py3k.py"
+    set extract_files "Modules/_gdbmmodule.c Modules/clinic/_gdbmmodule.c.h"
+    livecheck.regex	Python (3.6.0\[abrc\]+\[0-9\]+)
+}
 
 distname		Python-${version}
 master_sites	http://www.python.org/ftp/python/${version}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160614/236fd98e/attachment.html>


More information about the macports-changes mailing list