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/rospkg/
Date: Tue, 13 Oct 2020 11:31:32
Message-Id: 1602588682.09c61d2da470e86843bc2a8d04725c2a6ad10a3e.aballier@gentoo
1 commit: 09c61d2da470e86843bc2a8d04725c2a6ad10a3e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 11:29:09 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=09c61d2d
7
8 dev-python/rospkg: set proper distutils dep; add py39
9
10 Closes: https://bugs.gentoo.org/748243
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 dev-python/rospkg/{rospkg-1.2.8.ebuild => rospkg-1.2.8-r1.ebuild} | 3 ++-
15 dev-python/rospkg/rospkg-9999.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/rospkg/rospkg-1.2.8.ebuild b/dev-python/rospkg/rospkg-1.2.8-r1.ebuild
19 similarity index 94%
20 rename from dev-python/rospkg/rospkg-1.2.8.ebuild
21 rename to dev-python/rospkg/rospkg-1.2.8-r1.ebuild
22 index 9fe2198838e..0b443bc38b9 100644
23 --- a/dev-python/rospkg/rospkg-1.2.8.ebuild
24 +++ b/dev-python/rospkg/rospkg-1.2.8-r1.ebuild
25 @@ -2,7 +2,8 @@
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
30 +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
31 +DISTUTILS_USE_SETUPTOOLS=rdepend
32
33 SCM=""
34 if [ "${PV#9999}" != "${PV}" ] ; then
35
36 diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild
37 index 9fe2198838e..0b443bc38b9 100644
38 --- a/dev-python/rospkg/rospkg-9999.ebuild
39 +++ b/dev-python/rospkg/rospkg-9999.ebuild
40 @@ -2,7 +2,8 @@
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44 -PYTHON_COMPAT=( python{3_6,3_7,3_8} )
45 +PYTHON_COMPAT=( python{3_6,3_7,3_8,3_9} )
46 +DISTUTILS_USE_SETUPTOOLS=rdepend
47
48 SCM=""
49 if [ "${PV#9999}" != "${PV}" ] ; then