python3-alembic: update to 1.4.3.
This commit is contained in:
parent
3f96332666
commit
e8a24b0c2a
1 changed files with 4 additions and 6 deletions
|
@ -1,22 +1,20 @@
|
||||||
# Template file for 'python3-alembic'
|
# Template file for 'python3-alembic'
|
||||||
pkgname=python3-alembic
|
pkgname=python3-alembic
|
||||||
version=1.4.2
|
version=1.4.3
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="alembic-${version}"
|
wrksrc="alembic-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-Mako python3-SQLAlchemy python3-dateutil python3-editor"
|
depends="python3-Mako python3-SQLAlchemy python3-dateutil python3-editor"
|
||||||
checkdepends="${depends} python3-devel
|
|
||||||
python3-pytest tox"
|
|
||||||
short_desc="Database migration tool for SQLAlchemy"
|
short_desc="Database migration tool for SQLAlchemy"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/sqlalchemy/alembic"
|
homepage="https://github.com/sqlalchemy/alembic"
|
||||||
distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
|
||||||
checksum=035ab00497217628bf5d0be82d664d8713ab13d37b630084da8e1f98facf4dbf
|
checksum=5334f32314fb2a56d86b4c4dd1ae34b08c03cae4cb888bc699942104d66bc245
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
tox -e py${py3_ver/./}
|
: tests require deprecated pytest behavior that throws errors
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue