diff options
| author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 16:46:25 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 17:14:52 +0200 |
| commit | f267fa27eedc1236d94d5aa0d04eb9841aebf6ca (patch) | |
| tree | 7744ff39abea891a150c468378626728ab76e8ec /dev-python/CacheControl/CacheControl-0.11.6.ebuild | |
| parent | fbb7efc70297ea0022d8c9b5c36d94b7b50c358b (diff) | |
| download | gentoo-f267fa27eedc1236d94d5aa0d04eb9841aebf6ca.tar.gz gentoo-f267fa27eedc1236d94d5aa0d04eb9841aebf6ca.tar.bz2 gentoo-f267fa27eedc1236d94d5aa0d04eb9841aebf6ca.zip | |
dev-python/CacheControl: Clean old versions up
Diffstat (limited to 'dev-python/CacheControl/CacheControl-0.11.6.ebuild')
| -rw-r--r-- | dev-python/CacheControl/CacheControl-0.11.6.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/CacheControl/CacheControl-0.11.6.ebuild b/dev-python/CacheControl/CacheControl-0.11.6.ebuild deleted file mode 100644 index 730861e96650..000000000000 --- a/dev-python/CacheControl/CacheControl-0.11.6.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) - -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/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -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}]" -DEPENDS="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] ) -" - -# Not included -RESTRICT=test - -python_test() { - py.test -v -v || die -} - -pkg_postinst() { - optfeature "Redis based caches" dev-python/redis-py -} |
