[133334] trunk/dports/python

jwa at macports.org jwa at macports.org
Thu Feb 26 08:58:27 PST 2015


Revision: 133334
          https://trac.macports.org/changeset/133334
Author:   jwa at macports.org
Date:     2015-02-26 08:58:27 -0800 (Thu, 26 Feb 2015)
Log Message:
-----------
py-gdbm, -tkinter: add python35 subports

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

Modified: trunk/dports/python/py-gdbm/Portfile
===================================================================
--- trunk/dports/python/py-gdbm/Portfile	2015-02-26 16:55:48 UTC (rev 133333)
+++ trunk/dports/python/py-gdbm/Portfile	2015-02-26 16:58:27 UTC (rev 133334)
@@ -15,7 +15,7 @@
 
 homepage		http://docs.python.org/library/gdbm.html
 
-python.versions 24 25 26 27 31 32 33 34
+python.versions 24 25 26 27 31 32 33 34 35
 
 set setup_py "setup.py"
 set cfile "gdbmmodule.c"
@@ -95,6 +95,17 @@
     set cfile "_gdbmmodule.c"
     livecheck.regex	Python (3.4.\[0-9\]+)
 }
+subport py35-gdbm {
+    maintainers     jwa openmaintainer
+    version         3.5.0a1
+    epoch           20150209
+    use_xz			yes
+    checksums       rmd160  29495a3100621030996dd10053a6d4d3ee839af8 \
+                    sha256  3639cce7e4f01926a2463fe0b6cce00690f899bee16a78aa222c5202d48538b5
+    set setup_py "setup-py3k.py"
+    set cfile "_gdbmmodule.c"
+    livecheck.regex	Python (3.5.0\[abrc\]+\[0-9\]+)
+}
 
 distname		Python-${version}
 master_sites	http://www.python.org/ftp/python/${version}/

Modified: trunk/dports/python/py-tkinter/Portfile
===================================================================
--- trunk/dports/python/py-tkinter/Portfile	2015-02-26 16:55:48 UTC (rev 133333)
+++ trunk/dports/python/py-tkinter/Portfile	2015-02-26 16:58:27 UTC (rev 133334)
@@ -17,7 +17,7 @@
 
 homepage        http://docs.python.org/library/tkinter.html
 
-python.versions 24 25 26 27 31 32 33 34
+python.versions 24 25 26 27 31 32 33 34 35
 
 set extract_files "Modules/_tkinter.c Modules/tkappinit.c"
 set module_name Tkinter
@@ -102,6 +102,17 @@
     append extract_files " Modules/tkinter.h"
     set module_name tkinter
 }
+subport py35-tkinter {
+    maintainers jwa openmaintainer
+    version     3.5.0a1
+    epoch       20150209
+    homepage    http://docs.python.org/release/${version}/library/tkinter.html
+    use_xz      yes
+    checksums   rmd160  29495a3100621030996dd10053a6d4d3ee839af8 \
+                sha256  3639cce7e4f01926a2463fe0b6cce00690f899bee16a78aa222c5202d48538b5
+    append extract_files " Modules/tkinter.h"
+    set module_name tkinter
+}
 
 master_sites    http://www.python.org/ftp/python/${version}/
 distname        Python-${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150226/5435e1dd/attachment.html>


More information about the macports-changes mailing list