From c334ef54be4ac927e905adbef7469d2b9c3172b8 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 2 Aug 2024 17:11:31 +0200 Subject: [PATCH] dev-python/cachecontrol: Add from Gentoo It's from Gentoo commit 290589ec214725050933d060a204b3947edb50d9. --- .../dev-python/cachecontrol/Manifest | 1 + .../cachecontrol/cachecontrol-0.14.0.ebuild | 33 +++++++++++++++++++ .../dev-python/cachecontrol/metadata.xml | 13 ++++++++ 3 files changed, 47 insertions(+) create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/cachecontrol/Manifest create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild create mode 100644 sdk_container/src/third_party/portage-stable/dev-python/cachecontrol/metadata.xml diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cachecontrol/Manifest b/sdk_container/src/third_party/portage-stable/dev-python/cachecontrol/Manifest new file mode 100644 index 0000000000..39f6e1b02c --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/cachecontrol/Manifest @@ -0,0 +1 @@ +DIST cachecontrol-0.14.0.tar.gz 28899 BLAKE2B 158d70333b8e5cbbee31db788c9737a92592c3c342d17e4e1ff4826759e3fe14eb855556f9363c122fbf3fd68ca43a78b34b3327260fe51a15b30dde01302508 SHA512 4bb43475d43a2b83f9196cf02af7a881ab37da3b481777f1ae6b24df0f7dab54629fcdf9e07b00e1226a7707f5c92b0473481ef7cbbcaa4275665a41487c903f diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild b/sdk_container/src/third_party/portage-stable/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild new file mode 100644 index 0000000000..9167c3caef --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/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..13} 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 ~m68k ppc ppc64 ~riscv ~sparc x86" + +RDEPEND=" + =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 diff --git a/sdk_container/src/third_party/portage-stable/dev-python/cachecontrol/metadata.xml b/sdk_container/src/third_party/portage-stable/dev-python/cachecontrol/metadata.xml new file mode 100644 index 0000000000..fe61017132 --- /dev/null +++ b/sdk_container/src/third_party/portage-stable/dev-python/cachecontrol/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + psf/cachecontrol + CacheControl + +