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: Wed, 28 Aug 2019 17:02:19
Message-Id: 1567011704.c3cd17886f876a75371ab718d19c28d3002eda4a.aballier@gentoo
1 commit: c3cd17886f876a75371ab718d19c28d3002eda4a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 14:45:10 2019 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 17:01:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cd1788
7
8 dev-ros/python_qt_binding: bump to 0.3.5
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/python_qt_binding/Manifest | 1 +
14 .../python_qt_binding/python_qt_binding-0.3.5.ebuild | 20 ++++++++++++++++++++
15 2 files changed, 21 insertions(+)
16
17 diff --git a/dev-ros/python_qt_binding/Manifest b/dev-ros/python_qt_binding/Manifest
18 index 4ee24354770..5cdc0055b72 100644
19 --- a/dev-ros/python_qt_binding/Manifest
20 +++ b/dev-ros/python_qt_binding/Manifest
21 @@ -1 +1,2 @@
22 DIST python_qt_binding-0.3.4.tar.gz 12255 BLAKE2B bc72aa806098d460e5b884bde7664f295399555d96e10b66791e59a26d1e61dd22aabecf9b40b5d14f61c2c906c18ff3fe2cd03de6108d7d9c2c649d553ab09d SHA512 df5fc2c6a744e66d0c03089e15ce4cfb3890d8fd67d826a3832d22cf99de235e18720c59f737c3ddacefb02dac5571d64042dd862c10ea4c44835063037eb533
23 +DIST python_qt_binding-0.3.5.tar.gz 12412 BLAKE2B ee2f2537bb1ddceb5cce0ca1963e042d10e5d011cffac25caba1a714c992d975413b7e1c4a23d5472567d4e214f482414dcfc56d499fcbcb0bd5559d7670b484 SHA512 a54ce90008d0893f236533cdda7d3520db264ba3e66b6edf18bac0d6e97975823e3900d1f265a7459813c823c9fc0bce7bb12570de1f8101b588954adeb073b4
24
25 diff --git a/dev-ros/python_qt_binding/python_qt_binding-0.3.5.ebuild b/dev-ros/python_qt_binding/python_qt_binding-0.3.5.ebuild
26 new file mode 100644
27 index 00000000000..5309c2893fb
28 --- /dev/null
29 +++ b/dev-ros/python_qt_binding/python_qt_binding-0.3.5.ebuild
30 @@ -0,0 +1,20 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=5
35 +
36 +ROS_REPO_URI="https://github.com/ros-visualization/python_qt_binding"
37 +KEYWORDS="~amd64 ~arm"
38 +PYTHON_COMPAT=( python{2_7,3_5} )
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}"