[106142] trunk/dports/python/py-sqlalchemy/Portfile

stromnov at macports.org stromnov at macports.org
Thu May 16 04:03:16 PDT 2013


Revision: 106142
          https://trac.macports.org/changeset/106142
Author:   stromnov at macports.org
Date:     2013-05-16 04:03:15 -0700 (Thu, 16 May 2013)
Log Message:
-----------
py-sqlalchemy: update to version 0.8.1

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

Modified: trunk/dports/python/py-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py-sqlalchemy/Portfile	2013-05-16 10:49:19 UTC (rev 106141)
+++ trunk/dports/python/py-sqlalchemy/Portfile	2013-05-16 11:03:15 UTC (rev 106142)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-sqlalchemy
-version             0.8.0
+version             0.8.1
 revision            0
 categories-append   databases
 license             MIT
@@ -24,11 +24,21 @@
 
 distname            SQLAlchemy-${version}
 
-checksums           rmd160  d1d898fe0d8b0d6b93f49883d0cf66e4f3b9ca83 \
-                    sha256  0a075454fb56c77056e7ecd2c153a1a2cb47a57a462b196d571f554b6c204f7d
+checksums           rmd160  c1f48b185cf8958c64f4e66e0caee34e68d2cca2 \
+                    sha256  c3347b78f2b3c6d6defcb5e58e4f6a3974da50acf7fa93d63a240b0d1549b647
 
 python.versions     24 25 26 27 31 32 33
 
+subport py24-sqlalchemy {
+    version             0.7.10
+    revision            0
+    master_sites        https://pypi.python.org/packages/source/S/SQLAlchemy/
+    distname            SQLAlchemy-${version}
+    checksums           rmd160  561ae29cafb1e0a76fc2d86210d756ab8a5e401b \
+                        sha256  77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66
+    livecheck.type      none
+}
+
 if {$subport != $name} {
     depends_build-append    port:py${python.version}-distribute
 
@@ -52,8 +62,10 @@
             }
         }
     }
+
+    livecheck.type          none
+} else {
+    livecheck.regex         {<a href="/download\.html"><b>(.+?)</b></a>}
+    livecheck.type          regex
+    livecheck.url           ${homepage}
 }
-
-livecheck.regex     {<a href="/download\.html"><b>(.+?)</b></a>}
-livecheck.type      regex
-livecheck.url       ${homepage}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130516/9299e010/attachment.html>


More information about the macports-changes mailing list