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