# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, ament-xmllint, pythonPackages }: buildRosPackage { pname = "ros-foxy-rpyutils"; version = "0.2.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/rpyutils-release/archive/release/foxy/rpyutils/0.2.0-1.tar.gz"; name = "0.2.0-1.tar.gz"; sha256 = "45f694c9502c89b53cdb1258f084f6d3c4da2bd085fbfa1e999b15c1611352dc"; }; buildType = "ament_python"; checkInputs = [ ament-copyright ament-flake8 ament-pep257 ament-xmllint pythonPackages.pytest ]; meta = { description = ''Package containing various utility types and functions for Python''; license = with lib.licenses; [ asl20 ]; }; }