diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-02-28 19:27:52 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-02-28 19:27:52 +0000 |
commit | 4b1be5ef874aaeb61a2116048e0c2312e53f8c69 (patch) | |
tree | e2f0118b102bf7e7ad852582d410adb43f13b035 /dev-python/jwcrypto | |
parent | 4418da21bd05d610a3450f4aa75481785ca372a0 (diff) |
gentoo auto-resync : 28:02:2025 - 19:27:52next
Diffstat (limited to 'dev-python/jwcrypto')
-rw-r--r-- | dev-python/jwcrypto/Manifest | 2 | ||||
-rw-r--r-- | dev-python/jwcrypto/jwcrypto-1.5.6.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/jwcrypto/Manifest b/dev-python/jwcrypto/Manifest index 8688aaa69407..de39fda58fb7 100644 --- a/dev-python/jwcrypto/Manifest +++ b/dev-python/jwcrypto/Manifest @@ -1,3 +1,3 @@ DIST jwcrypto-1.5.6.gh.tar.gz 97053 BLAKE2B 1955cd4289a8f73b29b3fccb73ae25133c5760949051598e03c262be047094e6d2caf9be928f2f32ee93720f28525e42abb5b7f3ee0efade3036a80332c65d98 SHA512 8a20ee05fc6e63fd30742872650511fa0b635a9545223eb5d25d8a11cc65a4c460ce9182b2f30caee99357e8b1f3f0ac08c2c3a6612bb4e7ee5238ef61398bb4 -EBUILD jwcrypto-1.5.6.ebuild 860 BLAKE2B e2b43be03067ef19fcdb3420a3ede1bebdd33911274cc2eaf688d9834284105a1292e88a4f3f940a6022cc03aef7b176521007506e67f9102f35d79197d4c531 SHA512 ca380ffea7094ba0c6f2531f7be94c1cb2e99874ce93e96451f28584cb6223e20279b156dbc414b268bd68c7f1c35ae380d8d91ed77b8e04caea776ecd5b81f0 +EBUILD jwcrypto-1.5.6.ebuild 869 BLAKE2B c153353292b91747b04fc776c916c2c6a0a5911b91b16f594807fd73fa36177c65d51c92608aeedaac5045525ea75a033797e9a222dbd9ea2c3018821eb9569a SHA512 c88b89aa760a4071dd9245d1226e142eeead85d918f3fb5efd829049a3db99026e35a2841fe722384426d21b7bf4e58f74310233e9172674fd44b52df1d72378 MISC metadata.xml 369 BLAKE2B c7868e0b20a2875964290642cddb457b71628e361f0e032875ac45f4405abeb76c8c53bcfe623c9a2e49ea6e184505503b4e43f34c456528ff3250aea5110b10 SHA512 a1fec6ac31bbb096e508b0ebd644aa8a96418e6972d852512d4b7702b67f241f858610235dbd68430c588d8b837c7a0866f333c8aab182e7cd01e10325031d34 diff --git a/dev-python/jwcrypto/jwcrypto-1.5.6.ebuild b/dev-python/jwcrypto/jwcrypto-1.5.6.ebuild index a0f75d972215..327618bda721 100644 --- a/dev-python/jwcrypto/jwcrypto-1.5.6.ebuild +++ b/dev-python/jwcrypto/jwcrypto-1.5.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{10..13} ) +PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..13} ) inherit distutils-r1 |