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

jwa at macports.org jwa at macports.org
Fri Apr 13 00:32:08 PDT 2012


Revision: 91915
          https://trac.macports.org/changeset/91915
Author:   jwa at macports.org
Date:     2012-04-13 00:32:08 -0700 (Fri, 13 Apr 2012)
Log Message:
-----------
version bump to 2.7.3, 3.2.3 for respective Python versions, add subport for py33-gdbm

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

Modified: trunk/dports/python/py-gdbm/Portfile
===================================================================
--- trunk/dports/python/py-gdbm/Portfile	2012-04-13 07:27:28 UTC (rev 91914)
+++ trunk/dports/python/py-gdbm/Portfile	2012-04-13 07:32:08 UTC (rev 91915)
@@ -44,11 +44,10 @@
 }
 subport py27-gdbm {
     maintainers     jwa openmaintainer
-    version         2.7.2
-    # consider changing to xz with next release (in sync with python27)
-    use_bzip2		yes
-    checksums		sha1 417bdeea77abfaf1b9257fc6b4a04aaa209f4547 \
-                    rmd160 c3bf4f09b7c429a4d9f4cc251c795304cd5232c5
+    version         2.7.3
+    use_xz			yes
+    checksums		rmd160  a51bb3ed518c897d1cf3c3d237929d385409d9f7 \
+        sha256  61d36be58e9e9c733c49d7b76858d5c08e2c63a84f2066b29d35d3521057c985
     livecheck.regex	Python (2.7.\[0-9\]+)
 }
 subport py31-gdbm {
@@ -63,15 +62,24 @@
 }
 subport py32-gdbm {
     maintainers     jwa openmaintainer
-    version         3.2.2
-    # consider changing to xz with next release (in sync with python32)
-    use_bzip2		yes
-    checksums		sha1 3be9287068c9b4c3e5f46f03ccb0f365b56ed56d \
-                    rmd160 029d7ae5fbfaad6fc9ab3fea4ddd53943159976e
+    version         3.2.3
+    use_xz			yes
+    checksums		rmd160  8e34a4dd2544a9b6a691557a0ab0e69b21e5ee0e \
+        sha256  23c16f621f21e54987079765c060196cbe50235c7867147c6126d433054b1754
     set setup_py "setup-py3k.py"
     set cfile "_gdbmmodule.c"
     livecheck.regex	Python (3.2.\[0-9\]+)
 }
+subport py33-gdbm {
+    maintainers     jwa openmaintainer
+    version         3.3.0a2
+    use_xz			yes
+    checksums		rmd160  4e64b6f7e34d8cfe1ed57b64235c5eebd287ac4f \
+        sha256  bcdf42457dad00d596792c1d6fe057b2ce6df7442e51f239d400a66a84871dbb
+    set setup_py "setup-py3k.py"
+    set cfile "_gdbmmodule.c"
+    livecheck.regex	Python (3.3.\[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/20120413/4aec5870/attachment-0001.html>


More information about the macports-changes mailing list