python3-pipenv: update to 2023.9.8.

This commit is contained in:
Leah Neukirchen 2023-09-17 14:33:26 +02:00
parent 4ed99dcc99
commit 3ac31219c9

View file

@ -1,6 +1,6 @@
# Template file for 'python3-pipenv' # Template file for 'python3-pipenv'
pkgname=python3-pipenv pkgname=python3-pipenv
version=2023.7.9 version=2023.9.8
revision=1 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-wheel" hostmakedepends="python3-wheel"
@ -9,9 +9,9 @@ short_desc="Python Development Workflow for Humans"
maintainer="Leah Neukirchen <leah@vuxu.org>" maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT" 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.md"
distfiles="${PYPI_SITE}/p/pipenv/pipenv-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pipenv/pipenv-${version}.tar.gz"
checksum=50de5a7192b09b693c051582b97fde2a5d1de17f1010126c8b3240dc40d0c162 checksum=cfcda864aeb748e6e496b97f20a273477f1e8cc0a3dbb634c133acc5883582ea
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