diff options
author | Tim Biermann <tbier@posteo.de> | 2021-10-10 12:49:31 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-10-10 12:49:31 +0200 |
commit | 105569c73f7726e3e8877badc54402f477628fda (patch) | |
tree | bbc0dcf24a895827309c4ebcb12c5001da8f3627 /python3-unpaddedbase64 | |
parent | 56e1095e99bb57ddb15134746a687b6670742eb6 (diff) | |
download | contrib-105569c73f7726e3e8877badc54402f477628fda.tar.gz contrib-105569c73f7726e3e8877badc54402f477628fda.tar.xz |
python3-unpaddedbase64: cleaned up footprint
Diffstat (limited to 'python3-unpaddedbase64')
-rw-r--r-- | python3-unpaddedbase64/.footprint | 3 | ||||
-rw-r--r-- | python3-unpaddedbase64/.signature | 6 | ||||
-rw-r--r-- | python3-unpaddedbase64/Pkgfile | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/python3-unpaddedbase64/.footprint b/python3-unpaddedbase64/.footprint index e6fbbdfc5..d124e6ef1 100644 --- a/python3-unpaddedbase64/.footprint +++ b/python3-unpaddedbase64/.footprint @@ -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__/ diff --git a/python3-unpaddedbase64/.signature b/python3-unpaddedbase64/.signature index 7bd0c4ce7..3d2e14016 100644 --- a/python3-unpaddedbase64/.signature +++ b/python3-unpaddedbase64/.signature @@ -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 diff --git a/python3-unpaddedbase64/Pkgfile b/python3-unpaddedbase64/Pkgfile index b5440e5d1..8f823ed16 100644 --- a/python3-unpaddedbase64/Pkgfile +++ b/python3-unpaddedbase64/Pkgfile @@ -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 } |