# Copyright 2024 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-copyright, ament-flake8, ament-pep257, pythonPackages }: buildRosPackage { pname = "ros-rolling-ament-index-python"; version = "1.9.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/ament_index-release/archive/release/rolling/ament_index_python/1.9.0-1.tar.gz"; name = "1.9.0-1.tar.gz"; sha256 = "83a8217228a28e5e46905295fb13b8a566d88754230bef3dd2bf1c31b2ff9f0c"; }; buildType = "ament_python"; checkInputs = [ ament-copyright ament-flake8 ament-pep257 pythonPackages.pytest ]; meta = { description = "Python API to access the ament resource index."; license = with lib.licenses; [ asl20 ]; }; }