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 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Source: pytango
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>,
Sandor Bodo-Merle <sbodomerle@gmail.com>
Section: science
Priority: extra
Build-Depends: debhelper (>= 9),
dh-python,
libboost-python-dev,
libtango-dev,
pkg-config,
python-all-dev,
python-concurrent.futures,
python-gevent,
python-numpy,
python-setuptools,
python-six,
python3-all-dev,
python3-numpy,
python3-setuptools,
python3-six
Build-Depends-Indep: graphviz,
python-sphinx
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pytango.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pytango.git
Homepage: http://www.tango-controls.org/static/PyTango/latest/doc/html/
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Package: python-pytango
Architecture: any
Section: oldlibs
Depends: ${misc:Depends},
python-tango
Pre-Depends: ${misc:Pre-Depends}
Description: transitional dummy package for python-tango
This is a transitional package to ease upgrades to the
python-tango package. It can be safely removed.
Package: python-tango
Architecture: any
Section: python
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends}
Provides: ${python:Provides}
Description: API for the TANGO control system (Python 2)
TANGO is an object oriented distributed control system using CORBA,
mainly developed by the Controls Section of the ALBA Synchrotron.
PyTango provides bindings for its client- and server-side C++ APIs.
With PyTango, you can write TANGO device servers and TANGO applications
(scripts, CLIs, GUIs) that access TANGO device servers in pure Python.
.
This is the Python 2 version of the package.
Package: python3-pytango
Architecture: any
Section: oldlibs
Depends: ${misc:Depends},
python3-tango
Pre-Depends: ${misc:Pre-Depends}
Description: transitional dummy package for python3-tango
This is a transitional package to ease upgrades to the
python3-tango package. It can be safely removed.
Package: python3-tango
Architecture: any
Section: python
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends}
Provides: ${python3:Provides}
Description: API for the TANGO control system (Python 3)
TANGO is an object oriented distributed control system using CORBA,
mainly developed by the Controls Section of the ALBA Synchrotron.
PyTango provides bindings for its client- and server-side C++ APIs.
With PyTango, you can write TANGO device servers and TANGO applications
(scripts, CLIs, GUIs) that access TANGO device servers in pure Python.
.
This is the Python 3 version of the package.
Package: python-tango-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Replaces: python-pytango-doc (<< 9.2.0-2~)
Breaks: python-pytango-doc (<< 9.2.0-2~)
Description: API for the TANGO control system
TANGO is an object oriented distributed control system using CORBA,
mainly developed by the Controls Section of the ALBA Synchrotron.
PyTango provides bindings for its client- and server-side C++ APIs.
With PyTango, you can write TANGO device servers and TANGO applications
(scripts, CLIs, GUIs) that access TANGO device servers in pure Python.
.
This package contains the documentation for the python-tango library.
|