# Copyright 2021 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-flake8, python3Packages, pythonPackages }: buildRosPackage { pname = "ros-galactic-ament-mypy"; version = "0.10.6-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/galactic/ament_mypy/0.10.6-1.tar.gz"; name = "0.10.6-1.tar.gz"; sha256 = "a60ef820e2e6bd754b1d16beec3946ff192036876a5ebbb9df11948b6d9673a6"; }; buildType = "ament_python"; checkInputs = [ ament-flake8 python3Packages.pytest-mock pythonPackages.pytest ]; propagatedBuildInputs = [ python3Packages.mypy ]; meta = { description = ''Support for mypy static type checking in ament.''; license = with lib.licenses; [ asl20 ]; }; }