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: Thu, 09 Feb 2017 17:46:38
Message-Id: 1486662361.4e14eef0c796ea8cabbc740dc0a8c3f1f1fb41ea.aballier@gentoo
1 commit: 4e14eef0c796ea8cabbc740dc0a8c3f1f1fb41ea
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 9 16:36:01 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 9 17:46:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e14eef0
7
8 dev-ros/genpy: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/genpy/Manifest | 1 -
13 dev-ros/genpy/genpy-0.6.2.ebuild | 34 ----------------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-ros/genpy/Manifest b/dev-ros/genpy/Manifest
17 index 5785a9bfdd..72340c729b 100644
18 --- a/dev-ros/genpy/Manifest
19 +++ b/dev-ros/genpy/Manifest
20 @@ -1,2 +1 @@
21 -DIST genpy-0.6.2.tar.gz 60939 SHA256 dc1a77d534702136f635b110eb20a4072e5946ff8aa237f5bae2cb37c298e922 SHA512 39fa71f113dbc0165ef7d0aa7d7a60795f8919649fbae46a9e4e3e9020c60df91f979f19283a7ea20803f6d97ec3f0e12bb19a788033e499e1f1c84587bfae4b WHIRLPOOL a0f665d419e886d8f3a0f8aa5725e6e6e32fdd889b4b1ea1fc6939c16c01970d904ecb6df63613f037348df7b06738184ffc41af0d66d90519876e9aa11ccfb3
22 DIST genpy-0.6.3.tar.gz 51545 SHA256 35448838e3054aeb520f49afe64b8bd9cb7ed944ed07471d2b6e7d5560d68540 SHA512 63748f70aa32e760d044b54c1c64a44e972fe34f0fd3317f66cbbc59f2662117c150c9d892db37b8b621e5c0687a83673575f088f5ac4f7d4b7c6020e75cdb07 WHIRLPOOL b28ce5245129516e487742693a5f5f5a9918563e52658f8c097d7f750e333636d2f7f2743d648654c56c9dbb9a5acd0dae93a02683bb662231c9fc40ce8d335e
23
24 diff --git a/dev-ros/genpy/genpy-0.6.2.ebuild b/dev-ros/genpy/genpy-0.6.2.ebuild
25 deleted file mode 100644
26 index d7ce7af9a1..0000000000
27 --- a/dev-ros/genpy/genpy-0.6.2.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -ROS_REPO_URI="https://github.com/ros/genpy"
37 -KEYWORDS="~amd64 ~arm"
38 -PYTHON_COMPAT=( python{2_7,3_4,3_5} )
39 -
40 -inherit ros-catkin
41 -
42 -DESCRIPTION="Python ROS message and service generators"
43 -HOMEPAGE="http://wiki.ros.org/genpy"
44 -LICENSE="BSD"
45 -SLOT="0/${PV}"
46 -IUSE=""
47 -
48 -RDEPEND="dev-ros/genmsg[${PYTHON_USEDEP}]"
49 -DEPEND="${RDEPEND}
50 - test? (
51 - dev-python/pyyaml[${PYTHON_USEDEP}]
52 - dev-python/nose[${PYTHON_USEDEP}]
53 - )
54 -"
55 -
56 -python_test() {
57 - cd "${BUILD_DIR}"
58 - PYTHONPATH="${S}/src" nosetests --verbose -w "${S}/test" || die
59 -}
60 -
61 -src_test() {
62 - python_foreach_impl python_test
63 -}