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 19434138239 for ; Thu, 6 Feb 2020 05:59:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AFC0E08A2; Thu, 6 Feb 2020 05:59:55 +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 80E49E08A2 for ; Thu, 6 Feb 2020 05:59:55 +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 56DC234E7E4 for ; Thu, 6 Feb 2020 05:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BD972B for ; Thu, 6 Feb 2020 05:59:52 +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: <1580968763.591dd8785555316ab7332b014684750d705c264e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rosdistro/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rosdistro/rosdistro-0.7.2.ebuild dev-python/rosdistro/rosdistro-0.7.4.ebuild dev-python/rosdistro/rosdistro-0.8.0.ebuild dev-python/rosdistro/rosdistro-9999.ebuild X-VCS-Directories: dev-python/rosdistro/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 591dd8785555316ab7332b014684750d705c264e X-VCS-Branch: master Date: Thu, 6 Feb 2020 05:59:52 +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: d3fa1723-d048-4900-b093-69962a0b70e5 X-Archives-Hash: 1027568f60d21dec84b101b3432bada5 commit: 591dd8785555316ab7332b014684750d705c264e Author: Michał Górny gentoo org> AuthorDate: Thu Feb 6 05:40:42 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Feb 6 05:59:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=591dd878 dev-python/rosdistro: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-python/rosdistro/rosdistro-0.7.2.ebuild | 2 +- dev-python/rosdistro/rosdistro-0.7.4.ebuild | 2 +- dev-python/rosdistro/rosdistro-0.8.0.ebuild | 2 +- dev-python/rosdistro/rosdistro-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/rosdistro/rosdistro-0.7.2.ebuild b/dev-python/rosdistro/rosdistro-0.7.2.ebuild index 1366af7507e..8f24456c5e1 100644 --- a/dev-python/rosdistro/rosdistro-0.7.2.ebuild +++ b/dev-python/rosdistro/rosdistro-0.7.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-python/rosdistro/rosdistro-0.7.4.ebuild b/dev-python/rosdistro/rosdistro-0.7.4.ebuild index 1366af7507e..8f24456c5e1 100644 --- a/dev-python/rosdistro/rosdistro-0.7.4.ebuild +++ b/dev-python/rosdistro/rosdistro-0.7.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-python/rosdistro/rosdistro-0.8.0.ebuild b/dev-python/rosdistro/rosdistro-0.8.0.ebuild index c4a885cba03..7455f6d0af0 100644 --- a/dev-python/rosdistro/rosdistro-0.8.0.ebuild +++ b/dev-python/rosdistro/rosdistro-0.8.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-9999.ebuild index c4a885cba03..7455f6d0af0 100644 --- a/dev-python/rosdistro/rosdistro-9999.ebuild +++ b/dev-python/rosdistro/rosdistro-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then