[88152] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Tue Dec 20 15:24:23 PST 2011


Revision: 88152
          http://trac.macports.org/changeset/88152
Author:   singingwolfboy at macports.org
Date:     2011-12-20 15:24:22 -0800 (Tue, 20 Dec 2011)
Log Message:
-----------
py-transaction: unified portfile, updated to 1.2.0

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

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

Removed Paths:
-------------
    trunk/dports/python/py27-transaction/

Modified: trunk/dports/python/py-transaction/Portfile
===================================================================
--- trunk/dports/python/py27-transaction/Portfile	2011-12-20 18:54:13 UTC (rev 88148)
+++ trunk/dports/python/py-transaction/Portfile	2011-12-20 23:24:22 UTC (rev 88152)
@@ -2,11 +2,12 @@
 # $Id$
 
 PortSystem          1.0
-PortGroup           python27 1.0
+PortGroup           python 1.0
 
-name                py27-transaction
+name                py-transaction
 set real_name       transaction
-version             1.1.1
+version             1.2.0
+python.versions     24 25 26 27
 categories-append   databases
 maintainers         singingwolfboy openmaintainer
 license             ZPL-2.1
@@ -20,7 +21,9 @@
 master_sites        http://pypi.python.org/packages/source/t/${real_name}/
 distname            ${real_name}-${version}
 
-checksums           rmd160  29bb6d288dc22ea0a70e04d8150f13af69efee9d \
-                    sha256  3e00f6db97297cd2ff869b3d32109019bf898d925593926d729d546a47660ca9
+checksums           rmd160  a042c6f7f49f7aa7fb3ca1f71573cc7f917ca806 \
+                    sha256  41ac906c58c4cbf3635956f0cf5b4dee783dec285ac037852484f0a21181c773
 
-depends_build       port:py27-distribute
+if {$name == $subport} {
+    depends_build       port:py${python.version}-distribute
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111220/4cd654ba/attachment.html>


More information about the macports-changes mailing list