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/rospkg/
Date: Fri, 17 Aug 2018 13:08:13
Message-Id: 1534511278.03a89df55a0073d62659a16f1a18c6da50708d61.aballier@gentoo
1 commit: 03a89df55a0073d62659a16f1a18c6da50708d61
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 17 13:07:49 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=03a89df5
7
8 dev-python/rospkg: eapi update and bump to 1.1.7
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11
12 dev-python/rospkg/Manifest | 1 +
13 dev-python/rospkg/{rospkg-9999.ebuild => rospkg-1.1.7.ebuild} | 7 +++++--
14 dev-python/rospkg/rospkg-9999.ebuild | 7 +++++--
15 3 files changed, 11 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-python/rospkg/Manifest b/dev-python/rospkg/Manifest
18 index c61dc8ce14b..55489bb818e 100644
19 --- a/dev-python/rospkg/Manifest
20 +++ b/dev-python/rospkg/Manifest
21 @@ -1 +1,2 @@
22 DIST rospkg-1.1.4.tar.gz 89554 BLAKE2B b307482cc3df0f2a178dd427a37160cfdc3c407b2135a28854f3df0ff964ed57c17a8ee358a1aa90b3d735e0913bc6c3c8ea1084efdef5fd01933166e21ebac8 SHA512 1758dcbe28c18c834a60bbda2e5e6be34629b3dd4f6519f24dfa1324ff9fc59fb7d0ae9d324c002eee06ff672309627e48f97119b36601390b24a24ae196d5c5
23 +DIST rospkg-1.1.7.tar.gz 90200 BLAKE2B 5b64be62b292ed8d216058d9e906451c74ebfecced92da2888b6e6340a217f56460b9dad6fb741a1b78c156513adfb435407dfac19a9fcbca49b180662b879a2 SHA512 7d6915a32370786384220cd0d62087e0f82648e96f2006853dfb1486ff5b6c3343e32b9ac8a33ad1c1a8c758499475553b081166ca7ee0c72659855a2b09f151
24
25 diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-1.1.7.ebuild
26 similarity index 94%
27 copy from dev-python/rospkg/rospkg-9999.ebuild
28 copy to dev-python/rospkg/rospkg-1.1.7.ebuild
29 index bf7619313e0..c59845d0d46 100644
30 --- a/dev-python/rospkg/rospkg-9999.ebuild
31 +++ b/dev-python/rospkg/rospkg-1.1.7.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 @@ -30,10 +30,13 @@ SLOT="0"
42 IUSE="test"
43
44 RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
45 -DEPEND="${RDEPEND}
46 +BDEPEND="
47 dev-python/setuptools[${PYTHON_USEDEP}]
48 test? (
49 dev-python/nose[${PYTHON_USEDEP}]
50 + )"
51 +DEPEND="${RDEPEND} ${BDEPEND}
52 + test? (
53 dev-python/coverage[${PYTHON_USEDEP}]
54 dev-python/mock[${PYTHON_USEDEP}]
55 )
56
57 diff --git a/dev-python/rospkg/rospkg-9999.ebuild b/dev-python/rospkg/rospkg-9999.ebuild
58 index bf7619313e0..c59845d0d46 100644
59 --- a/dev-python/rospkg/rospkg-9999.ebuild
60 +++ b/dev-python/rospkg/rospkg-9999.ebuild
61 @@ -1,7 +1,7 @@
62 # Copyright 1999-2018 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64
65 -EAPI=5
66 +EAPI=7
67 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
68
69 SCM=""
70 @@ -30,10 +30,13 @@ SLOT="0"
71 IUSE="test"
72
73 RDEPEND="dev-python/pyyaml[${PYTHON_USEDEP}]"
74 -DEPEND="${RDEPEND}
75 +BDEPEND="
76 dev-python/setuptools[${PYTHON_USEDEP}]
77 test? (
78 dev-python/nose[${PYTHON_USEDEP}]
79 + )"
80 +DEPEND="${RDEPEND} ${BDEPEND}
81 + test? (
82 dev-python/coverage[${PYTHON_USEDEP}]
83 dev-python/mock[${PYTHON_USEDEP}]
84 )