mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
python-alembic: update to 1.0.11.
This commit is contained in:
parent
a22f5c5bb1
commit
48777976a3
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-alembic'
|
# Template file for 'python-alembic'
|
||||||
pkgname=python-alembic
|
pkgname=python-alembic
|
||||||
version=1.0.10
|
version=1.0.11
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="alembic-${version}"
|
wrksrc="alembic-${version}"
|
||||||
|
@ -8,12 +8,13 @@ build_style=python-module
|
||||||
pycompile_module="alembic"
|
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-} python-pytest python3-pytest python-mock"
|
||||||
short_desc="Database migration tool for SQLAlchemy (Python2)"
|
short_desc="Database migration tool for SQLAlchemy (Python2)"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
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=828dcaa922155a2b7166c4f36ec45268944e4055c86499bd14319b4c8c0094b7
|
checksum=cdb7d98bd5cbf65acd38d70b1c05573c432e6473a82f955cdea541b5c153b0cc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue