diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template index 501f16c98c0..bc9653cbaee 100644 --- a/srcpkgs/python-SQLAlchemy/template +++ b/srcpkgs/python-SQLAlchemy/template @@ -1,6 +1,6 @@ # Template file for 'python-SQLAlchemy' pkgname=python-SQLAlchemy -version=0.9.8 +version=0.9.9 revision=1 wrksrc="${pkgname#*-}-${version}" build_style=python-module @@ -13,7 +13,7 @@ maintainer="Alessio Sergi " homepage="http://www.sqlalchemy.org/" license="MIT" distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz" -checksum=de3ac04ecab0a7e0af64eee30a71e723ba5886b958205f7354dd62439da60389 +checksum=72a51f6ae99116ea969381f65fe471aafe14c21f6760f259b46f919f21345f91 post_install() { vlicense LICENSE @@ -25,6 +25,6 @@ python3.4-SQLAlchemy_package() { short_desc="${short_desc/Python2/Python3.4}" pkg_install() { vmove usr/lib/python3.4 - vlicense ${wrksrc}/LICENSE + vlicense LICENSE } } diff --git a/srcpkgs/python-SQLAlchemy/update b/srcpkgs/python-SQLAlchemy/update new file mode 100644 index 00000000000..e9b0a0a5ea4 --- /dev/null +++ b/srcpkgs/python-SQLAlchemy/update @@ -0,0 +1 @@ +ignore="*b*"