File: control

package info (click to toggle)
ros-genpy 0.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 548 kB
  • ctags: 316
  • sloc: python: 2,678; makefile: 116; xml: 22
file content (22 lines) | stat: -rw-r--r-- 1,129 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: ros-genpy
Section: python
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Thomas Moulard <thomas.moulard@gmail.com>,
           Jochen Sprickerhof <jspricke@debian.org>,
           Leopold Palomo-Avellaneda <leo@alaxarxa.net>
#python-yaml needed for tests only
Build-Depends: debhelper (>= 9), cmake, catkin (>= 0.6.16-4), python-genmsg, python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), dh-python, python-yaml
Standards-Version: 3.9.8
Homepage: http://wiki.ros.org/genpy
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/ros/ros-genpy.git
Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/ros/ros-genpy.git
X-Python-Version: >= 2.7

Package: python-genpy
Architecture: all
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python-genmsg
Description: Python Robot OS message and service generators
 This package is part of Robot OS (ROS). genpy is a python program
 that generates ROS messages and service code for Python. It lets you
 generate the code for your program from plain text files.