mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
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'
|
# Template file for 'python-alembic'
|
||||||
pkgname=python-alembic
|
pkgname=python-alembic
|
||||||
version=1.3.1
|
version=1.3.3
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="alembic-${version}"
|
wrksrc="alembic-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="alembic"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-Mako python-SQLAlchemy python-dateutil python-editor"
|
depends="python-Mako python-SQLAlchemy python-dateutil python-editor"
|
||||||
checkdepends="${depends} ${depends//python-/python3-}
|
checkdepends="${depends} ${depends//python-/python3-}
|
||||||
|
@ -15,7 +14,7 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://bitbucket.org/zzzeek/alembic"
|
homepage="https://bitbucket.org/zzzeek/alembic"
|
||||||
distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
|
||||||
checksum=49277bb7242192bbb9eac58fed4fe02ec6c3a2a4b4345d2171197459266482b2
|
checksum=d412982920653db6e5a44bfd13b1d0db5685cbaaccaf226195749c706e1e862a
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
tox -e py27,py${py3_ver/./}
|
tox -e py27,py${py3_ver/./}
|
||||||
|
@ -27,7 +26,6 @@ post_install() {
|
||||||
|
|
||||||
python3-alembic_package() {
|
python3-alembic_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="alembic"
|
|
||||||
depends="python3-Mako python3-SQLAlchemy python3-dateutil python3-editor"
|
depends="python3-Mako python3-SQLAlchemy python3-dateutil python3-editor"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue