python3Packages.catkin-pkg: Address PR review comments

Changed files
+2 -3
pkgs
development
python-modules
catkin-pkg
+2 -3
pkgs/development/python-modules/catkin-pkg/default.nix
···
src = fetchFromGitHub {
owner = "ros-infrastructure";
repo = "catkin_pkg";
-
rev = version;
+
tag = version;
hash = "sha256-V4iurFt1WmY2jXy0A4Qa2eKMCWmR+Hs3d9pru0/zUSM=";
};
···
docutils
pyparsing
python-dateutil
-
setuptools
];
pythonImportsCheck = [ "catkin_pkg" ];
···
disabledTestPaths = [ "test/test_flake8.py" ];
meta = {
-
changelog = "https://github.com/ros-infrastructure/catkin_pkg/blob/${version}/CHANGELOG.rst";
+
changelog = "https://github.com/ros-infrastructure/catkin_pkg/blob/${src.tag}/CHANGELOG.rst";
description = "Library for retrieving information about catkin packages";
homepage = "http://wiki.ros.org/catkin_pkg";
license = lib.licenses.bsd3;