# Template file for 'python3-SQLAlchemy2' pkgname=python3-SQLAlchemy2 version=2.0.16 revision=2 build_style=python3-pep517 make_install_target="dist/SQLAlchemy-${version}-*-*-*.whl" hostmakedepends="python3-setuptools python3-Cython python3-wheel" makedepends="python3-devel" depends="python3-greenlet python3-typing_extensions" checkdepends="${depends} python3-mypy python3-pytest-xdist" short_desc="SQL Toolkit and Object Relational Mapper for Python3 (v2)" maintainer="icp " license="MIT" homepage="https://www.sqlalchemy.org" changelog="https://docs.sqlalchemy.org/en/20/changelog/" distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz" checksum=1e2caba78e7d1f5003e88817b7a1754d4e58f4a8f956dc423bf8e304c568ab09 conflicts="python3-SQLAlchemy" post_install() { vlicense LICENSE }