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

jwa at macports.org jwa at macports.org
Tue Aug 6 05:03:52 PDT 2013


Revision: 109008
          https://trac.macports.org/changeset/109008
Author:   jwa at macports.org
Date:     2013-08-06 05:03:52 -0700 (Tue, 06 Aug 2013)
Log Message:
-----------
py-tkinter: add subport for Python 3.4, it's first alpha

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

Modified: trunk/dports/python/py-tkinter/Portfile
===================================================================
--- trunk/dports/python/py-tkinter/Portfile	2013-08-06 12:03:12 UTC (rev 109007)
+++ trunk/dports/python/py-tkinter/Portfile	2013-08-06 12:03:52 UTC (rev 109008)
@@ -17,7 +17,7 @@
 
 homepage        http://docs.python.org/library/tkinter.html
 
-python.versions 24 25 26 27 31 32 33
+python.versions 24 25 26 27 31 32 33 34
 
 set extract_files "Modules/_tkinter.c Modules/tkappinit.c"
 set module_name Tkinter
@@ -92,6 +92,18 @@
     append extract_files " Modules/tkinter.h"
     set module_name tkinter
 }
+subport py34-tkinter {
+    maintainers jwa openmaintainer
+    version     3.4.0a1
+    epoch       20130806
+# homepage is a placeholder until the release
+#    homepage    http://docs.python.org/release/${version}/library/tkinter.html
+    use_xz      yes
+    checksums   rmd160  45381ef97fa1a812bd4b217f17d527e64bbf2731 \
+                sha256  9b1a1ef0abbce33bd84e750624ae3a733179530f5e41d6213faea10a17b48fdf
+    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: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130806/638d304e/attachment-0001.html>


More information about the macports-changes mailing list