New package: python3-SQLAlchemy2-2.0.9
This commit is contained in:
parent
5c8af5ece2
commit
bd901d1463
1 changed files with 23 additions and 0 deletions
23
srcpkgs/python3-SQLAlchemy2/template
Normal file
23
srcpkgs/python3-SQLAlchemy2/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'python3-SQLAlchemy2'
|
||||||
|
pkgname=python3-SQLAlchemy2
|
||||||
|
version=2.0.9
|
||||||
|
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=95719215e3ec7337b9f57c3c2eda0e6a7619be194a5166c07c1e599f6afc20fa
|
||||||
|
|
||||||
|
conflicts="python3-SQLAlchemy"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue