summaryrefslogtreecommitdiff
path: root/dev-python/cachetools/cachetools-5.3.2.ebuild
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2023-10-24 23:16:31 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2023-10-24 23:16:31 -0500
commit66258c8d65a6284675d5cd1ce60ec6eadb45240f (patch)
treea104214449d9a8d38295ed75298ff39dc6707026 /dev-python/cachetools/cachetools-5.3.2.ebuild
parent5e99197ab33659c52e5a86efeef3c929be9d74f2 (diff)
downloadgentoo-66258c8d65a6284675d5cd1ce60ec6eadb45240f.tar.gz
gentoo-66258c8d65a6284675d5cd1ce60ec6eadb45240f.tar.bz2
gentoo-66258c8d65a6284675d5cd1ce60ec6eadb45240f.zip
dev-python/cachetools: add 5.3.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/cachetools/cachetools-5.3.2.ebuild')
-rw-r--r--dev-python/cachetools/cachetools-5.3.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/cachetools/cachetools-5.3.2.ebuild b/dev-python/cachetools/cachetools-5.3.2.ebuild
new file mode 100644
index 000000000000..bbfc2fd61faa
--- /dev/null
+++ b/dev-python/cachetools/cachetools-5.3.2.ebuild
@@ -0,0 +1,21 @@
+# 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 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest