python3-unpaddedbase64: updated footprint

This commit is contained in:
Tim Biermann 2022-01-01 19:13:05 +01:00
parent 317b52cfec
commit b337a3792c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -14,5 +14,5 @@ build() {
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
rm -r $PKG/usr/lib/python3.10/site-packages/unpaddedbase64-$version.dist-info/INSTALLER
}