summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-05-04 10:45:49 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-05-04 11:12:39 +0200
commit991a66f28c552324e4f08294000dda6b7d94600c (patch)
treee82a91b4ee35c2706020c23600963356afa93e8f /dev-ros
parentdev-ros/rqt_shell: bump to 0.4.8 (diff)
downloadgentoo-991a66f28c552324e4f08294000dda6b7d94600c.tar.gz
gentoo-991a66f28c552324e4f08294000dda6b7d94600c.tar.bz2
gentoo-991a66f28c552324e4f08294000dda6b7d94600c.zip
dev-ros/rqt_py_console: bump to 0.4.8
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros')
-rw-r--r--dev-ros/rqt_py_console/Manifest1
-rw-r--r--dev-ros/rqt_py_console/rqt_py_console-0.4.8.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-ros/rqt_py_console/Manifest b/dev-ros/rqt_py_console/Manifest
index 7bb8c4d74093..492a78ec724e 100644
--- a/dev-ros/rqt_py_console/Manifest
+++ b/dev-ros/rqt_py_console/Manifest
@@ -1 +1,2 @@
DIST rqt_common_plugins-0.4.7.tar.gz 246977 SHA256 83153ad89c67551c3fb4f36cad7f056d90c559958ac80203e2aa4605beb49a7f SHA512 eb10a7c03bb079d939a9705a08e9194c83e020235a13ed2d4ff8e9c3c73e5abbd0a9bd7c00587135767497b155bb9516d7b4c2240fbe2118d7b0668d6ee32ab7 WHIRLPOOL b002f836ee0f5ea213ec31be8e59910c7c3c9508301389309e60eeb7dd35989ae4e4dfa5fa9ee592371f05e6cd842a6e3b0ccd6ac4ed7a9efd8d60c36b1e6d65
+DIST rqt_py_console-0.4.8.tar.gz 5370 SHA256 d43380d19b0061e6378735f13c62b9b28a2bbaad6a540735f0512d7f6c163e68 SHA512 8b041648778a7bfb6407d7cc6600a94013ebaf87b072688de308564f1a11f7fcf93e1c0f3b9f67f1d4eef981a455d5fb4e0a694852a914335e640ba421835ab4 WHIRLPOOL 3efce075a1527529f5d56c92fa6a9a9cfb781ca76c3f00defa090f835e9a5aa85ce16491d51472c959c03e950c2d617cb01aea70df0cd554e7aa7d891c47cb96
diff --git a/dev-ros/rqt_py_console/rqt_py_console-0.4.8.ebuild b/dev-ros/rqt_py_console/rqt_py_console-0.4.8.ebuild
new file mode 100644
index 000000000000..aa8cb2ad8c01
--- /dev/null
+++ b/dev-ros/rqt_py_console/rqt_py_console-0.4.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+KEYWORDS="~amd64"
+ROS_REPO_URI="https://github.com/ros-visualization/rqt_py_console"
+PYTHON_COMPAT=( python2_7 )
+
+inherit ros-catkin
+
+DESCRIPTION="Python GUI plugin providing an interactive Python console"
+LICENSE="BSD"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ dev-python/rospkg[${PYTHON_USEDEP}]
+ dev-ros/qt_gui[${PYTHON_USEDEP}]
+ dev-ros/qt_gui_py_common[${PYTHON_USEDEP}]
+ dev-ros/rospy[${PYTHON_USEDEP}]
+ dev-ros/rqt_gui[${PYTHON_USEDEP}]
+ dev-ros/rqt_gui_py[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"