mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python3-SQLAlchemy2: update to 2.0.41.
This commit is contained in:
parent
afec9bc59e
commit
cfdc2cc058
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
||||||
# Template file for 'python3-SQLAlchemy2'
|
# Template file for 'python3-SQLAlchemy2'
|
||||||
pkgname=python3-SQLAlchemy2
|
pkgname=python3-SQLAlchemy2
|
||||||
version=2.0.36
|
version=2.0.41
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
make_install_target="dist/SQLAlchemy-${version}-*-*-*.whl"
|
|
||||||
hostmakedepends="python3-setuptools python3-Cython python3-wheel"
|
hostmakedepends="python3-setuptools python3-Cython python3-wheel"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3-greenlet python3-typing_extensions"
|
depends="python3-greenlet python3-typing_extensions"
|
||||||
|
@ -14,7 +13,7 @@ license="MIT"
|
||||||
homepage="https://www.sqlalchemy.org"
|
homepage="https://www.sqlalchemy.org"
|
||||||
changelog="https://docs.sqlalchemy.org/en/20/changelog/"
|
changelog="https://docs.sqlalchemy.org/en/20/changelog/"
|
||||||
distfiles="${PYPI_SITE}/s/sqlaLchemy/sqlalchemy-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sqlaLchemy/sqlalchemy-${version}.tar.gz"
|
||||||
checksum=7f2767680b6d2398aea7082e45a774b2b0767b5c8d8ffb9c8b683088ea9b29c5
|
checksum=edba70118c4be3c2b1f90754d308d0b79c6fe2c0fdc52d8ddf603916f83f4db9
|
||||||
|
|
||||||
conflicts="python3-SQLAlchemy"
|
conflicts="python3-SQLAlchemy"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue