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
|
Source: taurus
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>, Carlos Pascual <cpascual@cells.es>
Section: science
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
graphviz,
python-all,
python-enum34,
python-future,
python-guiqwt,
python-h5py,
python-lxml,
python-numpy,
python-pint,
python-ply,
python-pymca5,
python-pyqt5,
python-pyqt5.qtopengl,
python-setuptools,
python-sphinx,
python-sphinx-rtd-theme,
python-spyder,
python-tango,
qttools5-dev-tools,
rdfind,
sphinx-common,
symlinks,
xauth,
xvfb
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/science-team/taurus
Vcs-Git: https://salsa.debian.org/science-team/taurus.git
Homepage: http://www.taurus-scada.org
Package: python-taurus
Architecture: all
Section: python
Depends: ${misc:Depends},
${python:Depends},
python-enum34,
python-future,
python-guiqwt,
python-h5py,
python-lxml,
python-numpy,
python-pint,
python-ply,
python-pyqt5,
python-pyqt5.qtopengl,
python-setuptools,
python-spyder,
python-tango
Recommends: python-pymca5,
qttools5-dev-tools
Suggests: python-taurus-doc
Breaks: python-sardana (<< 1.4.0-1~)
Provides: ${python:Provides}
Description: Framework for scientific/industrial CLIs and GUIs - Python2
Taurus is a Python framework for control and data acquisition CLIs
and GUIs in scientific/industrial environments. It supports multiple
control systems or data sources: Tango, EPICS, ... New control
system libraries can be integrated through plugins.
.
This is the Python 2 version of the package.
Package: python-taurus-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: Framework for scientific/industrial CLIs and GUIs - Documentation
Taurus is a Python framework for control and data acquisition CLIs
and GUIs in scientific/industrial environments. It supports multiple
control systems or data sources: Tango, EPICS, ... New control
system libraries can be integrated through plugins.
.
This package contains the documentation for the taurus Python module.
|