# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages, rosidl-parser }: buildRosPackage { pname = "ros-jazzy-rosidl-pycommon"; version = "4.6.4-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rosidl-release/archive/release/jazzy/rosidl_pycommon/4.6.4-1.tar.gz"; name = "4.6.4-1.tar.gz"; sha256 = "bb528af8ec84db6a33feec811bff10431f43c9673336023a616ecba077a5e7ff"; }; buildType = "ament_python"; checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ]; propagatedBuildInputs = [ rosidl-parser ]; meta = { description = "Common Python functions used by rosidl packages."; license = with lib.licenses; [ asl20 ]; }; }