void-packages/srcpkgs/python3-SQLAlchemy2/template
2024-12-14 07:42:56 -05:00

23 lines
820 B
Bash

# Template file for 'python3-SQLAlchemy2'
pkgname=python3-SQLAlchemy2
version=2.0.36
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=7f2767680b6d2398aea7082e45a774b2b0767b5c8d8ffb9c8b683088ea9b29c5
conflicts="python3-SQLAlchemy"
post_install() {
vlicense LICENSE
}