From f32d26510238dfcc8e14d4a990b02442ff1f8601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 4 Apr 2026 07:22:04 +0200 Subject: [PATCH] dev-python/pylru: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/pylru/Manifest | 1 - dev-python/pylru/pylru-1.2.1.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) delete mode 100644 dev-python/pylru/pylru-1.2.1.ebuild diff --git a/dev-python/pylru/Manifest b/dev-python/pylru/Manifest index 26edd397605d2..a3c9cd6eeaa3f 100644 --- a/dev-python/pylru/Manifest +++ b/dev-python/pylru/Manifest @@ -1,2 +1 @@ -DIST pylru-1.2.1.tar.gz 16923 BLAKE2B fce05a78d9b503e8ec51ba76007aa16ba013099f56fed990027d3adb16155e01bfb30164d9cb248051eeef8c8cf00d9f76521a69207581c53837374e4a4fb903 SHA512 06549ec128d13e00cf95638775d962c3feb25450eb26dd5cbd1275350768a3de895049b438191a9968926f4de37624e7a8774edd58b6007c040bf75a4450d727 DIST pylru-1.2.2.tar.gz 10793 BLAKE2B f80d0b22bcff16a8c4efa9535c89e6539b65f4c0443e157a9a5af8df5d858f9463b9319be3527bd2249397f85adab9335abe009037a708db5d1205bb51b93425 SHA512 a4779fba2cf7230c7ebc6b6b2931cafcd91158c8ecbb0306a894888429442bbc5aa427d671ea6d9f23a2e554cd08dbac2802abc06f7e0a4ff95bc2fac3e7381a diff --git a/dev-python/pylru/pylru-1.2.1.ebuild b/dev-python/pylru/pylru-1.2.1.ebuild deleted file mode 100644 index f7f9f6f4cbe32..0000000000000 --- a/dev-python/pylru/pylru-1.2.1.ebuild +++ /dev/null @@ -1,23 +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} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A least recently used (LRU) cache for Python" -HOMEPAGE=" - https://github.com/jlhutch/pylru/ - https://pypi.org/project/pylru/ -" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" - -python_test() { - "${EPYTHON}" test.py || die "tests failed under ${EPYTHON}" -}