commit:     0dfdb9585999449dd4628d2ad428d8c160c1a5b7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 15 09:47:44 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 15 09:52:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfdb958

dev-python/referencing: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/referencing/Manifest                  |  1 -
 dev-python/referencing/referencing-0.35.1.ebuild | 33 ------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-python/referencing/Manifest b/dev-python/referencing/Manifest
index 839a656d6a18..384628f58330 100644
--- a/dev-python/referencing/Manifest
+++ b/dev-python/referencing/Manifest
@@ -1,2 +1 @@
-DIST referencing-0.35.1.tar.gz 62991 BLAKE2B 
b434d3b24bb01c7ea2b97300408571483ecfaa49b52867374a8734b4dafd06404c8b993757620329668fa01eb791c2a6f938aa4be20ff841fe691a4b47dcf6b3
 SHA512 
b737afb45bfb1adb91f457b78ab4a31a6f33839ef61095663fd66d91c09fc379d900f778bacaa36722770ce80eccd6a227a074cb44836e69205bed06165d033d
 DIST referencing-0.36.2.tar.gz 74744 BLAKE2B 
82a789f41710b064c06adaefd15cc5f6780731169f6eacc0c0ef6e6ef0e0a1e5e281a5d6eb24eb3570327dcca3ddfb8de74dd179f1458789fa1d4d90a5bb67a0
 SHA512 
fa47a5d2f23390d6eba01ed946f6542eb4d281eed754547141e7c18b10a4c41f960e1c5ff8c4aaf0f282877f4b3d9efd0dbfb7f145c12dd7acc84ac8486864ca

diff --git a/dev-python/referencing/referencing-0.35.1.ebuild 
b/dev-python/referencing/referencing-0.35.1.ebuild
deleted file mode 100644
index 723de44d0d73..000000000000
--- a/dev-python/referencing/referencing-0.35.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( pypy3 python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Cross-specification JSON referencing (JSON Schema, OpenAPI...)"
-HOMEPAGE="
-       https://github.com/python-jsonschema/referencing/
-       https://pypi.org/project/referencing/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-       >=dev-python/attrs-22.2.0[${PYTHON_USEDEP}]
-       >=dev-python/rpds-py-0.7.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       dev-python/hatch-vcs[${PYTHON_USEDEP}]
-       test? (
-               dev-python/jsonschema[${PYTHON_USEDEP}]
-               dev-python/pytest-subtests[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_tests pytest

Reply via email to