From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C53A138206 for ; Tue, 2 Jan 2018 14:57:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D284E0876; Tue, 2 Jan 2018 14:57:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DFD7E0876 for ; Tue, 2 Jan 2018 14:57:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F01C2335C2B for ; Tue, 2 Jan 2018 14:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF35F19E for ; Tue, 2 Jan 2018 14:57:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1514905053.d9c683ad0591f924a38278e32e93b91cf6538f7c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aioeventlet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aioeventlet/aioeventlet-0.5.1.ebuild X-VCS-Directories: dev-python/aioeventlet/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d9c683ad0591f924a38278e32e93b91cf6538f7c X-VCS-Branch: master Date: Tue, 2 Jan 2018 14:57:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 13916ca6-ad1a-4a54-9c63-c89569e2017d X-Archives-Hash: 66bce8ab2904496e9bbae2aaffc7dd41 commit: d9c683ad0591f924a38278e32e93b91cf6538f7c Author: Michał Górny gentoo org> AuthorDate: Tue Jan 2 13:38:24 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jan 2 14:57:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c683ad dev-python/aioeventlet: Clean old up dev-python/aioeventlet/aioeventlet-0.5.1.ebuild | 22 ---------------------- 1 file changed, 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 8aa4acca707..00000000000 --- 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}]"