Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes on: py-sqlalchemy-migrate/migrate-0.4.1.tar.gz
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
|
|
|
| 1 | # $Id$ |
| 2 | |
| 3 | PortSystem 1.0 |
| 4 | PortGroup python25 1.0 |
| 5 | |
| 6 | name py25-sqlalchemy-migrate |
| 7 | version 0.4.2 |
| 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 1058cc6e4c180f126d5fb2315976083a \ |
| 22 | sha1 7168e7660674ec9f4b005b7b61ded1d328f28bc6 \ |
| 23 | rmd160 48760ff2a0504e8b372acf63dafe1b1efb0f6824 |
| 24 | distname sqlalchemy-migrate-${version} |
| 25 | post-destroot { |
| 26 | file rename ${destroot}${prefix}/bin/migrate ${destroot}${prefix}/bin/migrate2.5 |
| 27 | } |
| 28 | |