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/osrf_pycommon/
Date: Tue, 13 Oct 2020 11:31:32
Message-Id: 1602588682.1a9cbe70923930098b98c3b5450561948f4705d8.aballier@gentoo
1 commit: 1a9cbe70923930098b98c3b5450561948f4705d8
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 13 11:31:13 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=1a9cbe70
7
8 dev-python/osrf_pycommon: proper distutils dep; add py39
9
10 Closes: https://bugs.gentoo.org/748417
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 .../{osrf_pycommon-0.1.10.ebuild => osrf_pycommon-0.1.10-r1.ebuild} | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-python/osrf_pycommon/osrf_pycommon-0.1.10.ebuild b/dev-python/osrf_pycommon/osrf_pycommon-0.1.10-r1.ebuild
18 similarity index 89%
19 rename from dev-python/osrf_pycommon/osrf_pycommon-0.1.10.ebuild
20 rename to dev-python/osrf_pycommon/osrf_pycommon-0.1.10-r1.ebuild
21 index d38cfc41188..9f8238dc18f 100644
22 --- a/dev-python/osrf_pycommon/osrf_pycommon-0.1.10.ebuild
23 +++ b/dev-python/osrf_pycommon/osrf_pycommon-0.1.10-r1.ebuild
24 @@ -2,7 +2,8 @@
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28 -PYTHON_COMPAT=( python{3_7,3_8} )
29 +PYTHON_COMPAT=( python{3_7,3_8,3_9} )
30 +DISTUTILS_USE_SETUPTOOLS=rdepend
31
32 inherit distutils-r1