Revision: 140155 https://trac.macports.org/changeset/140155 Author: jwa@macports.org Date: 2015-09-10 03:33:27 -0700 (Thu, 10 Sep 2015) Log Message: ----------- python35: version bump to 3.5.0rc4 with friends 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-09-10 09:10:51 UTC (rev 140154) +++ trunk/dports/lang/python35/Portfile 2015-09-10 10:33:27 UTC (rev 140155) @@ -7,9 +7,9 @@ name python35 # Remember to keep py35-tkinter and py35-gdbm's versions sync'd with this -version 3.5.0rc3 +version 3.5.0rc4 -epoch 20150908 +epoch 20150910 set major [lindex [split $version .] 0] set branch [join [lrange [split ${version} .] 0 1] .] @@ -30,8 +30,8 @@ use_xz yes -checksums rmd160 9cb99776dbce694aec6bb67dfae7f4e427312e64 \ - sha256 5a0693a58b89436d704373d2868e6fa609023041869cf09b811ed29f49b7064b +checksums rmd160 c1115d2d04bd5e01d6b7a4cf26400d7097291dae \ + sha256 29775aaec2a374f4df128f5b2d32ea2a1e6fa574ecfbad5ead16cf0e58b057d3 patchfiles patch-setup.py.diff \ patch-Lib-cgi.py.diff \ Modified: trunk/dports/python/py-gdbm/Portfile =================================================================== --- trunk/dports/python/py-gdbm/Portfile 2015-09-10 09:10:51 UTC (rev 140154) +++ trunk/dports/python/py-gdbm/Portfile 2015-09-10 10:33:27 UTC (rev 140155) @@ -98,11 +98,11 @@ } subport py35-gdbm { maintainers jwa openmaintainer - version 3.5.0rc3 - epoch 20150908 + version 3.5.0rc4 + epoch 20150910 use_xz yes - checksums rmd160 9cb99776dbce694aec6bb67dfae7f4e427312e64 \ - sha256 5a0693a58b89436d704373d2868e6fa609023041869cf09b811ed29f49b7064b + checksums rmd160 c1115d2d04bd5e01d6b7a4cf26400d7097291dae \ + sha256 29775aaec2a374f4df128f5b2d32ea2a1e6fa574ecfbad5ead16cf0e58b057d3 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\]+) Modified: trunk/dports/python/py-tkinter/Portfile =================================================================== --- trunk/dports/python/py-tkinter/Portfile 2015-09-10 09:10:51 UTC (rev 140154) +++ trunk/dports/python/py-tkinter/Portfile 2015-09-10 10:33:27 UTC (rev 140155) @@ -104,12 +104,12 @@ } subport py35-tkinter { maintainers jwa openmaintainer - version 3.5.0rc3 - epoch 20150908 + version 3.5.0rc4 + epoch 20150910 homepage http://docs.python.org/release/${version}/library/tkinter.html use_xz yes - checksums rmd160 9cb99776dbce694aec6bb67dfae7f4e427312e64 \ - sha256 5a0693a58b89436d704373d2868e6fa609023041869cf09b811ed29f49b7064b + checksums rmd160 c1115d2d04bd5e01d6b7a4cf26400d7097291dae \ + sha256 29775aaec2a374f4df128f5b2d32ea2a1e6fa574ecfbad5ead16cf0e58b057d3 append extract_files " Modules/tkinter.h Modules/clinic/_tkinter.c.h" set module_name tkinter }
participants (1)
-
jwa@macports.org