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
|
Source: orange-widget-base
Section: python
Priority: optional
Maintainer: Debian PaN Maintainers <debian-pan-maintainers@alioth-lists.debian.net>
Uploaders:
Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>,
Roland Mas <lolando@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-anyqt (>= 0.2.0) <!nocheck>,
python3-matplotlib <!nocheck>,
python3-numpy <!nocheck>,
python3-orange-canvas-core <!nocheck>,
python3-pyqt5 <!nocheck>,
python3-pyqt5.qtsvg <!nocheck>,
python3-pyqtgraph <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-xvfb <!nocheck>,
python3-pyqt5.qtwebengine <!nocheck>,
python3-setuptools,
python3-trubar,
python3-typing-extensions,
Standards-Version: 4.6.2.0
Testsuite: autopkgtest-pkg-pybuild
Homepage: http://orange.biolab.si/
Vcs-Git: https://salsa.debian.org/science-team/orange-widget-base.git
Vcs-Browser: https://salsa.debian.org/science-team/orange-widget-base
Rules-Requires-Root: no
Package: python3-orange-widget-base
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Description: Base Widget for Orange Canvas
This project implements the base OWBaseWidget class and utilities for use in
Orange Canvas workflows.
.
Provides:
.
* OWBaseWidget class
* gui module for building GUI
* WidgetsScheme the workflow execution model/bridge
* basic configuration for a workflow based application
|