diff options
author | 2023-01-09 08:05:26 +0100 | |
---|---|---|
committer | 2023-01-09 09:09:37 +0100 | |
commit | 0dd985f1deaecc3edeabe447cbe46d4f25b4967b (patch) | |
tree | d2da329b4ddb40999eb160fee60f46bd82d5364b /dev-python/cachetools | |
parent | dev-python/clang-python: Disable default configs for tests (diff) | |
download | gentoo-0dd985f1deaecc3edeabe447cbe46d4f25b4967b.tar.gz gentoo-0dd985f1deaecc3edeabe447cbe46d4f25b4967b.tar.bz2 gentoo-0dd985f1deaecc3edeabe447cbe46d4f25b4967b.zip |
dev-python/cachetools: Bump to 5.2.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cachetools')
-rw-r--r-- | dev-python/cachetools/Manifest | 1 | ||||
-rw-r--r-- | dev-python/cachetools/cachetools-5.2.1.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest index f5b230471913..60670a24364a 100644 --- a/dev-python/cachetools/Manifest +++ b/dev-python/cachetools/Manifest @@ -1 +1,2 @@ DIST cachetools-5.2.0.tar.gz 27342 BLAKE2B 905986bca98996fbc74c74bc5710b429ae63b4bf6283a3910e83a92cac461ef4a0271b1691a694fe8ecacf38eeeb921d7345c9e015f1400705662081d5e29dbd SHA512 e12766aef1725091edcdd0ef3687b891242f711de069c0d0642680d61dcca79e645e6ecb5f2e22470f189aba59daa2b5a830dc76791256517368f8912a065eef +DIST cachetools-5.2.1.tar.gz 27401 BLAKE2B 0923744627c83b3c8d5d657730bcb44efbcb211076edb09d4b93149d7ee6856724a818c84ffcc048184060543dfca45f0c136d126143553d461515adda956e10 SHA512 3d86f1ff07f048576d7f7dc44954a7a469ac982e670f9e2ebec6f2a13ae741c9c06b8334e345d81ef8b69ae069056ab715dbea81c9f6fde7a7ff8b283bd7dca4 diff --git a/dev-python/cachetools/cachetools-5.2.1.ebuild b/dev-python/cachetools/cachetools-5.2.1.ebuild new file mode 100644 index 000000000000..3bb050d4dbf2 --- /dev/null +++ b/dev-python/cachetools/cachetools-5.2.1.ebuild @@ -0,0 +1,22 @@ +# 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_{8..11} pypy3 ) + +inherit distutils-r1 + +DESCRIPTION="Extensible memoizing collections and decorators" +HOMEPAGE=" + https://github.com/tkem/cachetools/ + https://pypi.org/project/cachetools/ +" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~riscv ~x86" + +distutils_enable_tests pytest |