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
|
Source: python-vispy
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
cython3,
fontconfig,
fonts-open-sans,
python3-all-dev,
python3-freetype,
python3-numpy,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx
Build-Depends-Indep: python3-numpydoc,
python3-sphinx-bootstrap-theme,
libjs-bootstrap,
libjs-jquery
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/science-team/python-vispy
Vcs-Git: https://salsa.debian.org/science-team/python-vispy.git
Homepage: https://vispy.org/
Rules-Requires-Root: no
Package: python3-vispy
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
fontconfig,
fonts-open-sans,
libgl1-mesa-glx | libgl1
Suggests: ipython3,
python3-pyglet,
python3-pyopengl,
python3-pyqt5,
python3-pyside,
python3-sdl2
Description: interactive visualization in Python 3
Vispy is a high-performance interactive 2D/3D data visualization library.
.
Vispy leverages the computational power of modern Graphics Processing Units
(GPUs) through the OpenGL library to display very large datasets.
.
This package provides VisPy for the Python 3 interpreter.
Package: python-vispy-doc
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends},
libjs-bootstrap,
libjs-jquery
Suggests: python3-vispy
Description: interactive visualization in Python [documentation]
Vispy is a high-performance interactive 2D/3D data visualization library.
.
Vispy leverages the computational power of modern Graphics Processing Units
(GPUs) through the OpenGL library to display very large datasets.
.
This package provides documentation for VisPy.
|