diff --git a/dev-python/jsonschema-specifications/Manifest b/dev-python/jsonschema-specifications/Manifest index 4fb23674ab2ee..7c0e4623702be 100644 --- a/dev-python/jsonschema-specifications/Manifest +++ b/dev-python/jsonschema-specifications/Manifest @@ -1,3 +1,2 @@ -DIST jsonschema_specifications-2025.4.1.tar.gz 15513 BLAKE2B 90b17b36818895b7cb54615bc9df9f4b068bb14b47b930c91db1c250572cff3f9388b4369c7a776bcf5db8b2cf6a4c213e03f9a4b31c471fd370977352d541af SHA512 e7dbe1e801de993f4863477832dffe0475976fa4ed9a5f2938470da8871f2599f7e99951a6ca2b4315136a13dd184fd0860afebd7163d1924ce27f699319f484 DIST jsonschema_specifications-2025.9.1.tar.gz 32855 BLAKE2B d691d6bf85631c3a00c49165f24a28f3b1089a1b29a7183b6bdc05808a43199846b048a35c0dad9edd1381cc8ffb90fec526c2e627ad2ae30ca8f9b05ea32757 SHA512 04486de70d0fe5242d4a84006027499978983d7aacdb047711218510a5ffda41d5fa5da4acccb047b472e387ca580f6cb41221fb53207e931cb5bc5b9ad3a623 DIST jsonschema_specifications-2025.9.1.tar.gz.provenance 9899 BLAKE2B 8270a431f6bcf7b040fb5eaab217d914d9f5ecc6a3bdb44299fb0ac70a64fe155c9f9f57aa4558e28ac98d11739d0d4d34161794e1c82a488fe5a328ede5c1c5 SHA512 3433e2f8d9f7e82ddeb0ae9153ad01f982218b4ca79efca73daf66c5bac7795479750f1e388fe3156036180c6068e6b9d75887098a9d29f7d5ec49e8b3db0077 diff --git a/dev-python/jsonschema-specifications/jsonschema-specifications-2025.4.1.ebuild b/dev-python/jsonschema-specifications/jsonschema-specifications-2025.4.1.ebuild deleted file mode 100644 index 2d0fc75e79ed8..0000000000000 --- a/dev-python/jsonschema-specifications/jsonschema-specifications-2025.4.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3_11 python3_{11..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="The JSON Schema meta-schemas and vocabularies, exposed as a Registry" -HOMEPAGE=" - https://github.com/python-jsonschema/jsonschema-specifications/ - https://pypi.org/project/jsonschema-specifications/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" - -RDEPEND=" - >=dev-python/referencing-0.31.0[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/hatch-vcs[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest