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 111D1138350 for ; Wed, 5 Feb 2020 13:24:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F948E0B0C; Wed, 5 Feb 2020 13:24:47 +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 E1367E0B04 for ; Wed, 5 Feb 2020 13:24:46 +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 CDC6E34E7AC for ; Wed, 5 Feb 2020 13:24:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FF36149 for ; Wed, 5 Feb 2020 13:24:41 +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: <1580909075.10ae0823cdebb61f0e13e15bbb14189f61497a3b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/futurist/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/futurist/futurist-1.3.1.ebuild dev-python/futurist/futurist-1.6.0.ebuild dev-python/futurist/futurist-1.8.1.ebuild X-VCS-Directories: dev-python/futurist/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 10ae0823cdebb61f0e13e15bbb14189f61497a3b X-VCS-Branch: master Date: Wed, 5 Feb 2020 13:24:41 +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: e2396b7c-9a49-4ac0-9998-0f92d4880508 X-Archives-Hash: e8bfb50ab235b086b539ae151b20789b commit: 10ae0823cdebb61f0e13e15bbb14189f61497a3b Author: Michał Górny gentoo org> AuthorDate: Wed Feb 5 13:21:53 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 5 13:24:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10ae0823 dev-python/futurist: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/futurist/futurist-1.3.1.ebuild | 2 +- dev-python/futurist/futurist-1.6.0.ebuild | 2 +- dev-python/futurist/futurist-1.8.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/futurist/futurist-1.3.1.ebuild b/dev-python/futurist/futurist-1.3.1.ebuild index 3ec42d128c2..14cb8b7a2cc 100644 --- a/dev-python/futurist/futurist-1.3.1.ebuild +++ b/dev-python/futurist/futurist-1.3.1.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/futurist/futurist-1.6.0.ebuild b/dev-python/futurist/futurist-1.6.0.ebuild index 86e3ee9b3f8..dd6b864a786 100644 --- a/dev-python/futurist/futurist-1.6.0.ebuild +++ b/dev-python/futurist/futurist-1.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/futurist/futurist-1.8.1.ebuild b/dev-python/futurist/futurist-1.8.1.ebuild index 5610326a770..80db89cb2f5 100644 --- a/dev-python/futurist/futurist-1.8.1.ebuild +++ b/dev-python/futurist/futurist-1.8.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1