summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-16 15:21:06 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-16 15:21:06 +0200
commitc072b46ee53820ab7b50fe5b50b94466f9c6fce2 (patch)
tree4b8e852b5a90c5af708686a093587f6add30ee7d /dev-python/pylru
parentdev-python/pyghmi: Remove old (diff)
downloadgentoo-c072b46ee53820ab7b50fe5b50b94466f9c6fce2.tar.gz
gentoo-c072b46ee53820ab7b50fe5b50b94466f9c6fce2.tar.bz2
gentoo-c072b46ee53820ab7b50fe5b50b94466f9c6fce2.zip
dev-python/pylru: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pylru')
-rw-r--r--dev-python/pylru/Manifest1
-rw-r--r--dev-python/pylru/pylru-1.2.0.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/dev-python/pylru/Manifest b/dev-python/pylru/Manifest
index ea29627055c3..d38c5cd98bb5 100644
--- a/dev-python/pylru/Manifest
+++ b/dev-python/pylru/Manifest
@@ -1,2 +1 @@
-DIST pylru-1.2.0.tar.gz 18533 BLAKE2B 6cebc3ecc91050bdf3c8f2721a7ee1768fb48692567eb2e8603e0d28fbfd01634087bf8fda0c0c3f8c9af377195623d2689f9eb59a3ad781ccfc5f58b362a734 SHA512 d4b247cb3740c2f94f4f41bd9affbb87db4e2ec8ff566978d130d08fee9df6109c13b64f22536903bf8be3ea60d4b105dd969d1156a279115b6bfedb817cdbf5
DIST pylru-1.2.1.tar.gz 16923 BLAKE2B fce05a78d9b503e8ec51ba76007aa16ba013099f56fed990027d3adb16155e01bfb30164d9cb248051eeef8c8cf00d9f76521a69207581c53837374e4a4fb903 SHA512 06549ec128d13e00cf95638775d962c3feb25450eb26dd5cbd1275350768a3de895049b438191a9968926f4de37624e7a8774edd58b6007c040bf75a4450d727
diff --git a/dev-python/pylru/pylru-1.2.0.ebuild b/dev-python/pylru/pylru-1.2.0.ebuild
deleted file mode 100644
index f22b1b0e9eb6..000000000000
--- a/dev-python/pylru/pylru-1.2.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A least recently used (LRU) cache for Python"
-HOMEPAGE="https://github.com/jlhutch/pylru"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
-
-python_test() {
- "${EPYTHON}" test.py || die "tests failed under ${EPYTHON}"
-}