From: Michał Górny Date: Tue, 2 Jan 2018 13:38:24 +0000 (+0100) Subject: dev-python/aioeventlet: Clean old up X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d9c683ad0591f924a38278e32e93b91cf6538f7c;p=gentoo.git dev-python/aioeventlet: Clean old up --- diff --git a/dev-python/aioeventlet/aioeventlet-0.5.1.ebuild b/dev-python/aioeventlet/aioeventlet-0.5.1.ebuild deleted file mode 100644 index 8aa4acca7073..000000000000 --- a/dev-python/aioeventlet/aioeventlet-0.5.1.ebuild +++ /dev/null @@ -1,22 +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 ) - -inherit distutils-r1 - -DESCRIPTION="asyncio event loop scheduling callbacks in eventlet" -HOMEPAGE="https://pypi.python.org/pypi/aioeventlet https://bitbucket.org/haypo/aioeventlet" -SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -RDEPEND=" - dev-python/eventlet[${PYTHON_USEDEP}] - $(python_gen_cond_dep '>=dev-python/trollius-0.3[${PYTHON_USEDEP}]' 'python2_7')" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"