diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-10 19:20:27 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-01-10 19:20:27 +0000 |
| commit | 6c57216d54c162af1e12754d5f456cd554fccd25 (patch) | |
| tree | 51bc615ecb1deb365c704b0db249599725497383 /dev-python/cachetools | |
| parent | 237a47c342347182188735933bcf7ccded60c3b6 (diff) | |
| download | baldeagleos-repo-6c57216d54c162af1e12754d5f456cd554fccd25.tar.gz baldeagleos-repo-6c57216d54c162af1e12754d5f456cd554fccd25.tar.xz baldeagleos-repo-6c57216d54c162af1e12754d5f456cd554fccd25.zip | |
Adding metadata
Diffstat (limited to 'dev-python/cachetools')
| -rw-r--r-- | dev-python/cachetools/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/cachetools/cachetools-6.2.4.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest index 2856af76ec13..5c38731ef1d1 100644 --- a/dev-python/cachetools/Manifest +++ b/dev-python/cachetools/Manifest @@ -1,2 +1,3 @@ DIST cachetools-6.2.2.tar.gz 31571 BLAKE2B cafd3e1748bff2c743848173898557ad41057733e1f8ef9c623ee6b2abb7d09131bc24899d0c42a343cb4beb1782ecc78791a0232822c9eba2c2f9c7d1ade40c SHA512 2534df568c377113876d7ffb0ae87d95712f25697bd67c62268f9296888569f7077c55cf03f03f640d37219855189cd9c37dfcb39504f5e8a2aa458413790cf0 DIST cachetools-6.2.3.tar.gz 31641 BLAKE2B 8e440990180923934f496102293153ccfc43e6d448f78a9752de9cdd7ac5156cd6ff026265a5a35b230037e1d666b8b052407927a2e56cc39aef63617227f9fa SHA512 e9fdfbe59f405258d6f988b75f5f126cd4826a9bee37e34eb6677f774bc4c2598dadf9826a11e19bc1b6afcc61b931110586d1648a5f4fbf112a3b17427070b3 +DIST cachetools-6.2.4.tar.gz 31731 BLAKE2B 26c78c82d14db69020077dd0432a40c25cd7686a5c19f5715ff049271066d11d50d5a83777f044f6e35e26fb1e10566a982c8c2b54ecf7b58e5d8904af739374 SHA512 5a7a37c023283f5622af9a041f629bac96cca3bda5af68dbb00325792fb3b8e9f7ecd24b0139470201f77c5bb2d2951bec8c91e20f6334ac28814e21fb8b2692 diff --git a/dev-python/cachetools/cachetools-6.2.4.ebuild b/dev-python/cachetools/cachetools-6.2.4.ebuild new file mode 100644 index 000000000000..198ef86fb84e --- /dev/null +++ b/dev-python/cachetools/cachetools-6.2.4.ebuild @@ -0,0 +1,22 @@ +# 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_{10..14} ) + +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 |
