[130806] trunk/dports/python

larryv at macports.org larryv at macports.org
Fri Jan 2 13:38:39 PST 2015


Revision: 130806
          https://trac.macports.org/changeset/130806
Author:   larryv at macports.org
Date:     2015-01-02 13:38:39 -0800 (Fri, 02 Jan 2015)
Log Message:
-----------
py{24,25,31,32}-sqlalchemy: Replace with py{27,34}

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

Modified: trunk/dports/python/py-graveyard/Portfile
===================================================================
--- trunk/dports/python/py-graveyard/Portfile	2015-01-02 21:27:41 UTC (rev 130805)
+++ trunk/dports/python/py-graveyard/Portfile	2015-01-02 21:38:39 UTC (rev 130806)
@@ -525,6 +525,7 @@
 py-spatialite           3.0.1_1     24 25
 py-speaklater           1.3_1       24 25 31 32
 py-spreadmodule         1.5.0_2     24
+py-sqlalchemy           0.9.8_1     24 25 31 32
 py-sqlalchemy-migrate   0.7.2_1     24 25 26
 py-sqlobject            0.10.2_2    24 25
 py-statsmodels          0.5.0_1     26 32 33

Modified: trunk/dports/python/py-sqlalchemy/Portfile
===================================================================
--- trunk/dports/python/py-sqlalchemy/Portfile	2015-01-02 21:27:41 UTC (rev 130805)
+++ trunk/dports/python/py-sqlalchemy/Portfile	2015-01-02 21:38:39 UTC (rev 130806)
@@ -11,7 +11,7 @@
 platforms           darwin
 license             MIT
 
-python.versions     24 25 26 27 31 32 33 34
+python.versions     26 27 33 34
 
 maintainers         landonf openmaintainer
 
@@ -29,47 +29,18 @@
 checksums           rmd160  a7ac41b0d8d6928a176c188be2b19f6825ba51e8 \
                     sha256  de3ac04ecab0a7e0af64eee30a71e723ba5886b958205f7354dd62439da60389
 
-# Latest supported version for python 2.4
-subport py24-sqlalchemy {
-    version             0.7.10
-    revision            0
-    epoch               1
-    distname            SQLAlchemy-${version}
-    checksums           rmd160  561ae29cafb1e0a76fc2d86210d756ab8a5e401b \
-                        sha256  77aa39d65c9d043eba6ba329b359ff867424fd6c403b7c0cb112b65e507e1d66
-}
-
-# Latest supported version for python 2.5
-subport py25-sqlalchemy {
-    version             0.8.4
-    revision            0
-    distname            SQLAlchemy-${version}
-    checksums           rmd160  052f11f1dd850461e8f77e32e9a67950a330a62b \
-                        sha256  92646ef7567d85d42ad7abf4ccc4327d664d32d4e9e4fd8a241f865c639a98c0
-}
-
 if {${name} ne ${subport}} {
     depends_build-append    port:py${python.version}-setuptools
 
     post-destroot {
         # Install example files not installed by the Makefile
-        if {${subport} eq "py24-sqlalchemy" || ${subport} eq "py25-sqlalchemy"} {
-            xinstall -m 755 -d ${destroot}${prefix}/share/doc/${subport}/examples
-            foreach f [glob -directory ${worksrcpath}/doc *] {
-                copy $f ${destroot}${prefix}/share/doc/${subport}/[file tail $f]
-            }
-            foreach f [glob -directory ${worksrcpath}/examples *] {
-                copy $f ${destroot}${prefix}/share/doc/${subport}/examples/[file tail $f]
-            }
-        } 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]
-            }
-            foreach f [glob -directory ${worksrcpath}/examples *] {
-                copy $f ${destroot}${python.prefix}/share/doc/sqlalchemy/examples/[file tail $f]
-            }
+        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]
         }
+        foreach f [glob -directory ${worksrcpath}/examples *] {
+            copy $f ${destroot}${python.prefix}/share/doc/sqlalchemy/examples/[file tail $f]
+        }
     }
 
     livecheck.type          none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150102/a2f213c3/attachment.html>


More information about the macports-changes mailing list