summaryrefslogtreecommitdiff
path: root/dev-python/cachetools/cachetools-5.5.1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-03-15 15:52:24 +0100
committerMichał Górny <mgorny@gentoo.org>2025-03-15 15:52:24 +0100
commit006343ee69266200862a4b402788249cb18db23a (patch)
tree57e6a274dc475a41fb6ebfd89558f92451d7f633 /dev-python/cachetools/cachetools-5.5.1.ebuild
parent55a346f43c4ccd838991882299f22b1d351ad8d4 (diff)
downloadgentoo-006343ee69266200862a4b402788249cb18db23a.tar.gz
gentoo-006343ee69266200862a4b402788249cb18db23a.tar.bz2
gentoo-006343ee69266200862a4b402788249cb18db23a.zip
dev-python/cachetools: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cachetools/cachetools-5.5.1.ebuild')
-rw-r--r--dev-python/cachetools/cachetools-5.5.1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/cachetools/cachetools-5.5.1.ebuild b/dev-python/cachetools/cachetools-5.5.1.ebuild
deleted file mode 100644
index e71cce07b7fa..000000000000
--- a/dev-python/cachetools/cachetools-5.5.1.ebuild
+++ /dev/null
@@ -1,21 +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_{10..13} pypy3 )
-
-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"
-
-distutils_enable_tests pytest