diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-06-13 14:19:58 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-06-13 14:40:04 -0500 |
commit | 8e24bb66480ed0d384bd30ac0e196641e14a8479 (patch) | |
tree | 82170fc80a987653e0322379152c989ddb100593 /dev-python/cachetools/cachetools-1.1.5.ebuild | |
parent | b8ca457d79d94cf2bccff3c4085452c6d1a356e5 (diff) | |
download | gentoo-8e24bb66480ed0d384bd30ac0e196641e14a8479.tar.gz gentoo-8e24bb66480ed0d384bd30ac0e196641e14a8479.tar.xz |
dev-python/cachetools: 2.1.0 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/cachetools/cachetools-1.1.5.ebuild')
-rw-r--r-- | dev-python/cachetools/cachetools-1.1.5.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-python/cachetools/cachetools-1.1.5.ebuild b/dev-python/cachetools/cachetools-1.1.5.ebuild deleted file mode 100644 index e8c2e2194b2..00000000000 --- a/dev-python/cachetools/cachetools-1.1.5.ebuild +++ /dev/null @@ -1,19 +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 python3_5 ) - -inherit distutils-r1 - -DESCRIPTION="Extensible memoizing collections and decorators" -HOMEPAGE="https://pypi.org/project/cachetools/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |