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/python_qt_binding/
Date: Tue, 31 Jan 2017 08:40:11
Message-Id: 1485852004.1f00879710986a9ce01a9afc89bc2eeec842d52c.aballier@gentoo
1 commit: 1f00879710986a9ce01a9afc89bc2eeec842d52c
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 08:39:52 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 08:40:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f008797
7
8 dev-ros/python_qt_binding: bump to 0.3.2
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/python_qt_binding/Manifest | 1 +
13 .../python_qt_binding-0.3.2.ebuild | 21 +++++++++++++++++++++
14 2 files changed, 22 insertions(+)
15
16 diff --git a/dev-ros/python_qt_binding/Manifest b/dev-ros/python_qt_binding/Manifest
17 index d8224db..a586771 100644
18 --- a/dev-ros/python_qt_binding/Manifest
19 +++ b/dev-ros/python_qt_binding/Manifest
20 @@ -1 +1,2 @@
21 DIST python_qt_binding-0.3.1.tar.gz 11955 SHA256 c9f056da7b805279820128e4a7e88e771b8cc8a845e72013bfd0f86b5749cb9f SHA512 2dcf751ac7bd859cf42322f458893d46678a432b212c523e108b664ac10ffce0043dc266e53947b101f9741359cc9c2f82d99c20674628c83d55719b8a546f77 WHIRLPOOL 287a053e1d58d58065587e221b7829221ee0c4cc6e7e38ad581eb51eb11dd82077d74e58ad357be4ca3812b4818daee50e33afdcca08076d6ae711a98063df63
22 +DIST python_qt_binding-0.3.2.tar.gz 12047 SHA256 1ef3a85cc304028711f35de983c78fdc1f78d476e1239519bd8883cbe99aba16 SHA512 777d7ba00652d34994648615125f6c426170a1723570de35b9e5a060d0f077b563a57c9b0cbe7bd85a7ed2f5f011797e9102918a27df4f0096831cce0bb80304 WHIRLPOOL 3490e9229d675a8a753363a91fc785ab255385b358c7829824d50abae389b214aa88f49970d60a7bbda255c430fd8202b63c7586f2342808c85b8fe55bc8edae
23
24 diff --git a/dev-ros/python_qt_binding/python_qt_binding-0.3.2.ebuild b/dev-ros/python_qt_binding/python_qt_binding-0.3.2.ebuild
25 new file mode 100644
26 index 00000000..453288d
27 --- /dev/null
28 +++ b/dev-ros/python_qt_binding/python_qt_binding-0.3.2.ebuild
29 @@ -0,0 +1,21 @@
30 +# Copyright 1999-2017 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-visualization/python_qt_binding"
37 +KEYWORDS="~amd64"
38 +PYTHON_COMPAT=( python{2_7,3_4} )
39 +
40 +inherit ros-catkin
41 +
42 +DESCRIPTION="Infrastructure for an integrated graphical user interface based on Qt"
43 +LICENSE="BSD"
44 +SLOT="0"
45 +IUSE=""
46 +
47 +RDEPEND="
48 + dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
49 +"
50 +DEPEND="${RDEPEND}"