diff options
author | 2018-08-31 12:39:47 +0200 | |
---|---|---|
committer | 2018-08-31 15:56:47 +0200 | |
commit | 1674df37f2c8305300616f3a2d0a655f0c94fe80 (patch) | |
tree | da07b5af3bb6ec1d3c51e04fb64d1e20cb09e25e /dev-ros/qt_dotgraph/qt_dotgraph-0.3.11.ebuild | |
parent | dev-util/imediff2: Mark stable on amd64 and x86 (diff) | |
download | gentoo-1674df37f2c8305300616f3a2d0a655f0c94fe80.tar.gz gentoo-1674df37f2c8305300616f3a2d0a655f0c94fe80.tar.bz2 gentoo-1674df37f2c8305300616f3a2d0a655f0c94fe80.zip |
dev-ros/qt_dotgraph: Bump to 0.3.11.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'dev-ros/qt_dotgraph/qt_dotgraph-0.3.11.ebuild')
-rw-r--r-- | dev-ros/qt_dotgraph/qt_dotgraph-0.3.11.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.3.11.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.11.ebuild new file mode 100644 index 000000000000..e833e27d3446 --- /dev/null +++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.3.11.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core" +KEYWORDS="~amd64" +PYTHON_COMPAT=( python2_7 ) +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Helpers to work with dot graphs" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + dev-python/pydot[${PYTHON_USEDEP}] + >=dev-ros/python_qt_binding-0.3.0[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( + dev-python/nose[${PYTHON_USEDEP}] + dev-python/pygraphviz[${PYTHON_USEDEP}] + )" |