File: control

package info (click to toggle)
spyder 4.2.1%2Bdfsg1-3%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,156 kB
  • sloc: python: 67,566; javascript: 131; xml: 27; makefile: 19; sh: 7
file content (139 lines) | stat: -rw-r--r-- 4,907 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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
Source: spyder
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>,
           Picca Frédéric-Emmanuel <picca@debian.org>,
           Julian Gilbey <jdg@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pylint,
               python3-all,
               python3-atomicwrites (>= 1.2.0),
               python3-chardet (>= 2.0.0),
               python3-cloudpickle,
               python3-diff-match-patch (>= 20181111),
               python3-docutils,
               python3-intervaltree,
               python3-ipython,
               python3-jedi (>= 0.17.2),
               python3-jsonschema (>= 3.2.0),
               python3-keyring,
               python3-nbconvert,
               python3-numpydoc,
               python3-parso,
               python3-pexpect,
               python3-pickleshare,
               python3-psutil,
               python3-pycodestyle,
               python3-pyflakes,
               python3-pygments (>= 2.0),
               python3-pyls (<< 1.0.0),
               python3-pyls-black,
               python3-pyls-spyder,
               python3-qdarkstyle,
               python3-qtawesome (>= 0.5.7),
               python3-qtconsole (>= 5.0.1),
               python3-qtpy,
               python3-rope,
               python3-setuptools,
               python3-sphinx,
               python3-spyder-kernels (<< 1.11.0),
               python3-spyder-kernels (>= 1.10.1),
               python3-textdistance,
               python3-three-merge,
               python3-watchdog (>= 0.10.3),
               python3-xdg (>= 0.26),
               python3-zmq
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/science-team/spyder
Vcs-Git: https://salsa.debian.org/science-team/spyder.git
Homepage: https://github.com/spyder-ide/spyder

Package: spyder
Architecture: all
Section: devel
Depends: python3-spyder (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Breaks: spyder3 (<< 3.3.6+dfsg1-3~),
        ${python3:Breaks}
Description: Python IDE for scientists
 Spyder (previously known as Pydee) is a free open-source Python
 development environment providing MATLAB-like features in a simple
 and light-weighted software
 .
 This package provides the application for Python 3.

Package: spyder3
Architecture: all
Section: oldlibs
Depends: spyder (= ${binary:Version}),
         ${misc:Depends}
Description: Python IDE for scientists
 Spyder (previously known as Pydee) is a free open-source Python
 development environment providing MATLAB-like features in a simple
 and light-weighted software
 .
 This is a transitional package depending on the spyder package
 (which provides the application for Python 3).
 It can be removed after installation.

Package: python3-spyder
Architecture: all
Section: python
Depends: ipython3,
         libjs-jquery,
         libjs-mathjax,
         pylint,
         python3-docutils,
         python3-keyring,
         python3-setuptools,
         python3-spyder-kernels (<< 1.11.0),
         python3-xdg,
         spyder-common (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Recommends: python3-autopep8,
            python3-mccabe,
            python3-pycodestyle,
            python3-pydocstyle,
            python3-pyflakes,
            python3-rope,
            python3-yapf
Suggests: cython3,
          python3-matplotlib,
          python3-numpy,
          python3-pandas,
          python3-pil,
          python3-scipy,
          python3-sympy
Breaks: python3-spyderlib (<< 3.0.0+dfsg1-1~),
        ${python3:Breaks}
Replaces: python3-spyderlib (<< 3.0.0+dfsg1-1~)
Description: Public modules for spyder (Python 3)
 Originally written to design Spyder (the Scientific PYthon
 Development EnviRonment), the spyderlib Python library provides
 ready-to-use pure-Python widgets: source code editor with syntax
 highlighting and code introspection/analysis features, NumPy array
 editor, dictionary editor, Python console, etc. It's based on the Qt
 Python binding module PyQt5 (and is compatible with PySide since
 v2.2).
 .
 This package provides the modules for Python 3.

Package: spyder-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Provides: ${python3:Provides}
Description: Common files for spyder
 Originally written to design Spyder (the Scientific PYthon
 Development EnviRonment), the spyderlib Python library provides
 ready-to-use pure-Python widgets: source code editor with syntax
 highlighting and code introspection/analysis features, NumPy array
 editor, dictionary editor, Python console, etc. It's based on the Qt
 Python binding module PyQt5 (and is compatible with PySide since
 v2.2).
 .
 This package provides the common files.