24 lines
820 B
Bash
24 lines
820 B
Bash
# Template file for 'python3-SQLAlchemy2'
|
|
pkgname=python3-SQLAlchemy2
|
|
version=2.0.23
|
|
revision=1
|
|
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 <pangolin@vivaldi.net>"
|
|
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=c1bda93cbbe4aa2aa0aa8655c5aeda505cd219ff3e8da91d1d329e143e4aff69
|
|
|
|
conflicts="python3-SQLAlchemy"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|