summaryrefslogtreecommitdiff
path: root/dev-python/cachetools/cachetools-4.1.1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-02-26 09:22:44 +0100
committerMichał Górny <mgorny@gentoo.org>2021-02-26 09:29:41 +0100
commita658e5c02c9e63a9f0ab0e30f92bdd5184b96d2c (patch)
tree8e692bba0bedb670325775a6f87ff026b6d88f85 /dev-python/cachetools/cachetools-4.1.1.ebuild
parent79fbc0656980257ac90bafb3e95597172d4a9834 (diff)
downloadgentoo-a658e5c02c9e63a9f0ab0e30f92bdd5184b96d2c.tar.gz
gentoo-a658e5c02c9e63a9f0ab0e30f92bdd5184b96d2c.tar.bz2
gentoo-a658e5c02c9e63a9f0ab0e30f92bdd5184b96d2c.zip
dev-python/cachetools: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cachetools/cachetools-4.1.1.ebuild')
-rw-r--r--dev-python/cachetools/cachetools-4.1.1.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/cachetools/cachetools-4.1.1.ebuild b/dev-python/cachetools/cachetools-4.1.1.ebuild
deleted file mode 100644
index 40bafcd5dee7..000000000000
--- a/dev-python/cachetools/cachetools-4.1.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Extensible memoizing collections and decorators"
-HOMEPAGE="https://pypi.org/project/cachetools/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-distutils_enable_tests pytest