summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-02 14:38:24 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-02 15:57:33 +0100
commitd9c683ad0591f924a38278e32e93b91cf6538f7c (patch)
tree20102169bec4cacd472e4285c4787e105c2933a1 /dev-python
parentdev-python/PySocks: Clean old up (diff)
downloadgentoo-d9c683ad0591f924a38278e32e93b91cf6538f7c.tar.gz
gentoo-d9c683ad0591f924a38278e32e93b91cf6538f7c.tar.bz2
gentoo-d9c683ad0591f924a38278e32e93b91cf6538f7c.zip
dev-python/aioeventlet: Clean old up
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/aioeventlet/aioeventlet-0.5.1.ebuild22
1 files changed, 0 insertions, 22 deletions
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}]"