regenerate all distros, Fri Jan 10 13:46:51 2025

This commit is contained in:
Superflore 2025-01-10 13:46:51 +00:00 committed by Ben Wolsieffer
parent b7f2cd8bd8
commit 503be40676
35 changed files with 444 additions and 105 deletions

View file

@ -2,20 +2,20 @@
# Copyright 2025 Open Source Robotics Foundation
# Distributed under the terms of the BSD license
{ lib, buildRosPackage, fetchurl, python-qt-binding, python3Packages, qt-gui, qt-gui-py-common, rqt-gui, rqt-gui-py }:
{ lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, ament-xmllint, python-qt-binding, python3Packages, qt-gui, qt-gui-py-common, rqt-gui, rqt-gui-py }:
buildRosPackage {
pname = "ros-rolling-rqt-shell";
version = "1.3.0-r1";
version = "1.3.1-r1";
src = fetchurl {
url = "https://github.com/ros2-gbp/rqt_shell-release/archive/release/rolling/rqt_shell/1.3.0-1.tar.gz";
name = "1.3.0-1.tar.gz";
sha256 = "81b7a1e15a009104ec8525c454fce9887fad3e670b61d974d89601e2c15122d8";
url = "https://github.com/ros2-gbp/rqt_shell-release/archive/release/rolling/rqt_shell/1.3.1-1.tar.gz";
name = "1.3.1-1.tar.gz";
sha256 = "ab2622abda86edf36d8bb80c594276a35b581226360a43c1f1d3f675285813be";
};
buildType = "ament_python";
checkInputs = [ python3Packages.pytest ];
propagatedBuildInputs = [ python-qt-binding python3Packages.catkin-pkg qt-gui qt-gui-py-common rqt-gui rqt-gui-py ];
checkInputs = [ ament-copyright ament-flake8 ament-pep257 ament-xmllint python3Packages.pytest ];
propagatedBuildInputs = [ python-qt-binding qt-gui qt-gui-py-common rqt-gui rqt-gui-py ];
meta = {
description = "rqt_shell is a Python GUI plugin providing an interactive shell.";