Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/catkin_pkg/
Date: Tue, 13 Oct 2020 11:31:32
Message-Id: 1602588682.3e87ff28aeddeed325c0a71807e4d2fc1e87f268.aballier@gentoo
1 commit: 3e87ff28aeddeed325c0a71807e4d2fc1e87f268
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 11:27:05 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 13 11:31:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e87ff28
7
8 dev-python/catkin_pkg: add py39
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-python/catkin_pkg/catkin_pkg-0.4.23.ebuild | 2 +-
14 dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/catkin_pkg/catkin_pkg-0.4.23.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.4.23.ebuild
18 index db0d224232a..677f0b8d989 100644
19 --- a/dev-python/catkin_pkg/catkin_pkg-0.4.23.ebuild
20 +++ b/dev-python/catkin_pkg/catkin_pkg-0.4.23.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
26 +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} pypy3 )
27 DISTUTILS_USE_SETUPTOOLS=rdepend
28
29 SCM=""
30
31 diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
32 index db0d224232a..677f0b8d989 100644
33 --- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
34 +++ b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
35 @@ -2,7 +2,7 @@
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=7
39 -PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
40 +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} pypy3 )
41 DISTUTILS_USE_SETUPTOOLS=rdepend
42
43 SCM=""