# Copyright 2020 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-cmake, ament-lint-auto, ament-lint-common, python3 }: buildRosPackage { pname = "ros-foxy-python-cmake-module"; version = "0.8.0-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/python_cmake_module-release/archive/release/foxy/python_cmake_module/0.8.0-1.tar.gz"; name = "0.8.0-1.tar.gz"; sha256 = "eb1cce14aa1c234781fb0ddc2d9f037125758d48fd3c1ce00a4ce1c0fa53c617"; }; buildType = "ament_cmake"; checkInputs = [ ament-lint-auto ament-lint-common ]; propagatedBuildInputs = [ python3 ]; nativeBuildInputs = [ ament-cmake ]; meta = { description = ''Provide CMake module with extra functionality for Python.''; license = with lib.licenses; [ asl20 ]; }; }