[93468] trunk/dports/python

singingwolfboy at macports.org singingwolfboy at macports.org
Wed May 23 09:31:08 PDT 2012


Revision: 93468
          https://trac.macports.org/changeset/93468
Author:   singingwolfboy at macports.org
Date:     2012-05-23 09:31:08 -0700 (Wed, 23 May 2012)
Log Message:
-----------
Merged py25-transaction into py-transaction unified portfile

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

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

Modified: trunk/dports/python/py-transaction/Portfile
===================================================================
--- trunk/dports/python/py-transaction/Portfile	2012-05-23 15:19:22 UTC (rev 93467)
+++ trunk/dports/python/py-transaction/Portfile	2012-05-23 16:31:08 UTC (rev 93468)
@@ -7,7 +7,7 @@
 name                py-transaction
 set real_name       transaction
 version             1.2.0
-python.versions     26 27 32
+python.versions     25 26 27 32
 python.default_version  27
 categories-append   databases
 maintainers         singingwolfboy openmaintainer
@@ -28,3 +28,11 @@
 if {$name != $subport} {
     depends_build       port:py${python.version}-distribute
 }
+
+subport py25-transaction {
+    # The last version of `transaction` to support Python 2.5 is 1.1.1
+    version         1.1.1
+    checksums       rmd160  29bb6d288dc22ea0a70e04d8150f13af69efee9d \
+                    sha256  3e00f6db97297cd2ff869b3d32109019bf898d925593926d729d546a47660ca9
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120523/98bfc8cc/attachment-0001.html>


More information about the macports-changes mailing list