diff --git a/srcpkgs/python3-alembic/template b/srcpkgs/python3-alembic/template index 2a6fd5bb1a2..ef1e98babf1 100644 --- a/srcpkgs/python3-alembic/template +++ b/srcpkgs/python3-alembic/template @@ -1,15 +1,14 @@ # Template file for 'python3-alembic' pkgname=python3-alembic version=1.4.2 -revision=2 -archs=noarch +revision=3 wrksrc="alembic-${version}" build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-Mako python3-SQLAlchemy python3-dateutil python3-editor" checkdepends="${depends} python3-devel python3-pytest tox" -short_desc="Database migration tool for SQLAlchemy (Python3)" +short_desc="Database migration tool for SQLAlchemy" maintainer="Piotr Wójcik " license="MIT" homepage="https://github.com/sqlalchemy/alembic"