Skip to content

Commit

Permalink
Update meta.description and add meta.homepage if missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandapip1 authored and lopsided98 committed Dec 15, 2024
1 parent 13719ac commit 1c6cc87
Show file tree
Hide file tree
Showing 34 changed files with 38 additions and 34 deletions.
3 changes: 2 additions & 1 deletion pkgs/bloom/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "bloom" ];

meta = {
description = "A release automation tool which makes releasing catkin (http://ros.org/wiki/catkin) packages easier";
description = "A release automation tool which makes releasing catkin packages easier";
longDescription = "A release automation tool which makes releasing catkin (http://ros.org/wiki/catkin) packages easier";
homepage = "https://github.com/ros-infrastructure/bloom";
changelog = "https://github.com/ros-infrastructure/bloom/blob/${src.rev}/CHANGELOG.rst";
license = lib.licenses.bsd3;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/argcomplete.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to provide command line completion using argcomplete.";
description = "Extension for colcon-core to provide command line completion using argcomplete";
homepage = "https://github.com/colcon/colcon-argcomplete";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/bash.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to provide Bash scripts.";
description = "Extension for colcon-core to provide Bash scripts";
homepage = "https://github.com/colcon/colcon-bash";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to support Rust projects built with Cargo.";
description = "Extension for colcon-core to support Rust projects built with Cargo";
homepage = "https://github.com/colcon/colcon-cargo";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/cmake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to support CMake projects.";
description = "Extension for colcon-core to support CMake projects";
homepage = "https://colcon.readthedocs.io";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ let
};

