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 CAA54138350 for ; Wed, 18 Mar 2020 18:39:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D027EE0B04; Wed, 18 Mar 2020 18:39:41 +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 9B437E0B04 for ; Wed, 18 Mar 2020 18:39:41 +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 9A88D34F2CB for ; Wed, 18 Mar 2020 18:39:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E61CD190 for ; Wed, 18 Mar 2020 18:39:37 +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: <1584556770.73cc3d27d8b53411f7e17346d747e0c742d0e34e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/catkin_pkg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/catkin_pkg/catkin_pkg-0.4.12.ebuild dev-python/catkin_pkg/catkin_pkg-0.4.13.ebuild dev-python/catkin_pkg/catkin_pkg-0.4.15.ebuild dev-python/catkin_pkg/catkin_pkg-9999.ebuild X-VCS-Directories: dev-python/catkin_pkg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 73cc3d27d8b53411f7e17346d747e0c742d0e34e X-VCS-Branch: master Date: Wed, 18 Mar 2020 18:39:37 +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: c071d827-d683-4335-8d9e-c589c145693d X-Archives-Hash: ba1951d467b6113e6967e857f3168112 commit: 73cc3d27d8b53411f7e17346d747e0c742d0e34e Author: Michał Górny gentoo org> AuthorDate: Wed Mar 18 18:33:29 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Mar 18 18:39:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73cc3d27 dev-python/catkin_pkg: Drop py2 Signed-off-by: Michał Górny gentoo.org> dev-python/catkin_pkg/catkin_pkg-0.4.12.ebuild | 2 +- dev-python/catkin_pkg/catkin_pkg-0.4.13.ebuild | 2 +- dev-python/catkin_pkg/catkin_pkg-0.4.15.ebuild | 2 +- dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/catkin_pkg/catkin_pkg-0.4.12.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.4.12.ebuild index 60470f9cf46..bc3411c6ac0 100644 --- a/dev-python/catkin_pkg/catkin_pkg-0.4.12.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-0.4.12.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/catkin_pkg/catkin_pkg-0.4.13.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.4.13.ebuild index 60470f9cf46..bc3411c6ac0 100644 --- a/dev-python/catkin_pkg/catkin_pkg-0.4.13.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-0.4.13.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/catkin_pkg/catkin_pkg-0.4.15.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.4.15.ebuild index 4bea3cb1417..d4b62f25527 100644 --- a/dev-python/catkin_pkg/catkin_pkg-0.4.15.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-0.4.15.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/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild index 4bea3cb1417..d4b62f25527 100644 --- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-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