[88184] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Wed Dec 21 10:55:18 PST 2011


Revision: 88184
          http://trac.macports.org/changeset/88184
Author:   singingwolfboy at macports.org
Date:     2011-12-21 10:55:18 -0800 (Wed, 21 Dec 2011)
Log Message:
-----------
py-transaction: created separate port for py25-transaction, since the module dropped compatibility for py25 with version 1.2.0

Modified Paths:
--------------
    trunk/dports/python/py-transaction/Portfile
    trunk/dports/python/py25-transaction/Portfile

Added Paths:
-----------
    trunk/dports/python/py25-transaction/

Modified: trunk/dports/python/py-transaction/Portfile
===================================================================
--- trunk/dports/python/py-transaction/Portfile	2011-12-21 18:43:21 UTC (rev 88183)
+++ trunk/dports/python/py-transaction/Portfile	2011-12-21 18:55:18 UTC (rev 88184)
@@ -7,7 +7,8 @@
 name                py-transaction
 set real_name       transaction
 version             1.2.0
-python.versions     24 25 26 27
+python.versions     26 27 32
+python.default_version  27
 categories-append   databases
 maintainers         singingwolfboy openmaintainer
 license             ZPL-2.1

Modified: trunk/dports/python/py25-transaction/Portfile
===================================================================
--- trunk/dports/python/py-transaction/Portfile	2011-12-21 18:43:21 UTC (rev 88183)
+++ trunk/dports/python/py25-transaction/Portfile	2011-12-21 18:55:18 UTC (rev 88184)
@@ -2,12 +2,14 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python 1.0
+PortGroup           python25 1.0
 
-name                py-transaction
+# This port is not part of the py-transaction unified port because starting
+# with version 1.2.0, the transaction module no longer supports Python 2.4 or
+# Python 2.5. Version 1.1.1 is the last version to do so.
+name                py25-transaction
 set real_name       transaction
-version             1.2.0
-python.versions     24 25 26 27
+version             1.1.1
 categories-append   databases
 maintainers         singingwolfboy openmaintainer
 license             ZPL-2.1
@@ -21,9 +23,7 @@
 master_sites        http://pypi.python.org/packages/source/t/${real_name}/
 distname            ${real_name}-${version}
 
-checksums           rmd160  a042c6f7f49f7aa7fb3ca1f71573cc7f917ca806 \
-                    sha256  41ac906c58c4cbf3635956f0cf5b4dee783dec285ac037852484f0a21181c773
+checksums           rmd160  29bb6d288dc22ea0a70e04d8150f13af69efee9d \
+                    sha256  3e00f6db97297cd2ff869b3d32109019bf898d925593926d729d546a47660ca9
 
-if {$name == $subport} {
-    depends_build       port:py${python.version}-distribute
-}
+depends_build       port:py25-distribute
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111221/c164636a/attachment-0001.html>


More information about the macports-changes mailing list