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' # Template file for 'python3-alembic'
pkgname=python3-alembic pkgname=python3-alembic
version=1.4.2 version=1.4.2
revision=2 revision=3
archs=noarch
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 checkdepends="${depends} python3-devel
python3-pytest tox" 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>" maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT" license="MIT"
homepage="https://github.com/sqlalchemy/alembic" homepage="https://github.com/sqlalchemy/alembic"