summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-27 13:46:13 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-27 13:50:18 +0200
commitdb531258b126f0fe9945f9909983fc0f65bfb307 (patch)
tree190cd5e4a67f844eaae52bd70679d2097589cd6e /dev-python/cachetools/cachetools-5.3.0.ebuild
parentdev-python/asgiref: Remove old (diff)
downloadgentoo-db531258b126f0fe9945f9909983fc0f65bfb307.tar.gz
gentoo-db531258b126f0fe9945f9909983fc0f65bfb307.tar.bz2
gentoo-db531258b126f0fe9945f9909983fc0f65bfb307.zip
dev-python/cachetools: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cachetools/cachetools-5.3.0.ebuild')
-rw-r--r--dev-python/cachetools/cachetools-5.3.0.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/cachetools/cachetools-5.3.0.ebuild b/dev-python/cachetools/cachetools-5.3.0.ebuild
deleted file mode 100644
index 5c2b0ae4d4ef..000000000000
--- a/dev-python/cachetools/cachetools-5.3.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} 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="amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest