# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 79844 2011-06-27 23:40:26Z jmr@macports.org $

PortSystem        1.0
PortGroup         python25 1.0

name              py25-sqlalchemy-migrate
version           0.4.5
categories        python
platforms         darwin
supported_archs   noarch
maintainers       akitada openmaintainer
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 d4f17e2c7fcfbb7bd0df628d974c8e3e \
                  sha1 047e95dcc82cb0ff00262ccfa572156af6748c11 \
                  rmd160 18b4f57ac3b3d01e49e7d01142d9f8156f221159
depends_lib       port:py25-distribute
distname          sqlalchemy-migrate-${version}

post-destroot {
    file rename ${destroot}${prefix}/bin/migrate ${destroot}${prefix}/bin/migrate2.5
}
