python-SQLAlchemy: update to 0.9.8
This commit is contained in:
parent
825a30f519
commit
e4ad713c27
1 changed files with 3 additions and 4 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'python-SQLAlchemy'
|
# Template file for 'python-SQLAlchemy'
|
||||||
pkgname=python-SQLAlchemy
|
pkgname=python-SQLAlchemy
|
||||||
version=0.9.7
|
version=0.9.8
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="python-devel python3.4-devel"
|
makedepends="python-devel python3.4-devel"
|
||||||
replaces="python-sqlalchemy>=0"
|
|
||||||
pycompile_module="sqlalchemy"
|
pycompile_module="sqlalchemy"
|
||||||
short_desc="SQL Toolkit and Object Relational Mapper for Python2"
|
short_desc="SQL Toolkit and Object Relational Mapper for Python2"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="http://www.sqlalchemy.org/"
|
homepage="http://www.sqlalchemy.org/"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz"
|
||||||
checksum=5fff261d0cff21c39913f9d30682659a52bfa2875699b2b7d908d0225df42a15
|
checksum=de3ac04ecab0a7e0af64eee30a71e723ba5886b958205f7354dd62439da60389
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue