summaryrefslogtreecommitdiff
path: root/dev-python/cachecontrol/cachecontrol-0.13.1.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-02-18 03:39:11 +0100
committerMichał Górny <mgorny@gentoo.org>2024-02-18 03:39:11 +0100
commitcf258b9c978405a09b1ffd1f6148bf83571118d5 (patch)
tree6d389de6c5e2a6ffbfe415c7eeda390c0163c8b9 /dev-python/cachecontrol/cachecontrol-0.13.1.ebuild
parentf3f1f6067e72d249dc2f887e59e91a79ae329e00 (diff)
downloadgentoo-cf258b9c978405a09b1ffd1f6148bf83571118d5.tar.gz
gentoo-cf258b9c978405a09b1ffd1f6148bf83571118d5.tar.bz2
gentoo-cf258b9c978405a09b1ffd1f6148bf83571118d5.zip
dev-python/cachecontrol: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cachecontrol/cachecontrol-0.13.1.ebuild')
-rw-r--r--dev-python/cachecontrol/cachecontrol-0.13.1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/cachecontrol/cachecontrol-0.13.1.ebuild b/dev-python/cachecontrol/cachecontrol-0.13.1.ebuild
deleted file mode 100644
index d5f1802fde76..000000000000
--- a/dev-python/cachecontrol/cachecontrol-0.13.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 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-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