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 2D101138350 for ; Mon, 4 May 2020 12:34:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2844FE09A7; Mon, 4 May 2020 12:34:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 13B90E09A7 for ; Mon, 4 May 2020 12:34:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 36A1034F550 for ; Mon, 4 May 2020 12:34:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 037DC234 for ; Mon, 4 May 2020 12:34:48 +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: <1588595590.bf7437e9452cd5d0830e05326c0c9bbafb9c3db0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-futures/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/python-futures/python-futures-0.ebuild X-VCS-Directories: virtual/python-futures/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bf7437e9452cd5d0830e05326c0c9bbafb9c3db0 X-VCS-Branch: master Date: Mon, 4 May 2020 12:34:48 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 74bd22c7-8019-4740-9530-c9fe24b93be6 X-Archives-Hash: 27b62085c4e546a40d9b19b1fec2d239 commit: bf7437e9452cd5d0830e05326c0c9bbafb9c3db0 Author: Michał Górny gentoo org> AuthorDate: Mon May 4 12:33:10 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 4 12:33:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7437e9 virtual/python-futures: Remove old Signed-off-by: Michał Górny gentoo.org> virtual/python-futures/python-futures-0.ebuild | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/virtual/python-futures/python-futures-0.ebuild b/virtual/python-futures/python-futures-0.ebuild deleted file mode 100644 index 039b641cb15..00000000000 --- a/virtual/python-futures/python-futures-0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{6,7} ) - -inherit python-r1 - -DESCRIPTION="A virtual for the Python concurrent.futures module" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' python2_7 pypy)"