19 lines
793 B
Text
19 lines
793 B
Text
# Template file for 'sqlalchemy-migrate'
|
|
pkgname=sqlalchemy-migrate
|
|
version=0.7.2
|
|
revision=2
|
|
noarch=yes
|
|
build_style=python-module
|
|
depends="python python-sqlalchemy python-decorator python-tempita"
|
|
makedepends="python-distribute"
|
|
pycompile_module="migrate"
|
|
short_desc="SQLAlchemy Schema Migration Tools"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="https://code.google.com/p/sqlalchemy-migrate/"
|
|
license="MIT"
|
|
distfiles="https://sqlalchemy-migrate.googlecode.com/files/$pkgname-$version.tar.gz"
|
|
checksum=7f55c768ee26f143fedb11b365a4c57c3bbdb5211e049c7f04b8ae8107c28333
|
|
long_desc="
|
|
Schema migration tools for SQLAlchemy, designed to support an agile approach to
|
|
database design, and make it easier to keep development and production databases
|
|
in sync, as schema changes are required."
|