diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-04-28 09:06:24 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-04-28 10:16:13 +0200 |
commit | bc29aba6f1382aaabf09e12c28c3813ec4d344a1 (patch) | |
tree | 31b989ff141a38e55ed356f379b7dfc9d221fd85 /dev-python/cachetools | |
parent | dev-python/arrow: Bump to 1.1.0 (diff) | |
download | gentoo-bc29aba6f1382aaabf09e12c28c3813ec4d344a1.tar.gz gentoo-bc29aba6f1382aaabf09e12c28c3813ec4d344a1.tar.bz2 gentoo-bc29aba6f1382aaabf09e12c28c3813ec4d344a1.zip |
dev-python/cachetools: Bump to 4.2.2
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-4.2.2.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/cachetools/Manifest b/dev-python/cachetools/Manifest index 6cba1a15706c..8bdbd4d7dc7e 100644 --- a/dev-python/cachetools/Manifest +++ b/dev-python/cachetools/Manifest @@ -1 +1,2 @@ DIST cachetools-4.2.1.tar.gz 24753 BLAKE2B 90345deed94ea6d5ce9c4e3d609ae5a5a8e29f506e559c017fe24e5e8c73e056da4bd4d01e80ccc91686e03ff204e1918375b9701abd8ab571241d09c7556cbb SHA512 bf5a05fc513241f05e61547b5d45813308f20a58319d1c057f3269533a55b739203ba74bc2360d38383cd222a148dcf192f6e58614258bcac2855b633145733c +DIST cachetools-4.2.2.tar.gz 23682 BLAKE2B 7c1163d216fed3a5258ecb1c6306468d0ace8c629275cfb4f3aa3c4e6d9e2560683ac5504b0ee3439901f1e53b7428e27a78c909f6629d3b006610ec8ef35e98 SHA512 b3aa68cecbd9f20e0ff482c497c5011f4d1bfe4ed106914433c6bcaa203fb29592e056807767efdcea0cf7dbd3a08f3edc9c0ea8b328a1442792f9be2049c860 diff --git a/dev-python/cachetools/cachetools-4.2.2.ebuild b/dev-python/cachetools/cachetools-4.2.2.ebuild new file mode 100644 index 000000000000..4e0424ad1b9d --- /dev/null +++ b/dev-python/cachetools/cachetools-4.2.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..9} ) + +inherit distutils-r1 + +DESCRIPTION="Extensible memoizing collections and decorators" +HOMEPAGE="https://pypi.org/project/cachetools/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +distutils_enable_tests pytest |