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/rosdistro/
Date: Fri, 17 Aug 2018 13:08:13
Message-Id: 1534511278.bcbf8c229c3577e48f86e29f664367a90093b2e2.aballier@gentoo
1 commit: bcbf8c229c3577e48f86e29f664367a90093b2e2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 17 13:01:51 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 17 13:07:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcbf8c22
7
8 dev-python/rosdistro: eapi update and bump to 0.6.9
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11
12 dev-python/rosdistro/Manifest | 1 +
13 .../rosdistro/{rosdistro-9999.ebuild => rosdistro-0.6.9.ebuild} | 7 +++++--
14 dev-python/rosdistro/rosdistro-9999.ebuild | 7 +++++--
15 3 files changed, 11 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/rosdistro/Manifest b/dev-python/rosdistro/Manifest
18 index 7e4d39a506d..31836733702 100644
19 --- a/dev-python/rosdistro/Manifest
20 +++ b/dev-python/rosdistro/Manifest
21 @@ -1 +1,2 @@
22 DIST rosdistro-0.6.8.tar.gz 59771 BLAKE2B 5610ef992824104570abc8c5cc0224838ee1442d942f8f317b20b300831f7536649b47360e7f542e484d75eac29af71ce9e82fadf91b540f4671478039776921 SHA512 57db65b7cba29e41c14ea4e45f951a410e6152ce4247afd1b15df51cd79e50bdbc95151eac02acc666f8bc3c2658695600ad1b4fc0f4152d71901685c9e8f558
23 +DIST rosdistro-0.6.9.tar.gz 59831 BLAKE2B 4a576efce73cceb68496f2ba7a52e9e09c92aaf0c54ed9693e067e1ea7dcc0b53362a42524dad92b1e68acb22b88c7a92427b8962dbdec781cac5972e251ee9c SHA512 351653c95803dce034074a357f4ca878688ca3e640983cb380840b1bb898f1b8e827210620ba31261fa76edb306908e489e0b8504a6fd8c651c83fbfb8774bd2
24
25 diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-0.6.9.ebuild
26 similarity index 89%
27 copy from dev-python/rosdistro/rosdistro-9999.ebuild
28 copy to dev-python/rosdistro/rosdistro-0.6.9.ebuild
29 index 8780e241c60..c8c67d166d0 100644
30 --- a/dev-python/rosdistro/rosdistro-9999.ebuild
31 +++ b/dev-python/rosdistro/rosdistro-0.6.9.ebuild
32 @@ -1,7 +1,7 @@
33 # Copyright 1999-2018 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35
36 -EAPI=5
37 +EAPI=7
38 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
39
40 SCM=""
41 @@ -31,9 +31,12 @@ RDEPEND="
42 dev-python/rospkg[${PYTHON_USEDEP}]
43 dev-python/pyyaml[${PYTHON_USEDEP}]
44 dev-python/setuptools[${PYTHON_USEDEP}]"
45 +BDEPEND="
46 + dev-python/setuptools[${PYTHON_USEDEP}]
47 + test? ( dev-python/nose[${PYTHON_USEDEP}] )
48 +"
49 DEPEND="${RDEPEND}
50 test? (
51 - dev-python/nose[${PYTHON_USEDEP}]
52 dev-python/mock[${PYTHON_USEDEP}]
53 )
54 "
55
56 diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-9999.ebuild
57 index 8780e241c60..c8c67d166d0 100644
58 --- a/dev-python/rosdistro/rosdistro-9999.ebuild
59 +++ b/dev-python/rosdistro/rosdistro-9999.ebuild
60 @@ -1,7 +1,7 @@
61 # Copyright 1999-2018 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63
64 -EAPI=5
65 +EAPI=7
66 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
67
68 SCM=""
69 @@ -31,9 +31,12 @@ RDEPEND="
70 dev-python/rospkg[${PYTHON_USEDEP}]
71 dev-python/pyyaml[${PYTHON_USEDEP}]
72 dev-python/setuptools[${PYTHON_USEDEP}]"
73 +BDEPEND="
74 + dev-python/setuptools[${PYTHON_USEDEP}]
75 + test? ( dev-python/nose[${PYTHON_USEDEP}] )
76 +"
77 DEPEND="${RDEPEND}
78 test? (
79 - dev-python/nose[${PYTHON_USEDEP}]
80 dev-python/mock[${PYTHON_USEDEP}]
81 )
82 "