python312Packages.colcon-ros-domain-id-coordinator: init at 0.2.1
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
colcon,
|
||||
fetchFromGitHub,
|
||||
pytestCheckHook,
|
||||
pytest-cov,
|
||||
pytest-repeat,
|
||||
pytest-rerunfailures,
|
||||
scspell,
|
||||
setuptools,
|
||||
writableTmpDirAsHomeHook,
|
||||
}:
|
||||
buildPythonPackage {
|
||||
pname = "colcon-ros-domain-id-coordinator";
|
||||
version = "0.2.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "colcon";
|
||||
repo = "colcon-ros-domain-id-coordinator";
|
||||
tag = "0.2.1";
|
||||
hash = "sha256-8DTpixa5ZGuSOpmwoeJgxLQI+17XheLxPWcJymE0GqM=";
|
||||
};
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
colcon
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
pytest-cov
|
||||
pytest-repeat
|
||||
pytest-rerunfailures
|
||||
scspell
|
||||
writableTmpDirAsHomeHook
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
"test/test_flake8.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"colcon_ros_domain_id_coordinator"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "An extension for colcon-core to coordinate ROS_DOMAIN_ID values across multiple terminals";
|
||||
homepage = "https://github.com/colcon/colcon-ros-domain-id-coordinator";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ guelakais ];
|
||||
};
|
||||
}
|
||||
@@ -2693,6 +2693,10 @@ self: super: with self; {
|
||||
|
||||
colcon-parallel-executor = callPackage ../development/python-modules/colcon-parallel-executor { };
|
||||
|
||||
colcon-ros-domain-id-coordinator =
|
||||
callPackage ../development/python-modules/colcon-ros-domain-id-coordinator
|
||||
{ };
|
||||
|
||||
collections-extended = callPackage ../development/python-modules/collections-extended { };
|
||||
|
||||
collidoscope = callPackage ../development/python-modules/collidoscope { };
|
||||
|
||||
Reference in New Issue
Block a user