diff options
Diffstat (limited to 'dev-python/pyjwt')
| -rw-r--r-- | dev-python/pyjwt/Manifest | 4 | ||||
| -rw-r--r-- | dev-python/pyjwt/metadata.xml | 13 | ||||
| -rw-r--r-- | dev-python/pyjwt/pyjwt-2.12.1.ebuild | 42 | ||||
| -rw-r--r-- | dev-python/pyjwt/pyjwt-2.13.0.ebuild | 42 |
4 files changed, 0 insertions, 101 deletions
diff --git a/dev-python/pyjwt/Manifest b/dev-python/pyjwt/Manifest deleted file mode 100644 index 6ce0bbdca275..000000000000 --- a/dev-python/pyjwt/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST pyjwt-2.12.1.tar.gz 102564 BLAKE2B 9e2c5554b4c45dbc940c8de8ba860ab73ac585da58c90e6129c1b8040e5f334a92f13f933f123263bb0b07e942355546e376875a061c9118dc9651d45ccf5678 SHA512 ad1e925b9aa39017bd83863233b39de06a919daed664d5835e58def47f6fb4435fab057a37a5fa8a7543f691f5fc9f82e6d879ef0ad60960f982a214b305078a -DIST pyjwt-2.12.1.tar.gz.provenance 9461 BLAKE2B 1580ae7d42473f72d7b6f47a4025d696e1682450510e735935d02f1f98cda0e07608d2ce2699f4deae3f65816020763b2aa016c0fbf48d1eaec1c9fa977dba8e SHA512 f4a269774bbb58ddb2ec895d83dc224ab3faee5d9e1a9afed9570165fdacb595c37cb13d98b8432237128a89ca23be1c13ec0b5788b1daae9173f231e4ed67fc -DIST pyjwt-2.13.0.tar.gz 107515 BLAKE2B 6d0b35a81b84f244f56b4b7258f2fb3ffdef912aeecc7e82a901063910fb4a8baa19735ef80521032113c5ce8492a81cae8b016bfb22b17da0b29637f2de0a8b SHA512 e12fcc5171e48ef74f4384287c05d94367b7add4844066b650abd6c82534e557959f59ffce9bd6d4dc6970b99b7357be5bb652d0546937b3a64dfd329b63b561 -DIST pyjwt-2.13.0.tar.gz.provenance 9703 BLAKE2B f5dea7b13b251884b447f37a75960a03cbfb6d8b8adc6dbb5068b3972a08bef97df7c22374c17344a7d013c578e7c9eec71fbceb0705869d92c12cca5ab750ab SHA512 a2a63e02619ef49735d9787793ca2805c0ac43ca51a54649f6e11f9801dc761583e7a6b6a303082850e9af6ea006a0f4851050bce9b9b4cae7facaf5da616141 diff --git a/dev-python/pyjwt/metadata.xml b/dev-python/pyjwt/metadata.xml deleted file mode 100644 index d43acdfe2597..000000000000 --- a/dev-python/pyjwt/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <stabilize-allarches /> - <upstream> - <remote-id type="cpe">cpe:/a:pyjwt_project:pyjwt</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> diff --git a/dev-python/pyjwt/pyjwt-2.12.1.ebuild b/dev-python/pyjwt/pyjwt-2.12.1.ebuild deleted file mode 100644 index 666ff8e71444..000000000000 --- a/dev-python/pyjwt/pyjwt-2.12.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_PN="PyJWT" -PYPI_VERIFY_REPO=https://github.com/jpadilla/pyjwt -PYTHON_COMPAT=( python3_{13..14} ) - -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 ~loong ppc ppc64 ~riscv ~sparc x86" - -RDEPEND=" - !dev-python/python-jwt -" -BDEPEND=" - test? ( - >=dev-python/cryptography-3.4.0[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -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.13.0.ebuild b/dev-python/pyjwt/pyjwt-2.13.0.ebuild deleted file mode 100644 index c74b8e2a878d..000000000000 --- a/dev-python/pyjwt/pyjwt-2.13.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYPI_PN="PyJWT" -PYPI_VERIFY_REPO=https://github.com/jpadilla/pyjwt -PYTHON_COMPAT=( python3_{13..14} ) - -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 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" - -RDEPEND=" - !dev-python/python-jwt -" -BDEPEND=" - test? ( - >=dev-python/cryptography-3.4.0[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -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 -} |
