summaryrefslogtreecommitdiff
path: root/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-22 21:15:04 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-22 21:15:04 +0200
commit59908a542d5d5e4fd391fa185c33c601f7a58bee (patch)
treeead632581cfff37cc6e35d9f49a3ac7f8252e0f4 /dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
parentf51721e38764f0ae9c4d7447d4c9d60f78642cdf (diff)
downloadgentoo-59908a542d5d5e4fd391fa185c33c601f7a58bee.tar.gz
gentoo-59908a542d5d5e4fd391fa185c33c601f7a58bee.tar.bz2
gentoo-59908a542d5d5e4fd391fa185c33c601f7a58bee.zip
dev-python/cachecontrol: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cachecontrol/cachecontrol-0.12.11.ebuild')
-rw-r--r--dev-python/cachecontrol/cachecontrol-0.12.11.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
deleted file mode 100644
index fc3f51ae22e7..000000000000
--- a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022 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="httplib2 caching for requests"
-HOMEPAGE="
- https://pypi.org/project/CacheControl/
- https://github.com/ionrock/cachecontrol/
-"
-SRC_URI="
- https://github.com/ionrock/cachecontrol/archive/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
- >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
-"
-BDEPEND="
- test? (
- dev-python/cherrypy[${PYTHON_USEDEP}]
- dev-python/lockfile[${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest