void-packages/srcpkgs/python3-alembic/template
2021-03-27 14:49:00 +01:00

22 lines
667 B
Bash

# Template file for 'python3-alembic'
pkgname=python3-alembic
version=1.5.8
revision=1
wrksrc="alembic-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-Mako python3-SQLAlchemy python3-dateutil python3-editor"
short_desc="Database migration tool for SQLAlchemy"
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
license="MIT"
homepage="https://github.com/sqlalchemy/alembic"
distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
checksum=e27fd67732c97a1c370c33169ef4578cf96436fa0e7dcfaeeef4a917d0737d56
do_check() {
: tests require deprecated pytest behavior that throws errors
}
post_install() {
vlicense LICENSE
}