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

stromnov at macports.org stromnov at macports.org
Mon Dec 9 04:17:51 PST 2013


Revision: 114464
          https://trac.macports.org/changeset/114464
Author:   stromnov at macports.org
Date:     2013-12-09 04:17:50 -0800 (Mon, 09 Dec 2013)
Log Message:
-----------
py-sqlalchemy: update to version 0.8.4

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

Modified: trunk/dports/python/py-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py-sqlalchemy/Portfile	2013-12-09 12:08:12 UTC (rev 114463)
+++ trunk/dports/python/py-sqlalchemy/Portfile	2013-12-09 12:17:50 UTC (rev 114464)
@@ -5,12 +5,14 @@
 PortGroup           python 1.0
 
 name                py-sqlalchemy
-version             0.8.3
+version             0.8.4
 revision            0
 categories-append   databases
 platforms           darwin
 license             MIT
 
+python.versions     24 25 26 27 31 32 33
+
 maintainers         landonf akitada openmaintainer
 
 description         Python SQL ORM
@@ -24,11 +26,10 @@
 
 distname            SQLAlchemy-${version}
 
-checksums           rmd160  12661436f7185b0d035d11c8704ea755693da336 \
-                    sha256  80702cd95ade2d31d018e27accd4a75afb5b82e1b77b206c4ea463378c08197b
+checksums           rmd160  052f11f1dd850461e8f77e32e9a67950a330a62b \
+                    sha256  92646ef7567d85d42ad7abf4ccc4327d664d32d4e9e4fd8a241f865c639a98c0
 
-python.versions     24 25 26 27 31 32 33
-
+# Latest supported version for python 2.4
 subport py24-sqlalchemy {
     version             0.7.10
     revision            0
@@ -52,7 +53,7 @@
             foreach f [glob -directory ${worksrcpath}/examples *] {
                 copy $f ${destroot}${prefix}/share/doc/${subport}/examples/[file tail $f]
             }
-        } elseif {${subport} eq "py26-sqlalchemy" || ${subport} eq "py27-sqlalchemy" || ${subport} eq "py31-sqlalchemy" || ${subport} eq "py32-sqlalchemy" || ${subport} eq "py33-sqlalchemy" } {
+        } else {
             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: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131209/c74c3450/attachment.html>


More information about the macports-changes mailing list