mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
2dca0ba3a1
commit
3cc2bdd150
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pipenv'
|
# Template file for 'python-pipenv'
|
||||||
pkgname=python-pipenv
|
pkgname=python-pipenv
|
||||||
version=2020.5.28
|
version=2020.6.2
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pipenv-${version}"
|
wrksrc="pipenv-${version}"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/pypa/pipenv"
|
homepage="https://github.com/pypa/pipenv"
|
||||||
distfiles="${PYPI_SITE}/p/pipenv/pipenv-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pipenv/pipenv-${version}.tar.gz"
|
||||||
checksum=81862314929e3e532502e25bab3c6ba969c0cf67dcaa9d63c2c931ee2d61541c
|
checksum=7dd49a7345fa5da7843907bab42a996dece474e45dd309dbd7619739dc60478b
|
||||||
alternatives="
|
alternatives="
|
||||||
pipenv:pipenv:/usr/bin/pipenv2
|
pipenv:pipenv:/usr/bin/pipenv2
|
||||||
pipenv:pipenv-resolver:/usr/bin/pipenv-resolver2
|
pipenv:pipenv-resolver:/usr/bin/pipenv-resolver2
|
||||||
|
@ -24,6 +24,7 @@ post_extract() {
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
rm -rf ${DESTDIR}/usr/lib/python2*/site-packages/pipenv/patched/yaml3
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,6 +40,7 @@ python3-pipenv_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/*3
|
vmove usr/bin/*3
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
rm -rf ${PKGDESTDIR}/usr/lib/python3*/site-packages/pipenv/patched/yaml2
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue