[109007] trunk/dports/python/py-gdbm/Portfile

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


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

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

Modified: trunk/dports/python/py-gdbm/Portfile
===================================================================
--- trunk/dports/python/py-gdbm/Portfile	2013-08-06 11:56:39 UTC (rev 109006)
+++ trunk/dports/python/py-gdbm/Portfile	2013-08-06 12:03:12 UTC (rev 109007)
@@ -15,7 +15,7 @@
 
 homepage		http://docs.python.org/library/gdbm.html
 
-python.versions 24 25 26 27 31 32 33
+python.versions 24 25 26 27 31 32 33 34
 
 set setup_py "setup.py"
 set cfile "gdbmmodule.c"
@@ -85,6 +85,17 @@
     set cfile "_gdbmmodule.c"
     livecheck.regex	Python (3.3.\[0-9\]+)
 }
+subport py34-gdbm {
+    maintainers     jwa openmaintainer
+    version         3.4.0a1
+    epoch           20130806
+    use_xz			yes
+    checksums       rmd160  45381ef97fa1a812bd4b217f17d527e64bbf2731 \
+                    sha256  9b1a1ef0abbce33bd84e750624ae3a733179530f5e41d6213faea10a17b48fdf
+    set setup_py "setup-py3k.py"
+    set cfile "_gdbmmodule.c"
+    livecheck.regex	Python (3.4.\[0-9\]+)
+}
 
 distname		Python-${version}
 master_sites	http://www.python.org/ftp/python/${version}/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130806/2d7613a3/attachment.html>


More information about the macports-changes mailing list