Ticket #14357: migrate.diff
File migrate.diff, 2.9 KB (added by ebgssth@…, 17 years ago) |
---|
-
py-sqlalchemy-migrate/Portfile
1 # $Id$ 2 3 PortSystem 1.0 4 PortGroup python24 1.0 5 6 name py-sqlalchemy-migrate 7 version 0.4.1 8 categories python 9 platforms darwin 10 maintainers nomaintainer 11 description Database schema migration for SQLAlchemy 12 long_description Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate \ 13 provides a way to deal with database schema changes in \ 14 SQLAlchemy projects. \ 15 SQLAlchemy Migrate extends SQLAlchemy to have database \ 16 changeset handling. It provides a database change \ 17 repository mechanism which can be used from the \ 18 command line as well as from inside python code. 19 homepage http://sqlalchemy-migrate.googlecode.com/ 20 master_sites http://pypi.python.org/packages/source/s/sqlalchemy-migrate/ 21 checksums md5 d259ef6c71d72343800684d3ab693bf5 \ 22 sha1 bf2c4101deb6943c3502c224b84991c06931d254 \ 23 rmd160 c807e0c4b1cb866b93d3bba9b59adc2e66bbbf65 24 distname migrate-${version} 25 post-destroot { 26 file rename ${destroot}${prefix}/bin/migrate ${destroot}${prefix}/bin/migrate2.4 27 } 28 -
py25-sqlalchemy-migrate/Portfile
1 # $Id$ 2 3 PortSystem 1.0 4 PortGroup python25 1.0 5 6 name py25-sqlalchemy-migrate 7 version 0.4.1 8 categories python 9 platforms darwin 10 maintainers nomaintainer 11 description Database schema migration for SQLAlchemy 12 long_description Inspired by Ruby on Rails' migrations, SQLAlchemy Migrate \ 13 provides a way to deal with database schema changes in \ 14 SQLAlchemy projects. \ 15 SQLAlchemy Migrate extends SQLAlchemy to have database \ 16 changeset handling. It provides a database change \ 17 repository mechanism which can be used from the \ 18 command line as well as from inside python code. 19 homepage http://sqlalchemy-migrate.googlecode.com/ 20 master_sites http://pypi.python.org/packages/source/s/sqlalchemy-migrate/ 21 checksums md5 d259ef6c71d72343800684d3ab693bf5 \ 22 sha1 bf2c4101deb6943c3502c224b84991c06931d254 \ 23 rmd160 c807e0c4b1cb866b93d3bba9b59adc2e66bbbf65 24 distname migrate-${version} 25 post-destroot { 26 file rename ${destroot}${prefix}/bin/migrate ${destroot}${prefix}/bin/migrate2.5 27 } 28