python-sqlalchemy: remove long_desc.
This commit is contained in:
parent
1251c2db84
commit
c27583b127
1 changed files with 1 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-sqlalchemy"
|
# Template file for 'python-sqlalchemy"
|
||||||
pkgname=python-sqlalchemy
|
pkgname=python-sqlalchemy
|
||||||
version=0.7.8
|
version=0.7.8
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="SQLAlchemy-${version}"
|
wrksrc="SQLAlchemy-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel"
|
hostmakedepends="python-devel"
|
||||||
|
@ -13,10 +13,3 @@ homepage="http://www.sqlalchemy.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="$SOURCEFORGE_SITE/sqlalchemy/SQLAlchemy-${version}.tar.gz"
|
distfiles="$SOURCEFORGE_SITE/sqlalchemy/SQLAlchemy-${version}.tar.gz"
|
||||||
checksum=e0d8b81cbb3bbb19a9e6ed0d31ecc525ed20c0590e595801d2c531052b92618f
|
checksum=e0d8b81cbb3bbb19a9e6ed0d31ecc525ed20c0590e595801d2c531052b92618f
|
||||||
long_desc="
|
|
||||||
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives
|
|
||||||
application developers the full power and flexibility of SQL.
|
|
||||||
|
|
||||||
It provides a full suite of well known enterprise-level persistence patterns,
|
|
||||||
designed for efficient and high-performing database access, adapted into a
|
|
||||||
simple and Pythonic domain language."
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue