From 7e6ecbff360a157cfb2ad23a547f40c7a3dbb28e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 26 Mar 2022 15:38:16 +0100 Subject: [PATCH] python3-pipenv: update to 2022.3.24. --- srcpkgs/python3-pipenv/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-pipenv/template b/srcpkgs/python3-pipenv/template index cae723465c0..4d0f0ec7e28 100644 --- a/srcpkgs/python3-pipenv/template +++ b/srcpkgs/python3-pipenv/template @@ -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 " 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 }