[150090] trunk/dports

jwa at macports.org jwa at macports.org
Tue Jul 12 01:05:18 PDT 2016


Revision: 150090
          https://trac.macports.org/changeset/150090
Author:   jwa at macports.org
Date:     2016-07-12 01:05:18 -0700 (Tue, 12 Jul 2016)
Log Message:
-----------
python36: version bump to 3.6.0a3

Modified Paths:
--------------
    trunk/dports/lang/python36/Portfile
    trunk/dports/python/py-gdbm/Portfile
    trunk/dports/python/py-tkinter/Portfile

Modified: trunk/dports/lang/python36/Portfile
===================================================================
--- trunk/dports/lang/python36/Portfile	2016-07-12 07:27:25 UTC (rev 150089)
+++ trunk/dports/lang/python36/Portfile	2016-07-12 08:05:18 UTC (rev 150090)
@@ -7,9 +7,9 @@
 name                    python36
 
 # Remember to keep py35-tkinter and py35-gdbm's versions sync'd with this
-version                 3.6.0a2
+version                 3.6.0a3
 
-epoch                   20160614
+epoch                   20160712
 
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
@@ -30,8 +30,8 @@
 
 use_xz					yes
 
-checksums           rmd160  39a9ddda680bb1c83c1541987ae043388d460381 \
-                    sha256  2dd2ddf22a63ef9642a20b1f5a40983209e8d7a8ad8371a881fde520edc9ff86
+checksums           rmd160  1f3f9d3814d4db0ae9abefe41a4bbb54106ede59 \
+                    sha256  2cd0611c3456a83737d99d8ffd36d4094b3d44c29dd3a4185f1146be502a8321
 
 patchfiles              patch-setup.py.diff \
                         patch-Lib-cgi.py.diff \
@@ -98,6 +98,14 @@
 
 set confdir config-${branch}m
 
+platform darwin {
+    set confdir config-${branch}m-darwin
+   post-configure {
+      # See http://trac.macports.org/ticket/18376
+      system -W ${worksrcpath} "ed - pyconfig.h < ${filespath}/pyconfig.ed"
+   }
+}
+
 notes "
 To make this the default Python or Python 3 (i.e., the version run by\
 the 'python' or 'python3' commands), run one or both of:
@@ -139,13 +147,6 @@
     }
 }
 
-platform darwin {
-   post-configure {
-      # See http://trac.macports.org/ticket/18376
-      system -W ${worksrcpath} "ed - pyconfig.h < ${filespath}/pyconfig.ed"
-   }
-}
-
 variant readline description {Use readline instead of libedit} {
     patchfiles-delete       patch-libedit.diff
     depends_lib-append      port:readline

Modified: trunk/dports/python/py-gdbm/Portfile
===================================================================
--- trunk/dports/python/py-gdbm/Portfile	2016-07-12 07:27:25 UTC (rev 150089)
+++ trunk/dports/python/py-gdbm/Portfile	2016-07-12 08:05:18 UTC (rev 150090)
@@ -109,14 +109,14 @@
 }
 subport py36-gdbm {
     maintainers     jwa openmaintainer
-    version         3.6.0a2
-    epoch           20160614
+    version         3.6.0a3
+    epoch           20160712
     use_xz			yes
-    checksums       rmd160  39a9ddda680bb1c83c1541987ae043388d460381 \
-                    sha256  2dd2ddf22a63ef9642a20b1f5a40983209e8d7a8ad8371a881fde520edc9ff86
+    checksums       rmd160  1f3f9d3814d4db0ae9abefe41a4bbb54106ede59 \
+                    sha256  2cd0611c3456a83737d99d8ffd36d4094b3d44c29dd3a4185f1146be502a8321
     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\]+)
+    livecheck.regex	Python (3.6.\[0-9\]+)
 }
 
 distname		Python-${version}

Modified: trunk/dports/python/py-tkinter/Portfile
===================================================================
--- trunk/dports/python/py-tkinter/Portfile	2016-07-12 07:27:25 UTC (rev 150089)
+++ trunk/dports/python/py-tkinter/Portfile	2016-07-12 08:05:18 UTC (rev 150090)
@@ -116,12 +116,12 @@
 }
 subport py36-tkinter {
     maintainers jwa openmaintainer
-    version     3.6.0a2
-    epoch       20160614
+    version     3.6.0a3
+    epoch       20160712
     homepage    http://docs.python.org/release/${version}/library/tkinter.html
     use_xz      yes
-    checksums   rmd160  39a9ddda680bb1c83c1541987ae043388d460381 \
-                sha256  2dd2ddf22a63ef9642a20b1f5a40983209e8d7a8ad8371a881fde520edc9ff86
+    checksums   rmd160  1f3f9d3814d4db0ae9abefe41a4bbb54106ede59 \
+                sha256  2cd0611c3456a83737d99d8ffd36d4094b3d44c29dd3a4185f1146be502a8321
     append extract_files " Modules/tkinter.h Modules/clinic/_tkinter.c.h"
     set module_name tkinter
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160712/ec72dac2/attachment.html>


More information about the macports-changes mailing list