python3-unpaddedbase64: cleaned up footprint

This commit is contained in:
Tim Biermann 2021-10-10 12:49:31 +02:00
parent 56e1095e99
commit 105569c73f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 7 additions and 4 deletions

View File

@ -3,11 +3,12 @@ drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/direct_url.json
drwxr-xr-x root/root usr/lib/python3.9/site-packages/unpaddedbase64/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64/__init__.py
drwxr-xr-x root/root usr/lib/python3.9/site-packages/unpaddedbase64/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32gQ9UQMcC9TY6gkR68oeoEekxG0oubmxq4F22vvBwdvSTy2m4teTgvgFAFmXiqpWIEzX32mnGpNK28CWEbhlA0=
SHA256 (Pkgfile) = 9878615f9dd73793c8403fa6386c9ee489ee76ec4ac4428f9421eed89510e53f
SHA256 (.footprint) = d62fa7db9122fac5848c3c1d2563369166c9cb1bd33e634433e8e25a4deaf5bf
RWSagIOpLGJF3ysqLI5PPcZxEn8hdmmLRFTu1OMxk2sm5vNI0t+VX4Zd9JtG4wJ+cQZarVJQEwAe2aO8jMPcO/Wz9rMrAIrIpQg=
SHA256 (Pkgfile) = 5ce08814ae765004a6c2ddea7c807e38756aef7704ee12682e441f17528b9040
SHA256 (.footprint) = 0085b3b5a30b1702c6dc6b70408ba63c08581230ab462f84a3668af8db24d945
SHA256 (python3-unpaddedbase64-2.1.0.tar.gz) = 8f3aeae62aad49ee385c15c37bb64b625c96bb85a820aeab149c21970843ba68

View File

@ -13,4 +13,6 @@ build() {
poetry build --format wheel
export PYTHONHASHSEED=0
PIP_CONFIG_FILE=/dev/null pip3 install --isolated --root=$PKG --ignore-installed --no-deps dist/*.whl
rm -r $PKG/usr/lib/python3.9/site-packages/unpaddedbase64-$version.dist-info/INSTALLER
}