python3-pipenv: update to 2023.7.9.

This commit is contained in:
Leah Neukirchen 2023-07-11 13:44:33 +02:00
parent c69e9351b8
commit 64e616f65a

View File

@ -1,6 +1,6 @@
# Template file for 'python3-pipenv' # Template file for 'python3-pipenv'
pkgname=python3-pipenv pkgname=python3-pipenv
version=2023.6.2 version=2023.7.9
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=be42b0a6d4e7d2c3fdeae4d825a91038610bc6be3c3e7eb26f35d8da7b3485ad checksum=50de5a7192b09b693c051582b97fde2a5d1de17f1010126c8b3240dc40d0c162
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