[101048] trunk/dports/python

jmr at macports.org jmr at macports.org
Thu Jan 3 10:04:57 PST 2013


Revision: 101048
          https://trac.macports.org/changeset/101048
Author:   jmr at macports.org
Date:     2013-01-03 10:04:57 -0800 (Thu, 03 Jan 2013)
Log Message:
-----------
py*-sqlalchemy-migrate: unify

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

Removed Paths:
-------------
    trunk/dports/python/py25-sqlalchemy-migrate/
    trunk/dports/python/py26-sqlalchemy-migrate/
    trunk/dports/python/py27-sqlalchemy-migrate/

Modified: trunk/dports/python/py-sqlalchemy-migrate/Portfile
===================================================================
--- trunk/dports/python/py-sqlalchemy-migrate/Portfile	2013-01-03 17:58:24 UTC (rev 101047)
+++ trunk/dports/python/py-sqlalchemy-migrate/Portfile	2013-01-03 18:04:57 UTC (rev 101048)
@@ -1,13 +1,12 @@
-# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem        1.0
-PortGroup         python24 1.0
+PortGroup         python 1.0
 
 name              py-sqlalchemy-migrate
-version           0.4.5
-revision          1
-categories        python
+version           0.7.2
+license           MIT
 platforms         darwin
 supported_archs   noarch
 maintainers       akitada openmaintainer
@@ -21,13 +20,22 @@
                   command line as well as from inside python code.
 homepage          http://sqlalchemy-migrate.googlecode.com/
 master_sites      http://pypi.python.org/packages/source/s/sqlalchemy-migrate/
-checksums         md5 d4f17e2c7fcfbb7bd0df628d974c8e3e \
-                  sha1 047e95dcc82cb0ff00262ccfa572156af6748c11 \
-                  rmd160 18b4f57ac3b3d01e49e7d01142d9f8156f221159
-depends_lib       port:py24-distribute
+checksums         md5 10382fda16f056491e671b5307dd6713 \
+                  sha1 d88f0159e3f58fed8c50ba83f0b19559b0524cb5 \
+                  rmd160 e4c596b590e543081f78feab54599024b5b9b3e8
 distname          sqlalchemy-migrate-${version}
 
-post-destroot {
-    file rename ${destroot}${prefix}/bin/migrate \
-        ${destroot}${prefix}/bin/migrate-2.4
+python.versions   24 25 26 27
+
+if {$subport != $name} {
+    depends_lib       port:py${python.version}-distribute \
+                      port:py${python.version}-tempita \
+                      port:py${python.version}-decorator
+    if {${python.version} <= 25} {
+        version       0.7.1
+        distname      sqlalchemy-migrate-${version}
+        checksums     md5 023acd2cb74882597074768a0e84468a \
+                      sha1 42dd3d5d84815350c83fbeb6ab8b72580813182d \
+                      rmd160 c673e34f9fb0b58c702a97a05813abf610d17486
+    }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130103/3d716617/attachment.html>


More information about the macports-changes mailing list