[149362] trunk/dports/python/py-tkinter/Portfile

jwa at macports.org jwa at macports.org
Tue Jun 14 11:47:02 PDT 2016


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

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

Modified: trunk/dports/python/py-tkinter/Portfile
===================================================================
--- trunk/dports/python/py-tkinter/Portfile	2016-06-14 18:46:24 UTC (rev 149361)
+++ trunk/dports/python/py-tkinter/Portfile	2016-06-14 18:47:01 UTC (rev 149362)
@@ -17,7 +17,7 @@
 
 homepage        http://docs.python.org/library/tkinter.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 extract_files "Modules/_tkinter.c Modules/tkappinit.c"
 set module_name Tkinter
@@ -112,6 +112,17 @@
     append extract_files " Modules/tkinter.h Modules/clinic/_tkinter.c.h"
     set module_name tkinter
 }
+subport py36-tkinter {
+    maintainers jwa openmaintainer
+    version     3.6.0a2
+    epoch       20160614
+    homepage    http://docs.python.org/release/${version}/library/tkinter.html
+    use_xz      yes
+    checksums   rmd160  39a9ddda680bb1c83c1541987ae043388d460381 \
+                sha256  2dd2ddf22a63ef9642a20b1f5a40983209e8d7a8ad8371a881fde520edc9ff86
+    append extract_files " Modules/tkinter.h Modules/clinic/_tkinter.c.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/20160614/0b05f04d/attachment.html>


More information about the macports-changes mailing list