sysutils/py-rospkg

ROS basic utilities for querying stacks information
Directory:
sysutils/py-rospkg (package's history)
Package version:
py38-rospkg-1.1.7
Home page:
http://ros.org/wiki/rospkg
License:
modified-bsd
Source archive:
https://github.com/ros/rospkg/archive/1.1.7.tar.gz
Description:
The rospkg Python module provides basic utilities for querying information about ROS packages, stacks, and distributions. There are several basic APIs: ROS environment, RosPack/RosStack, OS detection, and distributions. The environment APIs enable access to environment settings that define the ROS package/stack filesystem configuration. The RosPack and RosStack APIs are similar to the rospack and rosstack command-line tools and provide information about dependency, location, and other package/stack metadata. The Manifest class provides access to a specific package/stack’s manifest information. NOTE: the Manifest class API is still volatile. Where possible, use the relevant RosPack/RosStack APIs to access manifest-related information instead (e.g. dependency relationships). The rospkg.distro sub-module provides access to ROS distribution files, which describe collections of ROS stacks releases. This API is module is still unstable and mainly supports internal tools.
Run dependencies:
libstdc++, py38-setuptools
Build dependencies:
digest>=20080510, g++>=3, gcc>=3, patch>=2.0, pax, pkg_install>=20110805.12, python38>=3.8<3.9, tnftp>=20130505~ssl
General options:
debug
Produce debugging information for binary programs
c++-compiler alternatives:
g++
Use the GNU C++ compiler
clang++
Use the LLVM C++ compiler
ccache-g++
Use ccache and the GNU C++ compiler
ccache-clang++
Use ccache and the LLVM C++ compiler
c-compiler alternatives:
gcc
Use the GNU C compiler
clang
Use the LLVM C compiler
ccache-gcc
Use ccache and the GNU C compiler
ccache-clang
Use ccache and the LLVM C compiler
python alternatives:
python27
Use python-2.7
python36
Use python-3.6
python37
Use python-3.7
python38
Use python-3.8
python39
Use python-3.9
python310
Use python-3.10
python311
Use python-3.11