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: Sun, 28 Jan 2018 15:10:26
Message-Id: 1517152201.8051942d7d5fcca9446b9eef783701df2d27750e.aballier@gentoo
1 commit: 8051942d7d5fcca9446b9eef783701df2d27750e
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 28 15:09:47 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 28 15:10:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8051942d
7
8 dev-python/catkin_pkg: add missing pyparsing dep
9
10 Package-Manager: Portage-2.3.20, Repoman-2.3.6
11
12 .../catkin_pkg/{catkin_pkg-0.4.1.ebuild => catkin_pkg-0.4.1-r1.ebuild} | 1 +
13 dev-python/catkin_pkg/catkin_pkg-9999.ebuild | 3 ++-
14 2 files changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/dev-python/catkin_pkg/catkin_pkg-0.4.1.ebuild b/dev-python/catkin_pkg/catkin_pkg-0.4.1-r1.ebuild
17 similarity index 96%
18 rename from dev-python/catkin_pkg/catkin_pkg-0.4.1.ebuild
19 rename to dev-python/catkin_pkg/catkin_pkg-0.4.1-r1.ebuild
20 index 0d20a2330bb..f74d5f891e5 100644
21 --- a/dev-python/catkin_pkg/catkin_pkg-0.4.1.ebuild
22 +++ b/dev-python/catkin_pkg/catkin_pkg-0.4.1-r1.ebuild
23 @@ -30,6 +30,7 @@ RDEPEND="
24 dev-python/setuptools[${PYTHON_USEDEP}]
25 dev-python/docutils[${PYTHON_USEDEP}]
26 dev-python/python-dateutil[${PYTHON_USEDEP}]
27 + dev-python/pyparsing[${PYTHON_USEDEP}]
28 "
29 DEPEND="${RDEPEND}
30 test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )
31
32 diff --git a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
33 index 0967bd6ff8e..f74d5f891e5 100644
34 --- a/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
35 +++ b/dev-python/catkin_pkg/catkin_pkg-9999.ebuild
36 @@ -1,4 +1,4 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 +# Copyright 1999-2018 Gentoo Foundation
39 # Distributed under the terms of the GNU General Public License v2
40
41 EAPI=5
42 @@ -30,6 +30,7 @@ RDEPEND="
43 dev-python/setuptools[${PYTHON_USEDEP}]
44 dev-python/docutils[${PYTHON_USEDEP}]
45 dev-python/python-dateutil[${PYTHON_USEDEP}]
46 + dev-python/pyparsing[${PYTHON_USEDEP}]
47 "
48 DEPEND="${RDEPEND}
49 test? ( dev-python/mock[${PYTHON_USEDEP}] dev-python/nose[${PYTHON_USEDEP}] )