mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pipenv: update to 2022.3.24.
This commit is contained in:
parent
6c9afe97a4
commit
7e6ecbff36
1 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-pipenv'
|
# Template file for 'python3-pipenv'
|
||||||
pkgname=python3-pipenv
|
pkgname=python3-pipenv
|
||||||
version=2022.1.8
|
version=2022.3.24
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pipenv-${version}"
|
wrksrc="pipenv-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -10,8 +10,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"
|
||||||
distfiles="${PYPI_SITE}/p/pipenv/pipenv-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pipenv/pipenv-${version}.tar.gz"
|
||||||
checksum=f84d7119239b22ab2ac2b8fbc7d619d83cf41135206d72a17c4f151cda529fd0
|
checksum=800198d430e724f899e6db319cc640d5fd6da2acdbc301ceb1a1f967e990428b
|
||||||
conflicts="python-pipenv>=0"
|
conflicts="python-pipenv>=0"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
@ -20,7 +21,4 @@ post_extract() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
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
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue