From 03c672b3802a1f48024679b22a27e3e08be40538 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 14 Oct 2015 11:31:01 +0200 Subject: dev-python/CacheControl: Keyword under ALLARCHES policy drop USE=redis in favour of optfeature to reduce unnecessary keywording of deps Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher --- dev-python/CacheControl/CacheControl-0.11.5.ebuild | 13 ++++++++----- dev-python/CacheControl/metadata.xml | 3 --- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'dev-python/CacheControl') diff --git a/dev-python/CacheControl/CacheControl-0.11.5.ebuild b/dev-python/CacheControl/CacheControl-0.11.5.ebuild index d030fba7e69b..f415ff9239ff 100644 --- a/dev-python/CacheControl/CacheControl-0.11.5.ebuild +++ b/dev-python/CacheControl/CacheControl-0.11.5.ebuild @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) -inherit distutils-r1 +inherit distutils-r1 eutils DESCRIPTION="The httplib2 caching algorithms packaged up for use with requests" HOMEPAGE="https://github.com/ionrock/cachecontrol https://pypi.python.org/pypi/cachecontrol/" @@ -14,13 +14,12 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc64 ~sparc ~x86" -IUSE="redis test" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="test" RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] - >=dev-python/lockfile-0.9[${PYTHON_USEDEP}] - redis? ( dev-python/redis-py[${PYTHON_USEDEP}] )" + >=dev-python/lockfile-0.9[${PYTHON_USEDEP}]" DEPENDS="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] ) @@ -29,3 +28,7 @@ DEPENDS="${RDEPEND} python_test() { py.test -v || die } + +pkg_postinst() { + optfeature "Redis based caches" dev-python/redis-py +} diff --git a/dev-python/CacheControl/metadata.xml b/dev-python/CacheControl/metadata.xml index 6e5e1025af5e..45f79e735db3 100644 --- a/dev-python/CacheControl/metadata.xml +++ b/dev-python/CacheControl/metadata.xml @@ -2,9 +2,6 @@ python - - Allows using redis as a cache store - ionrock/cachecontrol CacheControl -- cgit v1.2.3-65-gdbad