From e4ad713c275bcfe622a4f8a3f21410fdefd22baf Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 29 Oct 2014 16:16:00 +0100 Subject: [PATCH] python-SQLAlchemy: update to 0.9.8 --- srcpkgs/python-SQLAlchemy/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template index e496d97070..501f16c98c 100644 --- a/srcpkgs/python-SQLAlchemy/template +++ b/srcpkgs/python-SQLAlchemy/template @@ -1,20 +1,19 @@ # Template file for 'python-SQLAlchemy' pkgname=python-SQLAlchemy -version=0.9.7 +version=0.9.8 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" makedepends="python-devel python3.4-devel" -replaces="python-sqlalchemy>=0" pycompile_module="sqlalchemy" short_desc="SQL Toolkit and Object Relational Mapper for Python2" maintainer="Alessio Sergi " homepage="http://www.sqlalchemy.org/" license="MIT" -distfiles="https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz" -checksum=5fff261d0cff21c39913f9d30682659a52bfa2875699b2b7d908d0225df42a15 +distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz" +checksum=de3ac04ecab0a7e0af64eee30a71e723ba5886b958205f7354dd62439da60389 post_install() { vlicense LICENSE