Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/python_cmake_module/
Date: Fri, 24 Sep 2021 10:33:37
Message-Id: 1632479389.be05dea52e8dd5dd90bc1a600bcc904e99e83777.arthurzam@gentoo
1 commit: be05dea52e8dd5dd90bc1a600bcc904e99e83777
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 24 10:21:41 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 24 10:29:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be05dea5
7
8 dev-ros/python_cmake_module: enable py3.9, enable py3.10
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 .../python_cmake_module/python_cmake_module-0.8.1.ebuild | 13 ++-----------
13 dev-ros/python_cmake_module/python_cmake_module-9999.ebuild | 13 ++-----------
14 2 files changed, 4 insertions(+), 22 deletions(-)
15
16 diff --git a/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild b/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild
17 index 150095c180f..a94a808de7a 100644
18 --- a/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild
19 +++ b/dev-ros/python_cmake_module/python_cmake_module-0.8.1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python{3_7,3_8} )
25 +PYTHON_COMPAT=( python3_{8..10} )
26
27 inherit cmake python-any-r1
28
29 @@ -11,11 +11,10 @@ ROS_PN="python_cmake_module"
30 if [ "${PV#9999}" != "${PV}" ] ; then
31 inherit git-r3
32 EGIT_REPO_URI="https://github.com/ros2/python_cmake_module"
33 - SRC_URI=""
34 - S=${WORKDIR}/${P}
35 else
36 SRC_URI="https://github.com/ros2/python_cmake_module/archive/${PV}.tar.gz -> ${ROS_PN}-${PV}.tar.gz"
37 S="${WORKDIR}/${ROS_PN}-${PV}"
38 + KEYWORDS="~amd64"
39 fi
40
41 DESCRIPTION="CMake module with extra functionality for Python"
42 @@ -23,17 +22,9 @@ HOMEPAGE="https://github.com/ros2/python_cmake_module"
43
44 LICENSE="Apache-2.0"
45 SLOT="0"
46 -if [ "${PV#9999}" != "${PV}" ] ; then
47 - PROPERTIES="live"
48 -else
49 - KEYWORDS="~amd64"
50 -fi
51 IUSE="test"
52 RESTRICT="!test? ( test )"
53
54 -RDEPEND="
55 -"
56 -DEPEND="${RDEPEND}"
57 BDEPEND="
58 $(python_gen_any_dep 'ros-meta/ament_cmake[${PYTHON_USEDEP}]')
59 test? (
60
61 diff --git a/dev-ros/python_cmake_module/python_cmake_module-9999.ebuild b/dev-ros/python_cmake_module/python_cmake_module-9999.ebuild
62 index 150095c180f..a94a808de7a 100644
63 --- a/dev-ros/python_cmake_module/python_cmake_module-9999.ebuild
64 +++ b/dev-ros/python_cmake_module/python_cmake_module-9999.ebuild
65 @@ -3,7 +3,7 @@
66
67 EAPI=7
68
69 -PYTHON_COMPAT=( python{3_7,3_8} )
70 +PYTHON_COMPAT=( python3_{8..10} )
71
72 inherit cmake python-any-r1
73
74 @@ -11,11 +11,10 @@ ROS_PN="python_cmake_module"
75 if [ "${PV#9999}" != "${PV}" ] ; then
76 inherit git-r3
77 EGIT_REPO_URI="https://github.com/ros2/python_cmake_module"
78 - SRC_URI=""
79 - S=${WORKDIR}/${P}
80 else
81 SRC_URI="https://github.com/ros2/python_cmake_module/archive/${PV}.tar.gz -> ${ROS_PN}-${PV}.tar.gz"
82 S="${WORKDIR}/${ROS_PN}-${PV}"
83 + KEYWORDS="~amd64"
84 fi
85
86 DESCRIPTION="CMake module with extra functionality for Python"
87 @@ -23,17 +22,9 @@ HOMEPAGE="https://github.com/ros2/python_cmake_module"
88
89 LICENSE="Apache-2.0"
90 SLOT="0"
91 -if [ "${PV#9999}" != "${PV}" ] ; then
92 - PROPERTIES="live"
93 -else
94 - KEYWORDS="~amd64"
95 -fi
96 IUSE="test"
97 RESTRICT="!test? ( test )"
98
99 -RDEPEND="
100 -"
101 -DEPEND="${RDEPEND}"
102 BDEPEND="
103 $(python_gen_any_dep 'ros-meta/ament_cmake[${PYTHON_USEDEP}]')
104 test? (