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 7A1D7138359 for ; Tue, 13 Oct 2020 11:31:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C431DE0822; Tue, 13 Oct 2020 11:31:31 +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 AEB5EE0822 for ; Tue, 13 Oct 2020 11:31:31 +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 850EE340D23 for ; Tue, 13 Oct 2020 11:31:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F114336B for ; Tue, 13 Oct 2020 11:31:28 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1602588682.3e87ff28aeddeed325c0a71807e4d2fc1e87f268.aballier@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.23.ebuild dev-python/catkin_pkg/catkin_pkg-9999.ebuild X-VCS-Directories: dev-python/catkin_pkg/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 3e87ff28aeddeed325c0a71807e4d2fc1e87f268 X-VCS-Branch: master Date: Tue, 13 Oct 2020 11:31:28 +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: ee2b52eb-cb74-46ff-a88c-e91a0f4c321b X-Archives-Hash: 5a38198beff51c25d849267a5e688c5f commit: 3e87ff28aeddeed325c0a71807e4d2fc1e87f268 Author: Alexis Ballier gentoo org> AuthorDate: Tue Oct 13 11:27:05 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Oct 13 11:31:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e87ff28 dev-python/catkin_pkg: add py39 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier gentoo.org> dev-python/catkin_pkg/catkin_pkg-0.4.23.ebuild | 2 +- dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/catkin_pkg/catkin_pkg-0.4.23.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.4.23.ebuild index db0d224232a..677f0b8d989 100644 --- a/dev-python/catkin_pkg/catkin_pkg-0.4.23.ebuild +++ b/dev-python/catkin_pkg/catkin_pkg-0.4.23.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend SCM="" diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild index db0d224232a..677f0b8d989 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{3_6,3_7,3_8} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} pypy3 ) DISTUTILS_USE_SETUPTOOLS=rdepend SCM=""