# -*- 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 80387 2011-07-11 11:44:48Z jmr@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-sqlalchemy-migrate
version             0.6
revision            2
license             MIT
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     84a983d9cf15cf9bf5dd1b44785f065a \
                    sha1    fda7c575c652a6833ab783bf25a522df56a1e6d1 \
                    rmd160  a0defbf99b95d5b0d326e0f111cf725aefd965d9

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