[130390] trunk/dports/python/py-sqlalchemy-migrate/Portfile

larryv at macports.org larryv at macports.org
Mon Dec 29 21:39:15 PST 2014


Revision: 130390
          https://trac.macports.org/changeset/130390
Author:   larryv at macports.org
Date:     2014-12-29 21:39:15 -0800 (Mon, 29 Dec 2014)
Log Message:
-----------
py-sqlalchemy-migrate: Reformat and rearrange

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

Modified: trunk/dports/python/py-sqlalchemy-migrate/Portfile
===================================================================
--- trunk/dports/python/py-sqlalchemy-migrate/Portfile	2014-12-30 05:38:32 UTC (rev 130389)
+++ trunk/dports/python/py-sqlalchemy-migrate/Portfile	2014-12-30 05:39:15 UTC (rev 130390)
@@ -1,36 +1,38 @@
 # -*- 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         python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name              py-sqlalchemy-migrate
-version           0.7.2
-license           MIT
-platforms         darwin
-supported_archs   noarch
-maintainers       nomaintainer
-description       Database schema migration for SQLAlchemy
-long_description  Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate \
-                  provides a way to deal with database schema changes in \
-                  SQLAlchemy projects. \
-                  SQLAlchemy Migrate extends SQLAlchemy to have database \
-                  changeset handling. It provides a database change \
-                  repository mechanism which can be used from the \
-                  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 10382fda16f056491e671b5307dd6713 \
-                  sha1 d88f0159e3f58fed8c50ba83f0b19559b0524cb5 \
-                  rmd160 e4c596b590e543081f78feab54599024b5b9b3e8
-distname          sqlalchemy-migrate-${version}
+name                py-sqlalchemy-migrate
+version             0.7.2
+platforms           darwin
+supported_archs     noarch
+license             MIT
+maintainers         nomaintainer
 
-python.versions   24 25 26 27
+description         Database schema migration for SQLAlchemy
+long_description    Inspired by Ruby on Rails' migrations, SQLAlchemy \
+                    Migrate provides a way to deal with database \
+                    schema changes in SQLAlchemy projects. SQLAlchemy \
+                    Migrate extends SQLAlchemy to have database
+                    changeset handling. It provides a database change \
+                    repository mechanism which can be used from the \
+                    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/
+distname            sqlalchemy-migrate-${version}
+checksums           md5     10382fda16f056491e671b5307dd6713 \
+                    sha1    d88f0159e3f58fed8c50ba83f0b19559b0524cb5 \
+                    rmd160  e4c596b590e543081f78feab54599024b5b9b3e8
+
+python.versions     24 25 26 27
+
 if {${name} ne ${subport}} {
-    depends_lib       port:py${python.version}-setuptools \
-                      port:py${python.version}-tempita \
-                      port:py${python.version}-decorator
+    depends_lib-append  port:py${python.version}-setuptools \
+                        port:py${python.version}-tempita \
+                        port:py${python.version}-decorator
     if {${python.version} <= 25} {
         version       0.7.1
         distname      sqlalchemy-migrate-${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141229/9b94a1a8/attachment.html>


More information about the macports-changes mailing list