commit: d1f8730b4ee50466ce5d68c50dbea540a64e1d7c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 10 08:54:26 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 10 10:25:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1f8730b
dev-python/jsonschema-specifications: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jsonschema-specifications/Manifest | 1 -
.../jsonschema-specifications-2024.10.1.ebuild | 28 ----------------------
2 files changed, 29 deletions(-)
diff --git a/dev-python/jsonschema-specifications/Manifest
b/dev-python/jsonschema-specifications/Manifest
index 100353ffc43e..393980c20113 100644
--- a/dev-python/jsonschema-specifications/Manifest
+++ b/dev-python/jsonschema-specifications/Manifest
@@ -1,2 +1 @@
-DIST jsonschema_specifications-2024.10.1.tar.gz 15561 BLAKE2B
3587ca9c5525f3a8bf91c7e0619fda6d052ec89e11acce0a1aa5c7962fb1b89d54c952d81a5116f596aabfe769c8e9ae687821929d5bf1ad76346b480b2cd2fb
SHA512
333efbd81ad787da841fe8526257b4213bff508c91a6a655f2dbe62b22a0347ac8f97230b52e00aabcf626e91026a6c2f5760d54c2078eccd2f033a8599e7484
DIST jsonschema_specifications-2025.4.1.tar.gz 15513 BLAKE2B
90b17b36818895b7cb54615bc9df9f4b068bb14b47b930c91db1c250572cff3f9388b4369c7a776bcf5db8b2cf6a4c213e03f9a4b31c471fd370977352d541af
SHA512
e7dbe1e801de993f4863477832dffe0475976fa4ed9a5f2938470da8871f2599f7e99951a6ca2b4315136a13dd184fd0860afebd7163d1924ce27f699319f484
diff --git
a/dev-python/jsonschema-specifications/jsonschema-specifications-2024.10.1.ebuild
b/dev-python/jsonschema-specifications/jsonschema-specifications-2024.10.1.ebuild
deleted file mode 100644
index 055e86b54344..000000000000
---
a/dev-python/jsonschema-specifications/jsonschema-specifications-2024.10.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 pypy3_11 python3_{10..13} )
-
-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