20 lines
733 B
Bash
20 lines
733 B
Bash
# Template file for 'python3-alembic'
|
|
pkgname=python3-alembic
|
|
version=1.9.4
|
|
revision=2
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/sqlalchemy/alembic/master/docs/build/changelog.rst"
|
|
distfiles="${PYPI_SITE}/a/alembic/alembic-${version}.tar.gz"
|
|
checksum=4d3bd32ecdbb7bbfb48a9fe9e6d6fd6a831a1b59d03e26e292210237373e7db5
|
|
make_check=no # tests require deprecated pytest behavior that throws errors
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|