Ticket #14357: migrate.diff

File migrate.diff, 2.9 KB (added by ebgssth@…, 16 years ago)
  • py-sqlalchemy-migrate/Portfile

     
     1# $Id$
     2
     3PortSystem        1.0
     4PortGroup         python24 1.0
     5
     6name              py-sqlalchemy-migrate
     7version           0.4.1
     8categories        python
     9platforms         darwin
     10maintainers       nomaintainer
     11description       Database schema migration for SQLAlchemy
     12long_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.
     19homepage          http://sqlalchemy-migrate.googlecode.com/
     20master_sites      http://pypi.python.org/packages/source/s/sqlalchemy-migrate/
     21checksums         md5 d259ef6c71d72343800684d3ab693bf5 \
     22                  sha1 bf2c4101deb6943c3502c224b84991c06931d254 \
     23                  rmd160 c807e0c4b1cb866b93d3bba9b59adc2e66bbbf65
     24distname          migrate-${version}
     25post-destroot {
     26    file rename ${destroot}${prefix}/bin/migrate ${destroot}${prefix}/bin/migrate2.4
     27}
     28
  • py25-sqlalchemy-migrate/Portfile

     
     1# $Id$
     2
     3PortSystem        1.0
     4PortGroup         python25 1.0
     5
     6name              py25-sqlalchemy-migrate
     7version           0.4.1
     8categories        python
     9platforms         darwin
     10maintainers       nomaintainer
     11description       Database schema migration for SQLAlchemy
     12long_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.
     19homepage          http://sqlalchemy-migrate.googlecode.com/
     20master_sites      http://pypi.python.org/packages/source/s/sqlalchemy-migrate/
     21checksums         md5 d259ef6c71d72343800684d3ab693bf5 \
     22                  sha1 bf2c4101deb6943c3502c224b84991c06931d254 \
     23                  rmd160 c807e0c4b1cb866b93d3bba9b59adc2e66bbbf65
     24distname          migrate-${version}
     25post-destroot {
     26    file rename ${destroot}${prefix}/bin/migrate ${destroot}${prefix}/bin/migrate2.5
     27}
     28