New package: sqlalchemy-migrate-0.7.2.
This commit is contained in:
parent
5e36d1d31b
commit
38da2eafb1
1 changed files with 19 additions and 0 deletions
19
srcpkgs/sqlalchemy-migrate/template
Normal file
19
srcpkgs/sqlalchemy-migrate/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'sqlalchemy-migrate'
|
||||||
|
pkgname=sqlalchemy-migrate
|
||||||
|
version=0.7.2
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
build_style=python-module
|
||||||
|
depends="python"
|
||||||
|
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."
|
Loading…
Add table
Add a link
Reference in a new issue