python-alembic: update to 1.1.0.
This commit is contained in:
parent
f8e9026ce3
commit
3b7cdc174c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-alembic'
|
||||
pkgname=python-alembic
|
||||
version=1.0.11
|
||||
version=1.1.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="alembic-${version}"
|
||||
|
@ -8,13 +8,18 @@ build_style=python-module
|
|||
pycompile_module="alembic"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-Mako python-SQLAlchemy python-dateutil python-editor"
|
||||
checkdepends="${depends} ${depends//python-/python3-} python-pytest python3-pytest python-mock"
|
||||
checkdepends="${depends} ${depends//python-/python3-}
|
||||
python-pytest python3-pytest python-mock tox"
|
||||
short_desc="Database migration tool for SQLAlchemy (Python2)"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
license="MIT"
|
||||
homepage="https://bitbucket.org/zzzeek/alembic"
|
||||
distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
|
||||
checksum=cdb7d98bd5cbf65acd38d70b1c05573c432e6473a82f955cdea541b5c153b0cc
|
||||
checksum=4a4811119efbdc5259d1f4c8f6de977b36ad3bcc919f59a29c2960c5ef9149e4
|
||||
|
||||
do_check() {
|
||||
tox -e py27,py${py3_ver/./}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue