dev-python/aioeventlet: Clean old up
authorMichał Górny <mgorny@gentoo.org>
Tue, 2 Jan 2018 13:38:24 +0000 (14:38 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 2 Jan 2018 14:57:33 +0000 (15:57 +0100)
dev-python/aioeventlet/aioeventlet-0.5.1.ebuild [deleted file]

diff --git a/dev-python/aioeventlet/aioeventlet-0.5.1.ebuild b/dev-python/aioeventlet/aioeventlet-0.5.1.ebuild
deleted file mode 100644 (file)
index 8aa4acc..0000000
+++ /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}]"