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

stromnov at macports.org stromnov at macports.org
Fri Jul 5 03:15:42 PDT 2013


Revision: 107764
          https://trac.macports.org/changeset/107764
Author:   stromnov at macports.org
Date:     2013-07-05 03:15:42 -0700 (Fri, 05 Jul 2013)
Log Message:
-----------
py-sqlalchemy: update to version 0.8.2

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

Modified: trunk/dports/python/py-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py-sqlalchemy/Portfile	2013-07-05 10:14:32 UTC (rev 107763)
+++ trunk/dports/python/py-sqlalchemy/Portfile	2013-07-05 10:15:42 UTC (rev 107764)
@@ -5,11 +5,11 @@
 PortGroup           python 1.0
 
 name                py-sqlalchemy
-version             0.8.1
+version             0.8.2
 revision            0
 categories-append   databases
+platforms           darwin
 license             MIT
-platforms           darwin
 
 maintainers         landonf akitada openmaintainer
 
@@ -24,8 +24,8 @@
 
 distname            SQLAlchemy-${version}
 
-checksums           rmd160  c1f48b185cf8958c64f4e66e0caee34e68d2cca2 \
-                    sha256  c3347b78f2b3c6d6defcb5e58e4f6a3974da50acf7fa93d63a240b0d1549b647
+checksums           rmd160  ed201164623f35bfa2a45c840273b06be9eeec87 \
+                    sha256  fb0814b1198331164d1b12c37c0cced3c84350a4279f9ef43c613fb2d2fb9d86
 
 python.versions     24 25 26 27 31 32 33
 
@@ -53,7 +53,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" || $subport == "py31-sqlalchemy" || $subport == "py32-sqlalchemy" } {
+        } elseif {$subport == "py26-sqlalchemy" || $subport == "py27-sqlalchemy" || $subport == "py31-sqlalchemy" || $subport == "py32-sqlalchemy" || $subport == "py33-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/20130705/3d26e016/attachment.html>


More information about the macports-changes mailing list