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
|
Source: spyder-kernels
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
dh-python,
python-all,
python-cloudpickle,
python-ipykernel,
python-numpy <!nocheck>,
python-pandas <!nocheck>,
python-pytest <!nocheck>,
python-setuptools,
python3-all,
python3-cloudpickle,
python3-ipykernel,
python3-numpy <!nocheck>,
python3-pandas <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/science-team/spyder-kernels
Vcs-Git: https://salsa.debian.org/science-team/spyder-kernels.git
Homepage: https://github.com/spyder-ide/spyder-kernels
Package: python-spyder-kernels
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Jupyter kernels for the Spyder console - Python 2
Jupyter Kernels for the Spyder console
.
This package provides the modules for Python 2.
Package: python3-spyder-kernels
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Jupyter kernels for the Spyder console - Python 3
Jupyter Kernels for the Spyder console
.
This package provides the modules for Python 3.
|