summaryrefslogtreecommitdiff
path: root/python3-packaging
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-12-10 10:44:09 +0000
committerTim Biermann <tbier@posteo.de>2022-12-10 10:44:09 +0000
commit7707c5a8e38c6d21d7784612cd2690be4857a18b (patch)
tree464ae334ba11768e8c5177b19cc72840ed63711c /python3-packaging
parentced500f9ab77f8107d40501c49821490010ea6da (diff)
downloadopt-7707c5a8e38c6d21d7784612cd2690be4857a18b.tar.gz
opt-7707c5a8e38c6d21d7784612cd2690be4857a18b.tar.xz
python3-packaging: minor change
Diffstat (limited to 'python3-packaging')
-rw-r--r--python3-packaging/.signature4
-rw-r--r--python3-packaging/Pkgfile2
2 files changed, 3 insertions, 3 deletions
diff --git a/python3-packaging/.signature b/python3-packaging/.signature
index 9f9352d52..1e5bd701e 100644
--- a/python3-packaging/.signature
+++ b/python3-packaging/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/ewGgUva3THh4g0Pwr9dpkE6duWpXrveSlBTvUbDYnDs41KwRCIKxjxBMFeuApbRNVTs7kJ4ESrVahQqNe294go=
-SHA256 (Pkgfile) = 029fc890c2c38f7f13ab54005eef85353ba9cc408ee3e969e238224290d32581
+RWSE3ohX2g5d/eVcc32IFZjwiNe5D4Kk9U3TpPkrmX0cIUcinsbc1YYFaVt7calDhaZJFuXqhpmuLu77Q/LJ9+wP4KfQfBongAY=
+SHA256 (Pkgfile) = 9601d2d648311833fc97990313c4365839136a25d5ac42c0ff69f31cf9195e8f
SHA256 (.footprint) = f6f7dcd398e096f11b820791952b047aae535afe8c0509ecbbef0543e077e742
SHA256 (packaging-22.0.tar.gz) = 2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41de2cfd3
diff --git a/python3-packaging/Pkgfile b/python3-packaging/Pkgfile
index 39fe6cae4..950b18b91 100644
--- a/python3-packaging/Pkgfile
+++ b/python3-packaging/Pkgfile
@@ -17,6 +17,6 @@ build() {
/usr/bin/python3 -m installer --compile-bytecode 0 --destdir=$PKG dist/*.whl
else
/usr/bin/pip3 install --isolate --root=$PKG --ignore-installed --no-deps packaging
- rm -rf $PKG/usr/lib/python3.10/site-packages/packaging-22.0.dist-info/{INSTALLER,REQUESTED}
+ rm -rf $PKG/usr/lib/python*/site-packages/packaging-$version.dist-info/{INSTALLER,REQUESTED}
fi
}

Generated by cgit