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