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
|
Source: guidata
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Picca Frédéric-Emmanuel <picca@debian.org>,
Roland Mas <lolando@debian.org>,
Section: science
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
dh-sequence-numpy3,
dh-sequence-python3,
dh-sequence-sphinxdoc <!nodoc>,
dbus-daemon,
pybuild-plugin-pyproject,
python-h5py-doc <!nodoc>,
python3-all,
python3-doc <!nodoc>,
python3-h5py,
python3-myst-parser,
python3-numpy,
python3-pandas,
python3-pil,
python3-pytest <!nocheck>,
python3-pytest-xvfb <!nocheck>,
python3-qtpy-pyqt6,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-copybutton <!nodoc>,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/science-team/guidata
Vcs-Git: https://salsa.debian.org/science-team/guidata.git
Homepage: https://github.com/PierreRaybaut/guidata
Rules-Requires-Root: no
Package: python3-guidata
Architecture: all
Section: python
Depends:
python3-h5py,
python3-spyder,
${misc:Depends},
${python3:Depends},
Suggests:
python-guidata-doc,
Breaks:
${python3:Breaks},
Provides:
${python3:Provides},
Description: dataset manipulation GUI generator - Python 3
Based on the Qt Python binding module QtPy, guidata is a Python
library generating graphical user interfaces for easy dataset editing
and display.
.
This is the Python 3 version of the package.
Package: python-guidata-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: dataset manipulation GUI generator - Documentation
Based on the Qt Python binding module QtPy, guidata is a Python
library generating graphical user interfaces for easy dataset editing
and display.
.
This is the common documentation package.
|