summaryrefslogtreecommitdiff
path: root/python3-cleo
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-11-26 12:08:02 +0000
committerTim Biermann <tbier@posteo.de>2022-11-26 12:08:02 +0000
commitf10fa3bf12541d3ba05245abff2fa0843104684e (patch)
treedd343f92017bc66053095185a7b9adb7fae0b3c7 /python3-cleo
parent447e400ed5cef4bbad9674bf5c8071fec891f015 (diff)
downloadcontrib-f10fa3bf12541d3ba05245abff2fa0843104684e.tar.gz
contrib-f10fa3bf12541d3ba05245abff2fa0843104684e.tar.xz
python3-cleo: make footprint reproduceable
Diffstat (limited to 'python3-cleo')
-rw-r--r--python3-cleo/.footprint2
-rw-r--r--python3-cleo/.signature6
-rw-r--r--python3-cleo/Pkgfile3
3 files changed, 5 insertions, 6 deletions
diff --git a/python3-cleo/.footprint b/python3-cleo/.footprint
index ab2366920..0bc4799d3 100644
--- a/python3-cleo/.footprint
+++ b/python3-cleo/.footprint
@@ -3,11 +3,9 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/cleo-2.0.1.dist-info/
--rw-r--r-- root/root usr/lib/python3.10/site-packages/cleo-2.0.1.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cleo-2.0.1.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cleo-2.0.1.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cleo-2.0.1.dist-info/RECORD
--rw-r--r-- root/root usr/lib/python3.10/site-packages/cleo-2.0.1.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cleo-2.0.1.dist-info/WHEEL
drwxr-xr-x root/root usr/lib/python3.10/site-packages/cleo/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/cleo/__init__.py
diff --git a/python3-cleo/.signature b/python3-cleo/.signature
index 16838b550..f1e649e9e 100644
--- a/python3-cleo/.signature
+++ b/python3-cleo/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3+l82KVDYdoU4pCr0PeGooSv/sFBGLdBRZVB1sxkIPhZyEQ6MpB5xRBBZKt27/b2ESNxe7c2RXMrKvnuArmmaQo=
-SHA256 (Pkgfile) = c74f266a96f7099195d9a7c96774234acda618b5e74acb1050175245433a3ae5
-SHA256 (.footprint) = 08062043be25a7be2903c3e5cb405fe77f1d3861e9028fbcf7ba564b97ff2c81
+RWSagIOpLGJF3zILH/u+E0jsl2RBN6tgM4EYlnvIcwkhsGFbQNmarPpC9uqww2VoTRionI2H01womaMCyvWncGdrH0nHoLImjQQ=
+SHA256 (Pkgfile) = fb1a59d48d033cab657bb7b309dea66b8214c0f9219d9e61e45d830aa5c68243
+SHA256 (.footprint) = ad7b54a095e26b16f6ea267e3f860513613e6ceafe192dcbda04fc53697a345e
SHA256 (python3-cleo-2.0.1.tar.gz) = cb9b60c9559d26a289b0536b134f9efe1b59632f51dc38b20c8a9076b99e0f07
diff --git a/python3-cleo/Pkgfile b/python3-cleo/Pkgfile
index 3cd50d789..f0f15b698 100644
--- a/python3-cleo/Pkgfile
+++ b/python3-cleo/Pkgfile
@@ -13,8 +13,9 @@ build() {
if prt-get isinst python3-poetry; then
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
- /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
+ /usr/bin/python3 -m installer --compile-bytecode 0 --destdir=$PKG dist/*.whl
else
/usr/bin/pip3 install --isolate --root=$PKG --ignore-installed --no-deps cleo
+ rm -r $PKG/usr/lib/python3.10/site-packages/cleo-2.0.1.dist-info/{INSTALLER,REQUESTED}
fi
}

Generated by cgit