12 buildPythonPackage rec {
18 src = fetchFromGitHub {
19 owner = "ros-infrastructure";
22 hash = "sha256-lHUKhE9dQLO1MbkstUEiGrHc9Rm+bY/AmgLyh7AbvFQ=";
25 build-system = [ setuptools ];
34 pythonImportsCheck = [ "catkin_pkg" ];
36 nativeCheckInputs = [ pytestCheckHook ];
38 disabledTestPaths = [ "test/test_flake8.py" ];
41 changelog = "https://github.com/ros-infrastructure/catkin_pkg/blob/${version}/CHANGELOG.rst";
42 description = "Library for retrieving information about catkin packages";
43 homepage = "http://wiki.ros.org/catkin_pkg";
44 license = lib.licenses.bsd3;
45 maintainers = with lib.maintainers; [ jnsgruk ];