python3-pipenv: update to 2022.3.24.

This commit is contained in:
Leah Neukirchen 2022-03-26 15:38:16 +01:00
parent 6c9afe97a4
commit 7e6ecbff36

View file

@ -1,6 +1,6 @@
# Template file for 'python3-pipenv'
pkgname=python3-pipenv
version=2022.1.8
version=2022.3.24
revision=1
wrksrc="pipenv-${version}"
build_style=python3-module
@ -10,8 +10,9 @@ short_desc="Python Development Workflow for Humans"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/pypa/pipenv"
changelog="https://github.com/pypa/pipenv/blob/main/CHANGELOG.rst"
distfiles="${PYPI_SITE}/p/pipenv/pipenv-${version}.tar.gz"
checksum=f84d7119239b22ab2ac2b8fbc7d619d83cf41135206d72a17c4f151cda529fd0
checksum=800198d430e724f899e6db319cc640d5fd6da2acdbc301ceb1a1f967e990428b
conflicts="python-pipenv>=0"
post_extract() {
@ -20,7 +21,4 @@ post_extract() {
post_install() {
vlicense LICENSE
# remove files only valid for Python 2
rm -rf ${DESTDIR}/${py3_sitelib}/pipenv/patched/yaml2
rm -f ${DESTDIR}/${py3_sitelib}/pipenv/vendor/importlib_resources/_py2.py
}