diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:11:22 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-29 14:21:07 +0200 |
commit | e0a8ae54e758056b1478b318aa4f3d6f9d0b2d72 (patch) | |
tree | c4fd673e7d2b34335737e5789b3f5d342fcff682 /dev-ros/qt_dotgraph | |
parent | dev-ros/roslib: Remove old (diff) | |
download | gentoo-e0a8ae54e758056b1478b318aa4f3d6f9d0b2d72.tar.gz gentoo-e0a8ae54e758056b1478b318aa4f3d6f9d0b2d72.tar.bz2 gentoo-e0a8ae54e758056b1478b318aa4f3d6f9d0b2d72.zip |
dev-ros/qt_dotgraph: Bump to 0.4.2.
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/qt_dotgraph')
-rw-r--r-- | dev-ros/qt_dotgraph/Manifest | 1 | ||||
-rw-r--r-- | dev-ros/qt_dotgraph/qt_dotgraph-0.4.2.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-ros/qt_dotgraph/Manifest b/dev-ros/qt_dotgraph/Manifest index 7f2e9c7fbeb2..a69b42f56b27 100644 --- a/dev-ros/qt_dotgraph/Manifest +++ b/dev-ros/qt_dotgraph/Manifest @@ -1 +1,2 @@ DIST qt_gui_core-0.4.1.tar.gz 96850 BLAKE2B a8a4325d5462a0788a69661adb20b3bf1bc9e391344ced31468bf9ddbe7114a13a2ecd3dda580986bd0af98c837641bda3e3d6cd3c5d9fa3352c37817ace2ed4 SHA512 0c46f86f88a818107049d08db6682a320f47b1b4983c586e4c944a387c070c7e017fca2f4be9d251f8a907f15be439998b2d559bea51ffc724fa4afc5e75f67c +DIST qt_gui_core-0.4.2.tar.gz 97267 BLAKE2B 631996dd5b2a4e0aa557eb14a9dcb967377fce4923ada280d5894a733827f6f7d1aa240cc28261ee95a39171b03cba4f27f794ca3f9eb488d8b1953d237a9223 SHA512 a8b684d52eb1d4bfcdb6b63a989598d2098462d6fd93f26dd5a7eb0c0c9be9c324cb5d77b5e12c583253da4ce5edc544535bb9dd5a2f7966bf1642a7bd0ca421 diff --git a/dev-ros/qt_dotgraph/qt_dotgraph-0.4.2.ebuild b/dev-ros/qt_dotgraph/qt_dotgraph-0.4.2.ebuild new file mode 100644 index 000000000000..5dd8cebe50df --- /dev/null +++ b/dev-ros/qt_dotgraph/qt_dotgraph-0.4.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ROS_REPO_URI="https://github.com/ros-visualization/qt_gui_core" +KEYWORDS="~amd64" +ROS_SUBDIR=${PN} + +inherit ros-catkin + +DESCRIPTION="Helpers to work with dot graphs" +LICENSE="BSD" +SLOT="0" +IUSE="" + +RDEPEND=" + $(python_gen_cond_dep "dev-python/pydot[\${PYTHON_USEDEP}]") + >=dev-ros/python_qt_binding-0.3.0[${PYTHON_SINGLE_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( + $(python_gen_cond_dep "dev-python/nose[\${PYTHON_USEDEP}]") + $(python_gen_cond_dep "dev-python/pygraphviz[\${PYTHON_USEDEP}]") + )" |