python-SQLAlchemy: update to 0.9.9
Add update-check ignore.
This commit is contained in:
parent
c634c39eac
commit
da7e54c66a
|
@ -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 <al3hex@gmail.com>"
|
|||
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
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
ignore="*b*"
|
Loading…
Reference in New Issue