python3-pipenv: update to 2023.4.29.

This commit is contained in:
Leah Neukirchen 2023-05-13 15:02:40 +02:00
parent 86bcc4c526
commit d0d1b74b31

View file

@ -1,6 +1,6 @@
# Template file for 'python3-pipenv' # Template file for 'python3-pipenv'
pkgname=python3-pipenv pkgname=python3-pipenv
version=2023.4.20 version=2023.4.29
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-wheel" hostmakedepends="python3-wheel"
@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/pypa/pipenv" homepage="https://github.com/pypa/pipenv"
changelog="https://github.com/pypa/pipenv/blob/main/CHANGELOG.rst" changelog="https://github.com/pypa/pipenv/blob/main/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/pipenv/pipenv-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pipenv/pipenv-${version}.tar.gz"
checksum=801acd977f11c2c647f98232c1465ea7a4cf68e628f5cc4fe3333baeacc90052 checksum=98e5aed45bbae89832bedd874828b327adc6b429043e1d75fe1a833f0010604d
conflicts="python-pipenv>=0" conflicts="python-pipenv>=0"
make_check=no # tests are not contained in release tarball make_check=no # tests are not contained in release tarball