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

stromnov at macports.org stromnov at macports.org
Wed Aug 8 03:13:30 PDT 2012


Revision: 96383
          https://trac.macports.org/changeset/96383
Author:   stromnov at macports.org
Date:     2012-08-08 03:13:28 -0700 (Wed, 08 Aug 2012)
Log Message:
-----------
py-sqlalchemy: update to version 0.7.8

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

Modified: trunk/dports/python/py-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py-sqlalchemy/Portfile	2012-08-08 10:07:57 UTC (rev 96382)
+++ trunk/dports/python/py-sqlalchemy/Portfile	2012-08-08 10:13:28 UTC (rev 96383)
@@ -5,7 +5,7 @@
 PortGroup           python 1.0
 
 name                py-sqlalchemy
-version             0.7.7
+version             0.7.8
 revision            0
 categories-append   databases
 license             MIT
@@ -24,10 +24,10 @@
 
 distname            SQLAlchemy-${version}
 
-checksums           rmd160  313469efa1ee95b99754c14ea7a50e425eb4e754 \
-                    sha256  50eb02e4a178e8c122f12f8d264a5b29a4f4857926d896b60a23276fcdda5c45
+checksums           rmd160  54fd493e880feb41fc45c851ca2f4c30a9589561 \
+                    sha256  e0d8b81cbb3bbb19a9e6ed0d31ecc525ed20c0590e595801d2c531052b92618f
 
-python.versions     24 25 26 27
+python.versions     24 25 26 27 31 32
 
 if {$subport != $name} {
     depends_build-append    port:py${python.version}-distribute
@@ -42,7 +42,7 @@
             foreach f [glob -directory ${worksrcpath}/examples *] {
                 copy $f ${destroot}${prefix}/share/doc/${subport}/examples/[file tail $f]
             }
-        } elseif {$subport == "py26-sqlalchemy" || $subport == "py27-sqlalchemy"} {
+        } elseif {$subport == "py26-sqlalchemy" || $subport == "py27-sqlalchemy" || $subport == "py31-sqlalchemy" || $subport == "py32-sqlalchemy" } {
             xinstall -m 755 -d ${destroot}${python.prefix}/share/doc/sqlalchemy/examples
             foreach f [glob -directory ${worksrcpath}/doc *] {
                 copy $f ${destroot}${python.prefix}/share/doc/sqlalchemy/[file tail $f]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120808/37f9ad06/attachment-0001.html>


More information about the macports-changes mailing list