diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-08-17 12:23:44 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-08-17 12:23:44 +0100 |
commit | 4d6e1311ded368813dc93f130293f64148e22c45 (patch) | |
tree | 966c774d10cd502da9a136e2d595f430efb0850d /dev-python/pyjwt | |
parent | 2ca31eebd5b7496656193e0aa6ae39200d69a017 (diff) |
gentoo auto-resync : 17:08:2024 - 12:23:44
Diffstat (limited to 'dev-python/pyjwt')
-rw-r--r-- | dev-python/pyjwt/Manifest | 4 | ||||
-rw-r--r-- | dev-python/pyjwt/pyjwt-2.8.0.ebuild | 41 | ||||
-rw-r--r-- | dev-python/pyjwt/pyjwt-2.9.0.ebuild | 2 |
3 files changed, 2 insertions, 45 deletions
diff --git a/dev-python/pyjwt/Manifest b/dev-python/pyjwt/Manifest index 8082bea2a414..e61991d8314f 100644 --- a/dev-python/pyjwt/Manifest +++ b/dev-python/pyjwt/Manifest @@ -1,5 +1,3 @@ -DIST PyJWT-2.8.0.tar.gz 78313 BLAKE2B b5031ec0ea672ef2dffc077aba6c781a20a7497257a16241841c0e0158017370581e3c9785d930772290c25fc9029e71a5d8744d999b135b29715a4f35720508 SHA512 74e74cf8c78494a9e51a2a186347361388031d5c0d0864df2a5d051621d9d31dff617ab1d7ebb4a829cc7d409d196e1bdb3b361ec888b6c14f1abea77544475e DIST pyjwt-2.9.0.tar.gz 78825 BLAKE2B f8228502944e6fc50412533c0c3f6d03fe7538dae8e1c42dd01d6b4419ef165f98125712e48d5c5b7f0d7eced36b6a84a69b9da549fe5e57effcba652f78faec SHA512 10d0344e05a142b3edadc970dd5cebc5eada1f638a599ca0f566c00149d67626c7fa1bbe668a56bc93048669df3af266c581f4872bf5756a4cc526f4b831dfc1 -EBUILD pyjwt-2.8.0.ebuild 824 BLAKE2B c95cfd39533ee284daeb434434998cffa02dc99a4021abef68f0dffb4de98bdd3279c1f78634f978e98ca667d83741bee7d921226ad7ec31a56343e74018b94e SHA512 116febe73a8d8dceff3487f2947407e2938b34bc1354e14fb106769b282d283dba0d3a94b28e08e9ba2c584c80beedfb5598fd819b1545947f50f6b173062dc6 -EBUILD pyjwt-2.9.0.ebuild 810 BLAKE2B 0575f7c36a5dd187ecc59dd71f211e7aadd1ce82c8d4f3d1a2fc5ac030835510b2882b020a95e78b1847d71c4dd064c532fece03bec74868f48bb016224d0120 SHA512 00cb890e8d19f1d4480b93634fdedbe131aed8e22c734591bb3eed70e37b7af39fbc3460c7f0e370c09c61a2d06e847b4bbef7c75ffa3966a761ebcbdbec02db +EBUILD pyjwt-2.9.0.ebuild 804 BLAKE2B df7bfc6f7b83f4f5bbfba213068802d8fe04fe869260ecaae4b00bcbf481f25dd82bb8d66827e7f4a34b2d5ea18be407e3118f8b64693cee44c483793a09a263 SHA512 5725b4e0f2cf81ed004b8087181eea490e4807abe186815387322f1a3e81fc9fb3000ffce56656b01f234522745158f760e64affb886d31c3a2ad6b3772b8222 MISC metadata.xml 450 BLAKE2B e0a5244140aed7eb1dbc7d1bedf41b64f999ada11a82d5a7c3720501d824c789590e5339d5855fa4d0f96ff1b572e86af41859f8f14105f2f9b1a715d9d71d87 SHA512 83bce7997e724867cf1962ce75d8bb8e7a4e7a8dcdb42b95d9d323ca3a3ea4584020d4b700885e1afcb753d4fcacee23ec7b25066e93c0ac5eb614f65d140f29 diff --git a/dev-python/pyjwt/pyjwt-2.8.0.ebuild b/dev-python/pyjwt/pyjwt-2.8.0.ebuild deleted file mode 100644 index 96c1c8b218c8..000000000000 --- a/dev-python/pyjwt/pyjwt-2.8.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_NO_NORMALIZE=1 -PYPI_PN="PyJWT" -PYTHON_COMPAT=( python3_{10..13} ) - -inherit distutils-r1 optfeature pypi - -DESCRIPTION="JSON Web Token implementation in Python" -HOMEPAGE=" - https://github.com/jpadilla/pyjwt/ - https://pypi.org/project/PyJWT/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - !dev-python/python-jwt -" -BDEPEND=" - test? ( - >=dev-python/cryptography-3.4.0[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # Internet - tests/test_jwks_client.py::TestPyJWKClient::test_get_jwt_set_sslcontext_default -) - -pkg_postinst() { - optfeature "cryptography" dev-python/cryptography -} diff --git a/dev-python/pyjwt/pyjwt-2.9.0.ebuild b/dev-python/pyjwt/pyjwt-2.9.0.ebuild index d7c6984ef15b..d4235d743fad 100644 --- a/dev-python/pyjwt/pyjwt-2.9.0.ebuild +++ b/dev-python/pyjwt/pyjwt-2.9.0.ebuild @@ -17,7 +17,7 @@ HOMEPAGE=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" RDEPEND=" !dev-python/python-jwt |