Merge branch 'packages-info' into 'master'
Update and format package metadata files See merge request micro-ROS/ros_tracing/ros2_tracing!60
This commit is contained in:
commit
ff53ff96a1
10 changed files with 32 additions and 24 deletions
|
@ -3,9 +3,7 @@
|
|||
<package format="2">
|
||||
<name>ros2trace</name>
|
||||
<version>0.1.0</version>
|
||||
<description>
|
||||
The trace command for ROS 2 command line tools.
|
||||
</description>
|
||||
<description>The trace command for ROS 2 command line tools.</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
<license>Apache 2.0</license>
|
||||
|
|
|
@ -17,11 +17,13 @@ setup(
|
|||
),
|
||||
author='Christophe Bedard',
|
||||
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||
# url=',
|
||||
url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing',
|
||||
keywords=[],
|
||||
description='The run command for ROS 2 command line tools.',
|
||||
long_description="""\
|
||||
The package provides the trace command for the ROS 2 command line tools.""",
|
||||
description='The trace command for ROS 2 command line tools.',
|
||||
long_description=(
|
||||
'The package provides the trace command '
|
||||
'for the ROS 2 command line tools.'
|
||||
),
|
||||
license='Apache 2.0',
|
||||
tests_require=['pytest'],
|
||||
entry_points={
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
<package format="2">
|
||||
<name>tracetools</name>
|
||||
<version>0.1.0</version>
|
||||
<description>ROS 2 wrapper for instrumentation</description>
|
||||
<description>Tracing wrapper for ROS 2.</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
<license>Apache 2.0</license>
|
||||
<author email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</author>
|
||||
<author email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</author>
|
||||
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
|
||||
|
||||
<buildtool_depend>ament_cmake_ros</buildtool_depend>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<package format="2">
|
||||
<name>tracetools_launch</name>
|
||||
<version>0.1.0</version>
|
||||
<description>Launch integration for tracing</description>
|
||||
<description>Launch integration for tracing.</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
<license>Apache 2.0</license>
|
||||
|
|
|
@ -24,9 +24,13 @@ setup(
|
|||
),
|
||||
author='Christophe Bedard',
|
||||
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||
# url='',
|
||||
keywords=['ROS'],
|
||||
description='Launch integration for tracing',
|
||||
url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing',
|
||||
keywords=[],
|
||||
description='Launch integration for tracing.',
|
||||
long_description=(
|
||||
'This package provides a trace action to '
|
||||
'launch tracing through a launch file.'
|
||||
),
|
||||
license='Apache 2.0',
|
||||
tests_require=['pytest'],
|
||||
)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<package format="2">
|
||||
<name>tracetools_read</name>
|
||||
<version>0.1.0</version>
|
||||
<description>Tools for reading traces</description>
|
||||
<description>Tools for reading traces.</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
<license>Apache 2.0</license>
|
||||
|
|
|
@ -21,9 +21,9 @@ setup(
|
|||
),
|
||||
author='Christophe Bedard',
|
||||
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||
# url='',
|
||||
keywords=['ROS'],
|
||||
description='Tools for reading trace',
|
||||
url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing',
|
||||
keywords=[],
|
||||
description='Tools for reading traces.',
|
||||
license='Apache 2.0',
|
||||
tests_require=['pytest'],
|
||||
)
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
<package format="2">
|
||||
<name>tracetools_test</name>
|
||||
<version>0.1.0</version>
|
||||
<description>Separate test package for tracetools</description>
|
||||
<description>Testing utilities and tests for the tracetools package.</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Luetkebohle</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
<license>Apache 2.0</license>
|
||||
<author email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</author>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<package format="2">
|
||||
<name>tracetools_trace</name>
|
||||
<version>0.1.0</version>
|
||||
<description>Tools for setting up tracing sessions</description>
|
||||
<description>Tools for setting up tracing sessions.</description>
|
||||
<maintainer email="fixed-term.christophe.bourquebedard@de.bosch.com">Christophe Bedard</maintainer>
|
||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||
<license>Apache 2.0</license>
|
||||
|
|
|
@ -21,9 +21,13 @@ setup(
|
|||
),
|
||||
author='Christophe Bedard',
|
||||
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||
# url='',
|
||||
keywords=['ROS'],
|
||||
description='Tools for setting up tracing sessions',
|
||||
url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing',
|
||||
keywords=[],
|
||||
description='Tools for setting up tracing sessions.',
|
||||
long_description=(
|
||||
'This package provides tools for setting up tracing sessions. '
|
||||
'It also provides basic utilities to provide CLI functionality.'
|
||||
),
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
f'trace = {package_name}.trace:main',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue