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-ros/genpy/
Date: Mon, 27 Feb 2017 10:49:39
Message-Id: 1488192548.48b5dc400c7a3223c191fffac1753954e33c0e85.aballier@gentoo
1 commit: 48b5dc400c7a3223c191fffac1753954e33c0e85
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 10:28:31 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 10:49:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48b5dc40
7
8 dev-ros/genpy: Add python 3.6 support and use standard ros-catkin.eclass src_test that works.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/genpy/genpy-0.6.3.ebuild | 11 +----------
13 dev-ros/genpy/genpy-9999.ebuild | 11 +----------
14 2 files changed, 2 insertions(+), 20 deletions(-)
15
16 diff --git a/dev-ros/genpy/genpy-0.6.3.ebuild b/dev-ros/genpy/genpy-0.6.3.ebuild
17 index b393c061a8..bd9c129377 100644
18 --- a/dev-ros/genpy/genpy-0.6.3.ebuild
19 +++ b/dev-ros/genpy/genpy-0.6.3.ebuild
20 @@ -6,7 +6,7 @@ EAPI=5
21
22 ROS_REPO_URI="https://github.com/ros/genpy"
23 KEYWORDS="~amd64 ~arm"
24 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
26
27 inherit ros-catkin
28
29 @@ -23,12 +23,3 @@ DEPEND="${RDEPEND}
30 dev-python/nose[${PYTHON_USEDEP}]
31 )
32 "
33 -
34 -python_test() {
35 - cd "${BUILD_DIR}"
36 - PYTHONPATH="${S}/src" nosetests --verbose -w "${S}/test" || die
37 -}
38 -
39 -src_test() {
40 - python_foreach_impl python_test
41 -}
42
43 diff --git a/dev-ros/genpy/genpy-9999.ebuild b/dev-ros/genpy/genpy-9999.ebuild
44 index b393c061a8..bd9c129377 100644
45 --- a/dev-ros/genpy/genpy-9999.ebuild
46 +++ b/dev-ros/genpy/genpy-9999.ebuild
47 @@ -6,7 +6,7 @@ EAPI=5
48
49 ROS_REPO_URI="https://github.com/ros/genpy"
50 KEYWORDS="~amd64 ~arm"
51 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
52 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
53
54 inherit ros-catkin
55
56 @@ -23,12 +23,3 @@ DEPEND="${RDEPEND}
57 dev-python/nose[${PYTHON_USEDEP}]
58 )
59 "
60 -
61 -python_test() {
62 - cd "${BUILD_DIR}"
63 - PYTHONPATH="${S}/src" nosetests --verbose -w "${S}/test" || die
64 -}
65 -
66 -src_test() {
67 - python_foreach_impl python_test
68 -}