[133742] trunk/dports

jwa at macports.org jwa at macports.org
Tue Mar 10 02:22:20 PDT 2015


Revision: 133742
          https://trac.macports.org/changeset/133742
Author:   jwa at macports.org
Date:     2015-03-10 02:22:20 -0700 (Tue, 10 Mar 2015)
Log Message:
-----------
python35: version bump of python35 to 3.5.0a2, add a patch to modify the library search

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

Modified: trunk/dports/lang/python35/Portfile
===================================================================
--- trunk/dports/lang/python35/Portfile	2015-03-10 03:09:25 UTC (rev 133741)
+++ trunk/dports/lang/python35/Portfile	2015-03-10 09:22:20 UTC (rev 133742)
@@ -7,9 +7,9 @@
 name                    python35
 
 # Remember to keep py34-tkinter and py34-gdbm's versions sync'd with this
-version                 3.5.0a1
+version                 3.5.0a2
 
-epoch                   20150209
+epoch                   20150309
 
 set major               [lindex [split $version .] 0]
 set branch              [join [lrange [split ${version} .] 0 1] .]
@@ -30,13 +30,14 @@
 
 use_xz					yes
 
-checksums           rmd160  29495a3100621030996dd10053a6d4d3ee839af8 \
-                    sha256  3639cce7e4f01926a2463fe0b6cce00690f899bee16a78aa222c5202d48538b5
+checksums           rmd160  03030ec498e081541f162730af113a42eb8092cc \
+                    sha256  9e495e2624cbd5535d5fa28116bb32ff5be2aebe55673ddfa517da1851465912
 
 patchfiles              patch-setup.py.diff \
                         patch-Lib-cgi.py.diff \
                         patch-configure.diff \
                         patch-setup.py-disabled_modules.diff \
+                        patch-Lib-ctypes-macholib-dyld.py.diff \
                         patch-libedit.diff \
                         omit-local-site-packages.patch
 

Modified: trunk/dports/python/py-gdbm/Portfile
===================================================================
--- trunk/dports/python/py-gdbm/Portfile	2015-03-10 03:09:25 UTC (rev 133741)
+++ trunk/dports/python/py-gdbm/Portfile	2015-03-10 09:22:20 UTC (rev 133742)
@@ -97,11 +97,11 @@
 }
 subport py35-gdbm {
     maintainers     jwa openmaintainer
-    version         3.5.0a1
-    epoch           20150209
+    version         3.5.0a2
+    epoch           20150309
     use_xz			yes
-    checksums       rmd160  29495a3100621030996dd10053a6d4d3ee839af8 \
-                    sha256  3639cce7e4f01926a2463fe0b6cce00690f899bee16a78aa222c5202d48538b5
+    checksums       rmd160  03030ec498e081541f162730af113a42eb8092cc \
+                    sha256  9e495e2624cbd5535d5fa28116bb32ff5be2aebe55673ddfa517da1851465912
     set setup_py "setup-py3k.py"
     set cfile "_gdbmmodule.c"
     livecheck.regex	Python (3.5.0\[abrc\]+\[0-9\]+)

Modified: trunk/dports/python/py-tkinter/Portfile
===================================================================
--- trunk/dports/python/py-tkinter/Portfile	2015-03-10 03:09:25 UTC (rev 133741)
+++ trunk/dports/python/py-tkinter/Portfile	2015-03-10 09:22:20 UTC (rev 133742)
@@ -104,12 +104,12 @@
 }
 subport py35-tkinter {
     maintainers jwa openmaintainer
-    version     3.5.0a1
-    epoch       20150209
+    version     3.5.0a2
+    epoch       20150309
     homepage    http://docs.python.org/release/${version}/library/tkinter.html
     use_xz      yes
-    checksums   rmd160  29495a3100621030996dd10053a6d4d3ee839af8 \
-                sha256  3639cce7e4f01926a2463fe0b6cce00690f899bee16a78aa222c5202d48538b5
+    checksums   rmd160  03030ec498e081541f162730af113a42eb8092cc \
+                sha256  9e495e2624cbd5535d5fa28116bb32ff5be2aebe55673ddfa517da1851465912
     append extract_files " Modules/tkinter.h"
     set module_name tkinter
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150310/61004ab7/attachment.html>


More information about the macports-changes mailing list