1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: ros-rosinstall
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>, Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-setuptools, git, mercurial, zsh, python3-wstool, python3-yaml, python3-mock, python3-catkin-pkg, python3-rosdistro
Standards-Version: 4.6.1
Rules-Requires-Root: no
Homepage: https://wiki.ros.org/rosinstall
Vcs-Git: https://salsa.debian.org/science-team/ros-rosinstall.git
Vcs-Browser: https://salsa.debian.org/science-team/ros-rosinstall
Package: python3-rosinstall
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Installer for Robot OS (Python 3)
This package is part of Robot OS (ROS). The rosinstall package
provides a Python API for interacting with a source code workspace as
well as a group of command line tools. Rosinstall leverages the
vcstools package for source control and stores its state in
rosinstall files.
.
Using rosinstall you can update several folders using a variety of SCMs
(SVN, Mercurial, git, Bazaar) with just one command.
.
This package installs the library for Python 3.
|