Skip to content

Commit

Permalink
New package: python3-SQLAlchemy2-2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
icp1994 committed Apr 19, 2023
1 parent e592f3b commit d9d67e2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions srcpkgs/python3-SQLAlchemy2/template
@@ -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
}

0 comments on commit d9d67e2

Please sign in to comment.