diff --git a/dev-python/service-identity/Manifest b/dev-python/service-identity/Manifest index cfdfc4f47e609..d6877d9ae52fa 100644 --- a/dev-python/service-identity/Manifest +++ b/dev-python/service-identity/Manifest @@ -1,3 +1,2 @@ -DIST service_identity-24.2.0.tar.gz 39245 BLAKE2B c23e323e5b6782cf814c85d63ce89f41c0d6cf120cb266714944548b18c4cd50b23f59bd62cdcc88a7c3bd874713de3aab78340f219547f84852f895867b0f22 SHA512 8dc475b965e5e33f2c9b5587b7b91351c8b424e2ebb89ab8cf7fe159798d26912b16bcff9bc6151606e319c32a7e53a3852fafd7c7bccdbf1d6ac93c2f9dda03 DIST service_identity-26.1.0.tar.gz 42898 BLAKE2B 80453af616bf87634ea361988b8cbba5fe9131390f77687046017747675c4d2b3a98b1d7e7e95aae1421b08384e930c19964bb1a36052d70a832b24680cbdffe SHA512 cc86fd09a6c3960c2de80fcdcce1212938518897699e96bc78e8366186e2d0585bc608e6e1b0b33ce36ee4df2206ad2a6c38fb42b1c04c8ef2b1090c43302041 DIST service_identity-26.1.0.tar.gz.provenance 9879 BLAKE2B 32af8eafefb9450c76c275d4811e14b85853d4ac071c4a93c423401e260944da56060c76d04fd4c7029c93700dee09fc24087f217b486c6cd85459eb417144c3 SHA512 3d7db0c609aecae4ed59f3fcb8e87fb89c0236e8c96679bb9da4553c01b60cac3ae11027d26aaf8e1908f5613248ab15cfd84f4d798fe9e95d86b0b2efb8093f diff --git a/dev-python/service-identity/service-identity-24.2.0.ebuild b/dev-python/service-identity/service-identity-24.2.0.ebuild deleted file mode 100644 index 644763308df50..0000000000000 --- a/dev-python/service-identity/service-identity-24.2.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{11..15} pypy3_11 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Service identity verification for pyOpenSSL" -HOMEPAGE=" - https://github.com/pyca/service-identity/ - https://pypi.org/project/service-identity/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" - -RDEPEND=" - >=dev-python/attrs-19.1.0[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - dev-python/pyasn1[${PYTHON_USEDEP}] - dev-python/pyasn1-modules[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}] - dev-python/hatch-vcs[${PYTHON_USEDEP}] - test? ( - >=dev-python/pyopenssl-17.1.0[${PYTHON_USEDEP}] - ) -" - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest