summaryrefslogtreecommitdiff
path: root/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-02 05:02:12 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-02 05:12:21 +0100
commit94db8a0ad4bd4ed2c9ca464849205cf198b50aff (patch)
treeee1da20fda3c959b3fd519371587f5fa5f57368d /dev-python/cachecontrol/cachecontrol-0.14.0.ebuild
parentdf53aa9f53a5d569a3ca543357e1de638e69d37b (diff)
downloadgentoo-94db8a0ad4bd4ed2c9ca464849205cf198b50aff.tar.gz
gentoo-94db8a0ad4bd4ed2c9ca464849205cf198b50aff.tar.bz2
gentoo-94db8a0ad4bd4ed2c9ca464849205cf198b50aff.zip
dev-python/cachecontrol: Bump to 0.14.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cachecontrol/cachecontrol-0.14.0.ebuild')
-rw-r--r--dev-python/cachecontrol/cachecontrol-0.14.0.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild b/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild
new file mode 100644
index 000000000000..4c4666f3e11a
--- /dev/null
+++ b/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="httplib2 caching for requests"
+HOMEPAGE="
+ https://pypi.org/project/CacheControl/
+ https://github.com/psf/cachecontrol/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ <dev-python/msgpack-2[${PYTHON_USEDEP}]
+ >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.16.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/cherrypy[${PYTHON_USEDEP}]
+ >=dev-python/filelock-3.8.0[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest