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/python_orocos_kdl/
Date: Thu, 14 May 2020 15:13:09
Message-Id: 1589469177.4d51571d06d97f208cbac55d50c8ebab9d14ac84.aballier@gentoo
1 commit: 4d51571d06d97f208cbac55d50c8ebab9d14ac84
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 14 11:34:13 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 15:12:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d51571d
7
8 dev-python/python_orocos_kdl: add py37/38
9
10 Closes: https://bugs.gentoo.org/719496
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 dev-python/python_orocos_kdl/python_orocos_kdl-1.4.0-r1.ebuild | 2 +-
15 dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-1.4.0-r1.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-1.4.0-r1.ebuild
19 index a2514479622..7b2f41eea0d 100644
20 --- a/dev-python/python_orocos_kdl/python_orocos_kdl-1.4.0-r1.ebuild
21 +++ b/dev-python/python_orocos_kdl/python_orocos_kdl-1.4.0-r1.ebuild
22 @@ -2,7 +2,7 @@
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 -PYTHON_COMPAT=( python3_6 )
27 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
28
29 SCM=""
30 if [ "${PV#9999}" != "${PV}" ] ; then
31
32 diff --git a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild
33 index a2514479622..7b2f41eea0d 100644
34 --- a/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild
35 +++ b/dev-python/python_orocos_kdl/python_orocos_kdl-9999.ebuild
36 @@ -2,7 +2,7 @@
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=5
40 -PYTHON_COMPAT=( python3_6 )
41 +PYTHON_COMPAT=( python{3_6,3_7,3_8} )
42
43 SCM=""
44 if [ "${PV#9999}" != "${PV}" ] ; then