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 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
|
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,
fzf,
pylint (<< 4~),
python3-aiohttp,
python3-all,
python3-asyncssh,
python3-atomicwrites,
python3-chardet,
python3-cloudpickle,
python3-cookiecutter,
python3-diff-match-patch,
python3-docutils,
python3-github,
python3-importlib-metadata,
python3-intervaltree,
python3-ipython (>= 8.13.0),
python3-jedi (<< 0.20~),
python3-jedi (>= 0.17.2),
python3-jellyfish,
python3-jsonschema (>= 3.2.0),
python3-keyring,
python3-nbconvert,
python3-numpydoc,
python3-packaging,
python3-parso (<< 0.9~),
python3-parso (>= 0.7.0),
python3-pexpect,
python3-pickleshare,
python3-psutil,
python3-pycodestyle,
python3-pyflakes,
python3-pygments,
python3-pylint-venv (>= 3.0.2),
python3-pyls-spyder (>= 0.4.0),
python3-pylsp (<< 1.13~),
python3-pylsp (>= 1.12.0),
python3-pylsp-black (<< 3.0.0~),
python3-pylsp-black (>= 2.0.0),
python3-pyqt5,
python3-pyqt5.qtquick,
python3-pyqt5.qtsvg,
python3-pyqt5.qtwebengine,
python3-pyuca,
python3-qdarkstyle (<< 3.3~),
python3-qdarkstyle (>= 3.2.0),
python3-qstylizer,
python3-qtawesome (>= 1.3.1),
python3-qtconsole (<< 5.7~),
python3-qtconsole (>= 5.6.1),
python3-qtpy (>= 2.4.0),
python3-rope,
python3-rtree,
python3-setuptools,
python3-sphinx,
python3-spyder-kernels (<< 3.1.0~),
python3-spyder-kernels (>= 3.0.2),
python3-superqt,
python3-textdistance,
python3-three-merge,
python3-watchdog (>= 0.10.3),
python3-xdg (>= 0.26),
python3-yarl,
python3-zmq (>= 24.0.0)
Standards-Version: 4.7.0
Rules-Requires-Root: no
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}
Suggests: python3-spyder-unittest
Description: Richly-featured Python IDE
Spyder is a powerful interactive development environment for Python
providing many features and facilities, including advanced editing facilities
(including tooltips and completion facilities), issue highlighting,
interactive testing, debugging and introspection facilities, an embedded
console (IPython) supporting graphics and much more.
.
This package provides the application.
.
There is one plugin currently available in Debian: spyder-unittest,
in the package python3-spyder-unittest.
Package: python3-spyder
Architecture: all
Section: python
Depends: fzf,
ipython3 (>= 8.13.0),
libjs-jquery,
libjs-mathjax,
pyflakes3,
pylint (<< 4~),
python3-autopep8,
python3-docutils,
python3-flake8,
python3-jedi (<< 0.20~),
python3-jedi (>= 0.17.2),
python3-keyring,
python3-mccabe,
python3-parso (<< 0.9~),
python3-parso (>= 0.7.0),
python3-pycodestyle,
python3-pydocstyle (>= 6.2.3),
python3-pylsp (<< 1.13~),
python3-pylsp (>= 1.12.0),
python3-pylsp-black (<< 3.0.0~),
python3-pylsp-black (>= 2.0.0),
python3-pyqt5,
python3-pyqt5.qtquick,
python3-pyqt5.qtsvg,
python3-pyqt5.qtwebengine,
python3-qtconsole (<< 5.7~),
python3-qtconsole (>= 5.6.1),
python3-qtpy (>= 2.1.0),
python3-rope,
python3-setuptools,
python3-spyder-kernels (<< 3.1.0~),
python3-spyder-kernels (>= 3.0.2),
python3-xdg,
python3-zmq (>= 22.1.0),
spyder-common (= ${binary:Version}),
yapf3,
${misc:Depends},
${python3:Depends}
Conflicts: python3-spyder-line-profiler (<< 0.4~),
python3-spyder-memory-profiler (<= 0.2.1-1),
python3-spyder-reports (<= 0.1.1-4),
python3-spyder-unittest (<< 0.7~)
Recommends: spyder
Suggests: cython3,
python3-matplotlib,
python3-numpy,
python3-pandas,
python3-pil,
python3-scipy,
python3-sympy
Description: Richly-featured Python IDE - Python modules
Spyder is a powerful interactive development environment for Python
providing many features and facilities, including advanced editing facilities
(including tooltips and completion facilities), issue highlighting,
interactive testing, debugging and introspection facilities, an embedded
console (IPython) supporting graphics and much more.
.
This package provides the Python 3 modules for Spyder. For the
desktop application itself, you will need to install the "spyder"
package.
Package: spyder-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Common files for the Spyder Python IDE
Spyder is an open-source Python development environment providing
many features and facilities, including an embedded console, variable
exploration, tooltips, linting and much more.
.
This package provides the common files for Spyder. For the
desktop application itself, you will need to install the "spyder"
package.
|