[34612] trunk/dports/python

eridius at macports.org eridius at macports.org
Fri Feb 29 06:05:13 PST 2008


Revision: 34612
          http://trac.macosforge.org/projects/macports/changeset/34612
Author:   eridius at macports.org
Date:     2008-02-29 06:05:11 -0800 (Fri, 29 Feb 2008)

Log Message:
-----------
New ports: py-sqlalchemy-migrate and py25-sqlalchemy-migrate. Fixes #14357

Added Paths:
-----------
    trunk/dports/python/py-sqlalchemy-migrate/
    trunk/dports/python/py-sqlalchemy-migrate/Portfile
    trunk/dports/python/py25-sqlalchemy-migrate/
    trunk/dports/python/py25-sqlalchemy-migrate/Portfile

Added: trunk/dports/python/py-sqlalchemy-migrate/Portfile
===================================================================
--- trunk/dports/python/py-sqlalchemy-migrate/Portfile	                        (rev 0)
+++ trunk/dports/python/py-sqlalchemy-migrate/Portfile	2008-02-29 14:05:11 UTC (rev 34612)
@@ -0,0 +1,29 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python24 1.0
+
+name              py-sqlalchemy-migrate
+version           0.4.2
+categories        python
+platforms         darwin
+maintainers       gmail.com:ebgssth
+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 1058cc6e4c180f126d5fb2315976083a \
+                  sha1 7168e7660674ec9f4b005b7b61ded1d328f28bc6 \
+                  rmd160 48760ff2a0504e8b372acf63dafe1b1efb0f6824
+distname          sqlalchemy-migrate-${version}
+
+post-destroot {
+    file rename ${destroot}${prefix}/bin/migrate ${destroot}${prefix}/bin/migrate2.4
+}
+

Added: trunk/dports/python/py25-sqlalchemy-migrate/Portfile
===================================================================
--- trunk/dports/python/py25-sqlalchemy-migrate/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-sqlalchemy-migrate/Portfile	2008-02-29 14:05:11 UTC (rev 34612)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python25 1.0
+
+name              py25-sqlalchemy-migrate
+version           0.4.2
+categories        python
+platforms         darwin
+maintainers       gmail.com:ebgssth
+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 1058cc6e4c180f126d5fb2315976083a \
+                  sha1 7168e7660674ec9f4b005b7b61ded1d328f28bc6 \
+                  rmd160 48760ff2a0504e8b372acf63dafe1b1efb0f6824
+distname          sqlalchemy-migrate-${version}
+
+post-destroot {
+    file rename ${destroot}${prefix}/bin/migrate ${destroot}${prefix}/bin/migrate2.5
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080229/5c2da41b/attachment.html 


More information about the macports-changes mailing list