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
|
Source: veusz
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Sanders <jeremy@jeremysanders.net>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-python,
python3-all,
python3-all-dev,
python3-astropy,
python3-h5py,
python3-numpy,
python3-numpy-dev,
python3-pyqt6,
python3-pyqt6.qtsvg,
python3-setuptools,
python3-sipbuild,
python3-sphinx,
pyqt6-dev,
pyqt6-dev-tools,
qmake6,
qt6-base-dev,
qt6-svg-dev,
sip-tools
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/science-team/veusz
Vcs-Git: https://salsa.debian.org/science-team/veusz.git
Homepage: https://veusz.github.io/
Rules-Requires-Root: no
Package: veusz
Architecture: all
Depends: python3-veusz (>= ${source:Version}),
${misc:Depends},
${python3:Depends},
${sphinxdoc:Depends}
Description: 2D and 3D scientific plotting application with graphical interface
Veusz is a 2D and 3D scientific plotting and graphing package,
designed to produce publication-ready PDF, SVG, Postscript and bitmap
output. Veusz provides a GUI, command line and scripting interface
(based on Python) to its plotting facilities. The plots are built
using an object-based system to provide a consistent interface.
.
This package includes the main executable, documentation and examples.
Package: python3-veusz
Architecture: all
Section: python
Depends: python3-numpy,
python3-pyqt6,
python3-pyqt6.qtsvg,
python3-veusz.helpers (>= ${source:Version}),
pyqt6-dev-tools,
${misc:Depends},
${python3:Depends}
Suggests: ghostscript,
python3-astropy,
python3-dbus,
python3-h5py,
qt6-image-formats-plugins
Description: 2D and 3D scientific plotting application (Python interface)
Veusz is a 2D and 3D scientific plotting and graphing package,
designed to produce publication-ready PDF, SVG, Postscript and bitmap
output. Veusz provides a GUI, command line and scripting interface
(based on Python) to its plotting facilities. The plots are built
using an object-based system to provide a consistent interface.
.
This package includes the Python 3 plotting module.
Package: python3-veusz.helpers
Architecture: any
Section: python
Depends: python3-numpy,
python3-pyqt6,
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Suggests: python3-veusz (= ${source:Version})
Description: 2D and 3D scientific plotting application (binary modules)
Veusz is a 2D and 3D scientific plotting and graphing package,
designed to produce publication-ready PDF, SVG, Postscript and bitmap
output. Veusz provides a GUI, command line and scripting interface
(based on Python) to its plotting facilities. The plots are built
using an object-based system to provide a consistent interface.
.
This package includes the architecture-specific parts of the Python 3 plotting
module.
|