python-alembic: fix checkdepends, set homepage to official upstream
This commit is contained in:
parent
6f33ab4e78
commit
d2733aeb9f
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'python-alembic'
|
||||
pkgname=python-alembic
|
||||
version=1.4.2
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
wrksrc="alembic-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-Mako python-SQLAlchemy python-dateutil python-editor"
|
||||
checkdepends="${depends} ${depends//python-/python3-}
|
||||
checkdepends="${depends} ${depends//python-/python3-} python3-devel
|
||||
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"
|
||||
homepage="https://github.com/sqlalchemy/alembic"
|
||||
distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
|
||||
checksum=035ab00497217628bf5d0be82d664d8713ab13d37b630084da8e1f98facf4dbf
|
||||
|
||||
|
|
Loading…
Reference in a new issue