sqlalchemy-migrate: remove long_desc.

This commit is contained in:
Juan RP 2014-02-17 09:14:16 +01:00
parent eff1a3f248
commit 9bb46f7433

View file

@ -1,7 +1,7 @@
# Template file for 'sqlalchemy-migrate'
pkgname=sqlalchemy-migrate
version=0.7.2
revision=2
revision=3
build_style=python-module
noarch="yes"
pycompile_module="migrate"
@ -14,7 +14,3 @@ 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."