summaryrefslogtreecommitdiff
path: root/dev-python/cachecontrol/cachecontrol-0.12.10.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-16 15:01:49 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-16 15:03:32 +0200
commitd7b6268fdbc81ccd8bed49c3c109b06939ba79f9 (patch)
tree3538d42b61cfa6f05a37cfa484a365a898c6adfa /dev-python/cachecontrol/cachecontrol-0.12.10.ebuild
parentebcb0920beacd8c000ea668de69c5db70252b16f (diff)
downloadgentoo-d7b6268fdbc81ccd8bed49c3c109b06939ba79f9.tar.gz
gentoo-d7b6268fdbc81ccd8bed49c3c109b06939ba79f9.tar.bz2
gentoo-d7b6268fdbc81ccd8bed49c3c109b06939ba79f9.zip
dev-python/cachecontrol: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cachecontrol/cachecontrol-0.12.10.ebuild')
-rw-r--r--dev-python/cachecontrol/cachecontrol-0.12.10.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/cachecontrol/cachecontrol-0.12.10.ebuild b/dev-python/cachecontrol/cachecontrol-0.12.10.ebuild
deleted file mode 100644
index 086e62651bb9..000000000000
--- a/dev-python/cachecontrol/cachecontrol-0.12.10.ebuild
+++ /dev/null
@@ -1,36 +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..10} 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"
-
-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