void-packages/srcpkgs/sqlalchemy-migrate/template

26 lines
863 B
Plaintext

# Template file for 'sqlalchemy-migrate'
pkgname=sqlalchemy-migrate
version=0.7.2
revision=2
build_style=python-module
makedepends="python-distribute"
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."
sqlalchemy-migrate_package() {
noarch="yes"
pycompile_module="migrate"
depends="python python-sqlalchemy python-decorator python-tempita"
pkg_install() {
vmove usr
}
}