summaryrefslogtreecommitdiff
path: root/python3-zipp/Pkgfile
diff options
context:
space:
mode:
authorMatt Housh <jaeger@crux.ninja>2022-04-15 10:30:00 -0500
committerMatt Housh <jaeger@crux.ninja>2022-04-15 10:30:00 -0500
commitcc052a0dcbe4cb4cd8e04aab0f1559cd649190e9 (patch)
tree6068b253fe4edb6e8f5d92bf7d9db873952f9751 /python3-zipp/Pkgfile
parent3238348700fe93b644928db64a2f85ba342e3024 (diff)
downloadcontrib-cc052a0dcbe4cb4cd8e04aab0f1559cd649190e9.tar.gz
contrib-cc052a0dcbe4cb4cd8e04aab0f1559cd649190e9.tar.xz
python3-zipp: updated to version 3.8.0
Diffstat (limited to 'python3-zipp/Pkgfile')
-rw-r--r--python3-zipp/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/python3-zipp/Pkgfile b/python3-zipp/Pkgfile
index 507ec37ff..fb4e581df 100644
--- a/python3-zipp/Pkgfile
+++ b/python3-zipp/Pkgfile
@@ -4,12 +4,12 @@
# Depends on: python3-pip python3-setuptools-scm
name=python3-zipp
-version=3.7.0
+version=3.8.0
release=1
source=(https://pypi.python.org/packages/source/z/zipp/zipp-$version.tar.gz)
build() {
cd zipp-$version
- /usr/bin/python3 setup.py build
- /usr/bin/python3 setup.py install --root=$PKG
+ /usr/bin/pip3 install --isolate --root=${PKG} --ignore-installed --no-deps .
+ rm ${PKG}/usr/lib/python*/site-packages/zipp*/INSTALLER
}

Generated by cgit