sqlalchemy-migrate: remove long_desc.
This commit is contained in:
parent
eff1a3f248
commit
9bb46f7433
1 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'sqlalchemy-migrate'
|
# Template file for 'sqlalchemy-migrate'
|
||||||
pkgname=sqlalchemy-migrate
|
pkgname=sqlalchemy-migrate
|
||||||
version=0.7.2
|
version=0.7.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
noarch="yes"
|
noarch="yes"
|
||||||
pycompile_module="migrate"
|
pycompile_module="migrate"
|
||||||
|
@ -14,7 +14,3 @@ homepage="https://code.google.com/p/sqlalchemy-migrate/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://sqlalchemy-migrate.googlecode.com/files/$pkgname-$version.tar.gz"
|
distfiles="https://sqlalchemy-migrate.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||||
checksum=7f55c768ee26f143fedb11b365a4c57c3bbdb5211e049c7f04b8ae8107c28333
|
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…
Reference in a new issue