python3-pipenv: update to 2022.11.5.

This commit is contained in:
Leah Neukirchen 2022-11-08 14:28:08 +01:00
parent 03f22d3b52
commit 14f039fd25

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pipenv' # Template file for 'python3-pipenv'
pkgname=python3-pipenv pkgname=python3-pipenv
version=2022.10.25 version=2022.11.5
revision=2 revision=1
wrksrc="pipenv-${version}" wrksrc="pipenv-${version}"
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-wheel" hostmakedepends="python3-wheel"
@ -12,7 +12,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=3e39c8d5a2bcaab324552a18576105c2a35e020bb311ff53d74eacb58b851853 checksum=af8595e38f1d87af3b00d209390bce41c97b10fca1c956e9ba1208438af55c6a
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