summaryrefslogtreecommitdiff
path: root/debian/control
blob: b4cc6624d2831d4c8297ec5288010d8c21a7be75 (plain)
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
Source: itango
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Sandor Bodo-Merle <sbodomerle@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python-all,
               python-ipython,
               python-setuptools,
               python-tango,
               python3-all,
               python3-ipython,
               python3-setuptools,
               python3-tango
Build-Depends-Indep: python3-sphinx
Rules-Requires-Root: no
Standards-Version: 4.1.2.0
Vcs-Browser: https://salsa.debian.org/science-team/itango
Vcs-Git: https://salsa.debian.org/science-team/itango.git
Homepage: https://pythonhosted.org/itango/

Package: python-itango
Architecture: all
Section: python
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python:Depends}
Recommends: python-qtconsole | ipython-qtconsole
Provides: ${python:Provides}
Breaks: python-pytango (<< 9.2.0)
Description: Interactive Tango client - Python 2
 ITango works like a normal python console, but it provides a nice set of
 features from IPython. It also adds set of PyTango specific features:
 .
  * automatic import of Tango objects
  * device and attribute name completion
  * list tango devices, classes, servers
  * customized tango error message
  * database utilities
 .
 This is the Python 2 version of the package.

Package: python3-itango
Architecture: all
Section: python
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${python3:Depends}
Recommends: python3-qtconsole | ipython3-qtconsole
Provides: ${python3:Provides}
Breaks: python3-pytango (<< 9.2.0)
Description: Interactive Tango client - Python 3
 ITango works like a normal python console, but it provides a nice set of
 features from IPython. It also adds set of PyTango specific features:
 .
  * automatic import of Tango objects
  * device and attribute name completion
  * list tango devices, classes, servers
  * customized tango error message
  * database utilities
 .
 This is the Python 3 version of the package.

Package: python-itango-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: Interactive Tango client - documentation
 ITango works like a normal python console, but it provides a nice set of
 features from IPython. It also adds set of PyTango specific features:
 .
 This package contains the documentation for the python-itango package.