ports/contrib (3.7): python3-keyring: new dependency: python3-jaraco-classes
commit 4171b4acb64d686ee0d26628a3c28fe82167755a Author: Tim Biermann <tbier@posteo.de> Date: Sat Apr 1 12:58:13 2023 +0200 python3-keyring: new dependency: python3-jaraco-classes diff --git a/python3-keyring/.signature b/python3-keyring/.signature index a64cb9d8a..e1000dd6a 100644 --- a/python3-keyring/.signature +++ b/python3-keyring/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF362T16Hy29ZOX6Exbjcotjxd5dfXQoRYFgDtiwlclpKZLqJeVKD+eFLK2XyWr8jGuutOtb2FGXAp9cmM0gjhegs= -SHA256 (Pkgfile) = e7d48759381e7b97269bf1a847398f26b8cda5b63ed46f99432c6ad2d34575b0 +RWSagIOpLGJF3w7+qpA9o8HT6bqvwvK9kT8+nID1uKbXwu9umb13wFqfz7Jn7NEC18D/uVIFME0mkSCVXfJI52PbBy3wljr6SQM= +SHA256 (Pkgfile) = 5baff9356b66d9ee628aca0bab9033dee73d49694c0a93d11cc4252fee305356 SHA256 (.footprint) = abbda14e5ae5af86db14304054c648c76dec190626cfdf618d91819bbd564828 SHA256 (keyring-23.13.1.tar.gz) = ba2e15a9b35e21908d0aaf4e0a47acc52d6ae33444df0da2b49d41a46ef6d678 diff --git a/python3-keyring/Pkgfile b/python3-keyring/Pkgfile index 7f2910d3f..7059d1178 100644 --- a/python3-keyring/Pkgfile +++ b/python3-keyring/Pkgfile @@ -1,7 +1,7 @@ # Description: provides an easy way to access the system keyring service from python # URL: https://github.com/jaraco/keyring # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: python3-entrypoints python3-importlib_metadata python3-secretstorage +# Depends on: python3-entrypoints python3-importlib_metadata python3-jaraco-classes python3-secretstorage name=python3-keyring version=23.13.1 @@ -13,5 +13,6 @@ build() { /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl + rm -rf $PKG/usr/lib/python3.9/site-packages/keyring/tests }
participants (1)
-
crux@crux.nu