commit: f8db7fb216d2107a7ddb83684626c9e62a22a9d4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 14 02:38:43 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 14 02:59:14 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8db7fb2
dev-python/cachetools: Bump to 6.2.2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cachetools/Manifest | 1 +
dev-python/cachetools/cachetools-6.2.2.ebuild | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+)
diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest
index 86704d99d00a..b2475630ee69 100644
--- a/dev-python/cachetools/Manifest
+++ b/dev-python/cachetools/Manifest
@@ -1,2 +1,3 @@
DIST cachetools-6.2.0.tar.gz 30988 BLAKE2B
c041dcdd702fef592afbbda710762bfd24462fd2541d784628d78abfba49c74f35216ae32c2f126e4a5acfd6650841e723e764d373f7efbd4ac9b1930b9d60c2
SHA512
0ea8a07c68f0bdf148e69f3317c39f0cd78b4839aad428cb80019a92efbf896b012a7f4d22e685962fc777f583ec12672dd3b243a061461e99dd68dd9567aa9d
DIST cachetools-6.2.1.tar.gz 31325 BLAKE2B
93d399724a594747e342ff9340c789dc51dfc07768f027c5e02bed0e7adcfd5a69b475aac2156f37ea070b7ccd8f5677951b9d45d185c0068baf04d05f7204fc
SHA512
9c04d85409b96a41aea632a7c8c32a7ef1f293f6a7dc3cbe5128f5feb7fc5a2bf71f383259fe06017c1f74e1e6e4725729a20da4e0d550ddb02b6f0e28eefe03
+DIST cachetools-6.2.2.tar.gz 31571 BLAKE2B
cafd3e1748bff2c743848173898557ad41057733e1f8ef9c623ee6b2abb7d09131bc24899d0c42a343cb4beb1782ecc78791a0232822c9eba2c2f9c7d1ade40c
SHA512
2534df568c377113876d7ffb0ae87d95712f25697bd67c62268f9296888569f7077c55cf03f03f640d37219855189cd9c37dfcb39504f5e8a2aa458413790cf0
diff --git a/dev-python/cachetools/cachetools-6.2.2.ebuild
b/dev-python/cachetools/cachetools-6.2.2.ebuild
new file mode 100644
index 000000000000..d8c7f8890eb7
--- /dev/null
+++ b/dev-python/cachetools/cachetools-6.2.2.ebuild
@@ -0,0 +1,22 @@
+# 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} 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