commit: aa06769a0af09e71fd2e0253f9a7a0f7ada6f7d9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 26 03:54:22 2026 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 26 04:12:13 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa06769a
dev-python/cachetools: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cachetools/Manifest | 1 -
dev-python/cachetools/cachetools-6.2.2.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest
index 5c38731ef1d1..306c954aeb7a 100644
--- a/dev-python/cachetools/Manifest
+++ b/dev-python/cachetools/Manifest
@@ -1,3 +1,2 @@
-DIST cachetools-6.2.2.tar.gz 31571 BLAKE2B
cafd3e1748bff2c743848173898557ad41057733e1f8ef9c623ee6b2abb7d09131bc24899d0c42a343cb4beb1782ecc78791a0232822c9eba2c2f9c7d1ade40c
SHA512
2534df568c377113876d7ffb0ae87d95712f25697bd67c62268f9296888569f7077c55cf03f03f640d37219855189cd9c37dfcb39504f5e8a2aa458413790cf0
DIST cachetools-6.2.3.tar.gz 31641 BLAKE2B
8e440990180923934f496102293153ccfc43e6d448f78a9752de9cdd7ac5156cd6ff026265a5a35b230037e1d666b8b052407927a2e56cc39aef63617227f9fa
SHA512
e9fdfbe59f405258d6f988b75f5f126cd4826a9bee37e34eb6677f774bc4c2598dadf9826a11e19bc1b6afcc61b931110586d1648a5f4fbf112a3b17427070b3
DIST cachetools-6.2.4.tar.gz 31731 BLAKE2B
26c78c82d14db69020077dd0432a40c25cd7686a5c19f5715ff049271066d11d50d5a83777f044f6e35e26fb1e10566a982c8c2b54ecf7b58e5d8904af739374
SHA512
5a7a37c023283f5622af9a041f629bac96cca3bda5af68dbb00325792fb3b8e9f7ecd24b0139470201f77c5bb2d2951bec8c91e20f6334ac28814e21fb8b2692
diff --git a/dev-python/cachetools/cachetools-6.2.2.ebuild
b/dev-python/cachetools/cachetools-6.2.2.ebuild
deleted file mode 100644
index c69cfdb57f03..000000000000
--- a/dev-python/cachetools/cachetools-6.2.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Extensible memoizing collections and decorators"
-HOMEPAGE="
- https://github.com/tkem/cachetools/
- https://pypi.org/project/cachetools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390
~sparc x86"
-
-EPYTEST_PLUGINS=()
-distutils_enable_tests pytest