dev-python/cachetools: Remove old

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-07-04 12:54:27 +02:00
parent 7596aad0eb
commit 2bcce4531a
2 changed files with 0 additions and 28 deletions

View File

@@ -1,2 +1 @@
DIST cachetools-7.1.3.tar.gz 45780 BLAKE2B 7b7982f7980cc2893f320c46727745eb5d7d488bf2ddd3de6541f78a35bd76cb0d2fa730ab7441b47928451a6c052b75ae7a5d733fde07ba49744a0297a63311 SHA512 cbb36a8a013f6a7429c18e1aebdaac1be35b0c1445f1f0c789b0932ceba712f1dd716660a950d89681cb91fafbef3537d110d473434a89f9ef92be28b61b58ab
DIST cachetools-7.1.4.tar.gz 40085 BLAKE2B 2cee13235209eb489ef3f2d7ebbea45ed979dfec9de3f949d2d807e45c2fded6f886e22b9eec8cac0ac8e7fc999d4a29426d7b2c094547db0b9b4faec9f9adb1 SHA512 b48cdb38ec88695f7763d104e7d57282a88239e2bbe21c47937c25c1edebc3feecaeff072c9f2a9abfc58155ba92e70fbff4ac5b733e01fe4729267adcc1c040

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..15} pypy3_11 )
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"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest
python_test() {
local -x THREADING_TESTS=1
epytest
}