meta = with lib; {
description = "Command line tool to build sets of software packages.";
description = "Command line tool to build sets of software packages";
homepage = "https://colcon.readthedocs.io";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/defaults.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to provide custom default values for the command line arguments from a configuration file.";
description = "Extension for colcon-core to provide custom default values for the command line arguments from a configuration file";
homepage = "https://colcon.readthedocs.io/en/released/user/configuration.html#defaults-yaml";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/devtools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildPythonPackage rec {
];

meta = with lib; {
description = "Extension for colcon to provide information about all extension points and extensions.";
description = "Extension for colcon to provide information about all extension points and extensions";
homepage = "https://github.com/colcon/colcon-devtools";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/library-path.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to set an environment variable to find shared libraries at runtime.";
description = "Extension for colcon-core to set an environment variable to find shared libraries at runtime";
homepage = "https://colcon.readthedocs.io";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/metadata.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to fetch and manage package metadata from repositories.";
description = "Extension for colcon-core to fetch and manage package metadata from repositories";
homepage = "https://colcon.readthedocs.io";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/mixin.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to read CLI mixins from files.";
description = "Extension for colcon-core to read CLI mixins from files";
homepage = "https://colcon.readthedocs.io";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/notification.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to provide status notifications.";
description = "Extension for colcon-core to provide status notifications";
homepage = "https://colcon.readthedocs.io";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/output.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to customize the output in various ways.";
description = "Extension for colcon-core to customize the output in various ways";
homepage = "https://colcon.readthedocs.io";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/package-information.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to output package information.";
description = "Extension for colcon-core to output package information";
homepage = "https://colcon.readthedocs.io";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/package-selection.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to select a subset of packages for processing.";
description = "Extension for colcon-core to select a subset of packages for processing";
homepage = "https://colcon.readthedocs.io";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/parallel-executor.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to process packages in parallel.";
description = "Extension for colcon-core to process packages in parallel";
homepage = "https://colcon.readthedocs.io";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/pkg-config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to set an environment variable to find pkg-config files.";
description = "Extension for colcon-core to set an environment variable to find pkg-config files";
homepage = "https://colcon.readthedocs.io";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
3 changes: 2 additions & 1 deletion pkgs/colcon/python-setup-py.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = ''
description = "Extension for colcon-core to identify packages from setup.py files";
longDescription = ''
An extension for colcon-core to identify packages with a setup.py file by
introspecting the arguments to the setup() function call of setuptools.
'';
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/recursive-crawl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to recursively crawl for packages.";
description = "Extension for colcon-core to recursively crawl for packages";
homepage = "https://colcon.readthedocs.io";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/ros-cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "Build cargo projects with colcon.";
description = "Build cargo projects with colcon";
homepage = "https://github.com/colcon/colcon-ros-cargo";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/ros.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to support ROS packages.";
description = "Extension for colcon-core to support ROS packages";
homepage = "https://colcon.readthedocs.io";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/test-result.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to provide information about the test results.";
description = "Extension for colcon-core to provide information about the test results";
homepage = "https://github.com/colcon/colcon-test-result";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/colcon/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extension for colcon-core to provide Z shell scripts.";
description = "Extension for colcon-core to provide Z shell scripts";
homepage = "https://github.com/colcon/colcon-zsh";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/gazebo/gz-cmake/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
homepage = "https://gazebosim.org/libs/cmake";
description = "A set of CMake modules that are used by the C++-based Gazebo projects. ";
description = "Set of CMake modules used by the C++-based Gazebo projects";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
platforms = platforms.all;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/gazebo/gz-math/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
homepage = "https://gazebosim.org/libs/math";
description = "General purpose math library for robot applications. ";
description = "General purpose math library for robot applications";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
platforms = platforms.all;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/geographiclib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
'';

meta = with lib; {
description = "A small set of C++ classes for performing geographic calculations.";
description = "Small set of C++ classes for performing geographic calculations";
homepage = "https://geographiclib.sourceforge.io/";
license = licenses.mit;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/ignition/msgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
homepage = "https://ignitionrobotics.org/libs/msgs";
description = "Protobuf messages and functions for robot applications.";
description = "Protobuf messages and functions for robot applications";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
platforms = platforms.all;
Expand Down
2 changes: 1 addition & 1 deletion pkgs/ignition/transport/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {

meta = with lib; {
homepage = "https://ignitionrobotics.org/libs/transport";
description = "Provides fast and efficient asyncronous message passing, services, and data logging.";
description = "Provides fast and efficient asynchronous message passing, services, and data logging";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
platforms = platforms.all;
Expand Down
1 change: 1 addition & 0 deletions pkgs/openni2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ in clangStdenv.mkDerivation rec {

meta = with lib; {
description = "Open source SDK used for developing 3D sensing middleware libraries and applications";
homepage = "https://structure.io/openni/";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
};
Expand Down
4 changes: 2 additions & 2 deletions pkgs/opensplice/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ in stdenv.mkDerivation rec {
'';

meta = with lib; {
description = "Vortex OpenSplice Community Edition";
description = "Open-source OMG DDS (Data Distribution Service for Real-Time Systems) implementation";
longDescription = ''
Vortex OpenSplice is a full implementaiton of the OMG DDS Standard
Vortex OpenSplice is a full implementation of the OMG DDS Standard
licensed under Apache 2. The DDS standard is used today across a large
range of application domains ranging from autonomous vehicles, medical
devices, robotic platforms, software defined networking, network
Expand Down
2 changes: 1 addition & 1 deletion pkgs/rosdistro/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ pyyaml setuptools catkin-pkg rospkg ];

meta = with lib; {
description = "A tool to work with rosdistro files";
description = "Tool to work with rosdistro files";
homepage = "https://wiki.ros.org/rosdistro";
license = licenses.bsd3;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
3 changes: 2 additions & 1 deletion pkgs/rosidl-generator-rs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ buildRosPackage rec {
];

meta = {
description = "Generate the ROS interfaces in Rust.";
description = "Tool to generate the ROS interfaces in Rust";
homepage = "https://github.com/ros2-rust/ros2_rust";
license = with lib.licenses; [ asl20 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/rosinstall-generator/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ buildPythonPackage rec {
checkInputs = [ pytestCheckHook ];

meta = with lib; {
description = "A tool to generator rosinstall files";
description = "Tool to generate rosinstall files";
homepage = "http://wiki.ros.org/rosinstall_generator";
license = licenses.bsd3;
maintainers = with maintainers; [ lopsided98 ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/superflore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ buildPythonPackage rec {
doCheck = false;

meta = with lib; {
description = "An extended release manager for ROS";
description = "Extended release manager for ROS";
homepage = "https://github.com/ros-infrastructure/superflore";
license = licenses.asl20;
maintainers = with maintainers; [ lopsided98 ];
Expand Down

0 comments on commit 1c6cc87

Please sign in to comment.