python3-alembic: drop noarch

This commit is contained in:
Piotr Wójcik 2020-09-14 22:57:07 +02:00 committed by Piotr
parent cc4db16269
commit c98fa8753a

View file

@ -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 <chocimier@tlen.pl>"
license="MIT"
homepage="https://github.com/sqlalchemy/alembic"