void-packages/srcpkgs/sqlalchemy-migrate/template

20 lines
844 B
Plaintext

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