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
|
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>,
Roland Mas <lolando@debian.org>,
Freexian Packaging Team <team+freexian@tracker.debian.org>,
Section: science
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-numpy3,
dh-sequence-python3,
cmake,
cppzmq-dev,
libboost-python-dev (>= 1.83.0),
libjs-d3,
libtango-dev (>= 10.0.0+dfsg1),
opentelemetry-cpp-dev,
pkgconf,
pybuild-plugin-pyproject,
python-is-python3,
python3-all-dev,
python3-gevent,
python3-myst-parser,
python3-numpy,
python3-pathspec,
python3-psutil <!nocheck>,
python3-pyproject-metadata,
python3-pytest <!nocheck>,
python3-pytest-asyncio <!nocheck>,
python3-pytest-forked <!nocheck>,
python3-pytest-rerunfailures <!nocheck>,
python3-scikit-build-core,
python3-setuptools,
python3-sphinx-book-theme,
python3-sphinx-copybutton,
python3-sphinx-design,
python3-sphinx-togglebutton,
python3-sphinxcontrib-mermaid,
tango-test (>= 10.0.0+dfsg1) <!nocheck>,
Build-Depends-Indep:
dh-sequence-sphinxdoc <!nodoc>,
graphviz <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
sphinx-common <!nodoc>,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/pytango
Vcs-Git: https://salsa.debian.org/science-team/pytango.git
Homepage: https://pytango.readthedocs.io/en/latest/
Rules-Requires-Root: no
Package: python3-tango
# Architecture: any [!390x]
Architecture: alpha amd64 arm64 armel armhf hppa hurd-amd64 hurd-i386 i386 ia64 loong64 m68k mips64el powerpc ppc64 ppc64el riscv64 sh4 sparc64 x32
Section: python
Depends:
${misc:Depends},
${python3:Depends},
${shlibs: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:
libjs-d3,
${misc:Depends},
${sphinxdoc:Depends},
Breaks:
python-pytango-doc (<< 9.2.0-2~),
Replaces:
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.
|