From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12B9D138334 for ; Wed, 28 Aug 2019 17:02:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5997AE087F; Wed, 28 Aug 2019 17:02:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E0D5E087F for ; Wed, 28 Aug 2019 17:02:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3D55434A573 for ; Wed, 28 Aug 2019 17:02:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C6C07CC for ; Wed, 28 Aug 2019 17:02:05 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1567011704.c3cd17886f876a75371ab718d19c28d3002eda4a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/python_qt_binding/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/python_qt_binding/Manifest dev-ros/python_qt_binding/python_qt_binding-0.3.5.ebuild X-VCS-Directories: dev-ros/python_qt_binding/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c3cd17886f876a75371ab718d19c28d3002eda4a X-VCS-Branch: master Date: Wed, 28 Aug 2019 17:02:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ccc702a6-b4d2-4aa0-9799-40302a616abc X-Archives-Hash: ee9e978fac011c863c901ed55576368a commit: c3cd17886f876a75371ab718d19c28d3002eda4a Author: Alexis Ballier gentoo org> AuthorDate: Wed Aug 28 14:45:10 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Aug 28 17:01:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cd1788 dev-ros/python_qt_binding: bump to 0.3.5 Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/python_qt_binding/Manifest | 1 + .../python_qt_binding/python_qt_binding-0.3.5.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/dev-ros/python_qt_binding/Manifest b/dev-ros/python_qt_binding/Manifest index 4ee24354770..5cdc0055b72 100644 --- a/dev-ros/python_qt_binding/Manifest +++ b/dev-ros/python_qt_binding/Manifest @@ -1 +1,2 @@ DIST python_qt_binding-0.3.4.tar.gz 12255 BLAKE2B bc72aa806098d460e5b884bde7664f295399555d96e10b66791e59a26d1e61dd22aabecf9b40b5d14f61c2c906c18ff3fe2cd03de6108d7d9c2c649d553ab09d SHA512 df5fc2c6a744e66d0c03089e15ce4cfb3890d8fd67d826a3832d22cf99de235e18720c59f737c3ddacefb02dac5571d64042dd862c10ea4c44835063037eb533 +DIST python_qt_binding-0.3.5.tar.gz 12412 BLAKE2B ee2f2537bb1ddceb5cce0ca1963e042d10e5d011cffac25caba1a714c992d975413b7e1c4a23d5472567d4e214f482414dcfc56d499fcbcb0bd5559d7670b484 SHA512 a54ce90008d0893f236533cdda7d3520db264ba3e66b6edf18bac0d6e97975823e3900d1f265a7459813c823c9fc0bce7bb12570de1f8101b588954adeb073b4 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 new file mode 100644 index 00000000000..5309c2893fb --- /dev/null +++ b/dev-ros/python_qt_binding/python_qt_binding-0.3.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros-visualization/python_qt_binding" +KEYWORDS="~amd64 ~arm" +PYTHON_COMPAT=( python{2_7,3_5} ) + +inherit ros-catkin + +DESCRIPTION="Infrastructure for an integrated graphical user interface based on Qt" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}"