python3-pipenv: update to 2022.7.4.
This commit is contained in:
parent
8a99188dd2
commit
f0fdad230c
1 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pipenv'
|
||||
pkgname=python3-pipenv
|
||||
version=2022.6.7
|
||||
version=2022.7.4
|
||||
revision=1
|
||||
wrksrc="pipenv-${version}"
|
||||
build_style=python3-pep517
|
||||
|
@ -12,12 +12,9 @@ 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=6ac0e7a8bbe02859d46c53c03d3f33136bbf49c8c7d9a6d818409e17a604eda0
|
||||
checksum=18420fbae2851d2b9d70d1e00f77a8c55d09704a177fe872a0a2da56e98eb018
|
||||
conflicts="python-pipenv>=0"
|
||||
|
||||
post_extract() {
|
||||
sed -i '/certifi/d' setup.py
|
||||
}
|
||||
make_check=no # tests are not contained in release tarball
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue