summaryrefslogtreecommitdiff
path: root/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-11-23 10:47:56 +0100
committerMichał Górny <mgorny@gentoo.org>2024-11-23 10:50:25 +0100
commit3e75c8f76ae688f1146780751772fcc9ed7d81d6 (patch)
treee740e0ff26f0412547e5a0fccd4c518efd315fc8 /dev-python/cachecontrol/cachecontrol-0.14.0.ebuild
parent9a243aa2e6a0695c9164bd0d44b549c02f435952 (diff)
downloadgentoo-3e75c8f76ae688f1146780751772fcc9ed7d81d6.tar.gz
gentoo-3e75c8f76ae688f1146780751772fcc9ed7d81d6.tar.bz2
gentoo-3e75c8f76ae688f1146780751772fcc9ed7d81d6.zip
dev-python/cachecontrol: Remove old
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, 0 insertions, 33 deletions
diff --git a/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild b/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild
deleted file mode 100644
index 00b7217135e7..000000000000
--- a/dev-python/cachecontrol/cachecontrol-0.14.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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 ~loong ~m68k ppc ppc64 ~riscv ~s390 ~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