# Copyright 2019 Open Source Robotics Foundation # Distributed under the terms of the BSD license { lib, buildRosPackage, fetchurl, ament-flake8, python3Packages, pythonPackages }: buildRosPackage { pname = "ros-eloquent-ament-mypy"; version = "0.8.1-r1"; src = fetchurl { url = "https://github.com/ros2-gbp/ament_lint-release/archive/release/eloquent/ament_mypy/0.8.1-1.tar.gz"; name = "0.8.1-1.tar.gz"; sha256 = "6a379ba1258dc81ffefc30f3997aa488ea3982fe55b41e40570d3e008881d13c"; }; 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 ]; }; }