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: Fri, 17 Aug 2018 13:08:12
Message-Id: 1534511278.80e6c6832cac0fad58606dd7288ccc0f4dac240e.aballier@gentoo
1 commit: 80e6c6832cac0fad58606dd7288ccc0f4dac240e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 17 12:57:47 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=80e6c683
7
8 dev-python/catkin_pkg: eapi update, bump to 0.4.8
9
10 Package-Manager: Portage-2.3.46, Repoman-2.3.10
11
12 dev-python/catkin_pkg/Manifest | 1 +
13 .../{catkin_pkg-9999.ebuild => catkin_pkg-0.4.8.ebuild} | 11 +++++++----
14 dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 11 +++++++----
15 3 files changed, 15 insertions(+), 8 deletions(-)
16
17 diff --git a/dev-python/catkin_pkg/Manifest b/dev-python/catkin_pkg/Manifest
18 index bcf225a1d04..2d3c4c53dca 100644
19 --- a/dev-python/catkin_pkg/Manifest
20 +++ b/dev-python/catkin_pkg/Manifest
21 @@ -1 +1,2 @@
22 DIST catkin_pkg-0.4.7-gh.tar.gz 60765 BLAKE2B 905de7f4f013f8e7d6472b5159cb0e9ac82bb06dfca0308a7a5f8881402a721d987a016f7980f7a435a7122c4771311f82f56f460949370ecd93057ef8a8bb25 SHA512 1e947c09aa4789d414de74bed7b1aa3d5f5d16d22a8a4609f656b47e51b7318fdd21e003f8bf65355728abaf54a016ce2d78b79cc4ab8bd7c3e048b66c0c0f6e
23 +DIST catkin_pkg-0.4.8-gh.tar.gz 60811 BLAKE2B f7bcdb121844837701e203bfefd3ad9b454362d0d9f5b912a1df542dbb50ea402f1556b4f4031afa13dfdeb852f955d175f80344b773fa959fecf522ceb06fb6 SHA512 b697d177164d681e94f19f7f0ec768cb91ba5bf31cd3dfd41a24bc3347957b30f97bf1cc3e3fadb7c3c4f48a5d0306835a9496a9e4ab7b36784f7bbaf4268b6a
24
25 diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.4.8.ebuild
26 similarity index 95%
27 copy from dev-python/catkin_pkg/catkin_pkg-9999.ebuild
28 copy to dev-python/catkin_pkg/catkin_pkg-0.4.8.ebuild
29 index 46f2913d41f..f4dc76b3fa3 100644
30 --- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
31 +++ b/dev-python/catkin_pkg/catkin_pkg-0.4.8.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 @@ -32,13 +32,16 @@ RDEPEND="
42 dev-python/python-dateutil[${PYTHON_USEDEP}]
43 dev-python/pyparsing[${PYTHON_USEDEP}]
44 "
45 -DEPEND="${RDEPEND}
46 +BDEPEND="
47 test? (
48 - dev-python/mock[${PYTHON_USEDEP}]
49 dev-python/nose[${PYTHON_USEDEP}]
50 - dev-python/flake8[${PYTHON_USEDEP}]
51 )
52 "
53 +DEPEND="${RDEPEND} ${BDEPEND}
54 + test? (
55 + dev-python/flake8[${PYTHON_USEDEP}]
56 + dev-python/mock[${PYTHON_USEDEP}]
57 + )"
58 RDEPEND="${RDEPEND}
59 !<dev-util/catkin-0.7.14"
60 PATCHES=(
61
62 diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
63 index 46f2913d41f..f4dc76b3fa3 100644
64 --- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
65 +++ b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
66 @@ -1,7 +1,7 @@
67 # Copyright 1999-2018 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69
70 -EAPI=5
71 +EAPI=7
72 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
73
74 SCM=""
75 @@ -32,13 +32,16 @@ RDEPEND="
76 dev-python/python-dateutil[${PYTHON_USEDEP}]
77 dev-python/pyparsing[${PYTHON_USEDEP}]
78 "
79 -DEPEND="${RDEPEND}
80 +BDEPEND="
81 test? (
82 - dev-python/mock[${PYTHON_USEDEP}]
83 dev-python/nose[${PYTHON_USEDEP}]
84 - dev-python/flake8[${PYTHON_USEDEP}]
85 )
86 "
87 +DEPEND="${RDEPEND} ${BDEPEND}
88 + test? (
89 + dev-python/flake8[${PYTHON_USEDEP}]
90 + dev-python/mock[${PYTHON_USEDEP}]
91 + )"
92 RDEPEND="${RDEPEND}
93 !<dev-util/catkin-0.7.14"
94 PATCHES=(