# -*- 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 92261 2012-04-23 06:49:33Z ram@macports.org $

PortSystem          1.0
PortGroup           python27 1.0

name                py27-sqlalchemy-migrate
version             0.7.2
license             MIT
platforms           darwin
supported_archs     noarch
maintainers         nomaintainer

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     10382fda16f056491e671b5307dd6713 \
                    sha1    d88f0159e3f58fed8c50ba83f0b19559b0524cb5 \
                    rmd160  e4c596b590e543081f78feab54599024b5b9b3e8

depends_lib         port:py27-distribute port:py27-tempita port:py27-decorator
distname            sqlalchemy-migrate-${version}
