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: Wed, 30 Sep 2020 10:07:33
Message-Id: 1601460446.35b717039b9147e58f5fd8ca286dd979234d301b.aballier@gentoo
1 commit: 35b717039b9147e58f5fd8ca286dd979234d301b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 30 10:06:38 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 30 10:07:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b71703
7
8 dev-python/catkin_pkg: bump to 0.4.23
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/Manifest | 2 +-
14 .../{catkin_pkg-0.4.22-r1.ebuild => catkin_pkg-0.4.23.ebuild} | 1 +
15 dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 1 +
16 3 files changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/dev-python/catkin_pkg/Manifest b/dev-python/catkin_pkg/Manifest
19 index 68b644507c3..d9d6f350b0c 100644
20 --- a/dev-python/catkin_pkg/Manifest
21 +++ b/dev-python/catkin_pkg/Manifest
22 @@ -1 +1 @@
23 -DIST catkin_pkg-0.4.22-gh.tar.gz 64407 BLAKE2B cbcc9b766b8fcde05a89b41d6797c02e12b65ee4518b37e31d120aa2cc43d5b7d588ca668ae0bbe2a2b10ae2883aaf8e3414449292af7ea8ba01d05e649e402e SHA512 e7119dde7fc70503d8b8cedf505d93aef719039a836186738d017500f8d53cbd73ae4f017cb8d86cc007978066e6471b971039387a07e2eb3c6894569a30946b
24 +DIST catkin_pkg-0.4.23-gh.tar.gz 64677 BLAKE2B 7bdd6e748561fd7e1193bdc85373e621bba0f1f80452c85c9d90d3b7cf758a83596376dae841b0ccac56a4ba7732111d464a47bc50cf4d9f29fb607f00ec66d7 SHA512 f388eb9ae588dc3a7b69d20fdba127081c9bfa24f7d5d01fee4cac7b57cfb05beb342a23e96052d4952dcb16be87495a9514edae57ea9d7c9742dce9a8a99dee
25
26 diff --git a/dev-python/catkin_pkg/catkin_pkg-0.4.22-r1.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.4.23.ebuild
27 similarity index 97%
28 rename from dev-python/catkin_pkg/catkin_pkg-0.4.22-r1.ebuild
29 rename to dev-python/catkin_pkg/catkin_pkg-0.4.23.ebuild
30 index 53b5bb90f67..db0d224232a 100644
31 --- a/dev-python/catkin_pkg/catkin_pkg-0.4.22-r1.ebuild
32 +++ b/dev-python/catkin_pkg/catkin_pkg-0.4.23.ebuild
33 @@ -3,6 +3,7 @@
34
35 EAPI=7
36 PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
37 +DISTUTILS_USE_SETUPTOOLS=rdepend
38
39 SCM=""
40 if [ "${PV#9999}" != "${PV}" ] ; then
41
42 diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
43 index 53b5bb90f67..db0d224232a 100644
44 --- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
45 +++ b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
46 @@ -3,6 +3,7 @@
47
48 EAPI=7
49 PYTHON_COMPAT=( python{3_6,3_7,3_8} pypy3 )
50 +DISTUTILS_USE_SETUPTOOLS=rdepend
51
52 SCM=""
53 if [ "${PV#9999}" != "${PV}" ] ; then