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 5F09B138350 for ; Mon, 10 Feb 2020 21:00:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AEADE0974; Mon, 10 Feb 2020 21:00:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 82A3DE0974 for ; Mon, 10 Feb 2020 21:00:26 +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 A6B4734E9E5 for ; Mon, 10 Feb 2020 21:00:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FAE013A for ; Mon, 10 Feb 2020 21:00:19 +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: <1581368406.27992523f1274354201d265d85fa829bdfaffdd0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catkin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/catkin/catkin-0.7.14.ebuild dev-util/catkin/catkin-0.7.17.ebuild dev-util/catkin/catkin-0.7.20.ebuild dev-util/catkin/catkin-9999.ebuild X-VCS-Directories: dev-util/catkin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 27992523f1274354201d265d85fa829bdfaffdd0 X-VCS-Branch: master Date: Mon, 10 Feb 2020 21:00:19 +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: 6da4838c-7d02-4c67-b5a7-05798bed6817 X-Archives-Hash: ede5bfed1b3204b92da7d0c2d193eb0a commit: 27992523f1274354201d265d85fa829bdfaffdd0 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 20:54:24 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 21:00:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27992523 dev-util/catkin: Remove py2 Signed-off-by: Michał Górny gentoo.org> dev-util/catkin/catkin-0.7.14.ebuild | 2 +- dev-util/catkin/catkin-0.7.17.ebuild | 2 +- dev-util/catkin/catkin-0.7.20.ebuild | 2 +- dev-util/catkin/catkin-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/catkin/catkin-0.7.14.ebuild b/dev-util/catkin/catkin-0.7.14.ebuild index f97b4adba48..4a444f773cf 100644 --- a/dev-util/catkin/catkin-0.7.14.ebuild +++ b/dev-util/catkin/catkin-0.7.14.ebuild @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/ros/catkin" fi -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit ${SCM} cmake-utils python-r1 diff --git a/dev-util/catkin/catkin-0.7.17.ebuild b/dev-util/catkin/catkin-0.7.17.ebuild index 990f85b60a9..bd0fec4e9fa 100644 --- a/dev-util/catkin/catkin-0.7.17.ebuild +++ b/dev-util/catkin/catkin-0.7.17.ebuild @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/ros/catkin" fi -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit ${SCM} cmake-utils python-r1 diff --git a/dev-util/catkin/catkin-0.7.20.ebuild b/dev-util/catkin/catkin-0.7.20.ebuild index 6ab9ccf16e5..c4909886d81 100644 --- a/dev-util/catkin/catkin-0.7.20.ebuild +++ b/dev-util/catkin/catkin-0.7.20.ebuild @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/ros/catkin" fi -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit ${SCM} cmake-utils python-r1 diff --git a/dev-util/catkin/catkin-9999.ebuild b/dev-util/catkin/catkin-9999.ebuild index 990f85b60a9..bd0fec4e9fa 100644 --- a/dev-util/catkin/catkin-9999.ebuild +++ b/dev-util/catkin/catkin-9999.ebuild @@ -9,7 +9,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then EGIT_REPO_URI="https://github.com/ros/catkin" fi -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) +PYTHON_COMPAT=( python3_6 pypy3 ) inherit ${SCM} cmake-utils python-r1