python-alembic: update to 1.3.3.
This commit is contained in:
parent
4811cabd9e
commit
96e71f0685
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'python-alembic'
|
||||
pkgname=python-alembic
|
||||
version=1.3.1
|
||||
revision=2
|
||||
version=1.3.3
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="alembic-${version}"
|
||||
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-}
|
||||
|
@ -15,7 +14,7 @@ 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=49277bb7242192bbb9eac58fed4fe02ec6c3a2a4b4345d2171197459266482b2
|
||||
checksum=d412982920653db6e5a44bfd13b1d0db5685cbaaccaf226195749c706e1e862a
|
||||
|
||||
do_check() {
|
||||
tox -e py27,py${py3_ver/./}
|
||||
|
@ -27,7 +26,6 @@ post_install() {
|
|||
|
||||
python3-alembic_package() {
|
||||
archs=noarch
|
||||
pycompile_module="alembic"
|
||||
depends="python3-Mako python3-SQLAlchemy python3-dateutil python3-editor"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in a new issue