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
|
Source: pyqt5chart
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Stephen Kitt <skitt@debian.org>
Build-Depends: debhelper (>= 10.3),
dh-python,
libqt5charts5-dev,
pyqt5-dev,
python3-all-dbg,
python3-all-dev,
python3-pyqt5,
python3-pyqt5-dbg,
python3-sip-dbg,
python3-sip-dev,
qttools5-dev
Standards-Version: 4.2.1
Homepage: http://www.riverbankcomputing.co.uk/software/pyqtchart/
Vcs-Git: https://salsa.debian.org/python-team/modules/pyqt5chart.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyqt5chart
Rules-Requires-Root: no
Package: pyqt5chart-dev
Architecture: all
Depends: python3-sip-dev, ${misc:Depends}
Description: Development files for PyQtCharts
PyQtCharts exposes the QtCharts toolkit in Python.
.
This package contains the source SIP files from which the Python
bindings for QtCharts are created.
Package: python3-pyqt5.qtchart
Architecture: any
Multi-Arch: same
Depends: python3-pyqt5,
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
${sip3:Depends}
Description: Python 3 bindings for Qt5's Charts module
The Charts module of PyQt5 provides widgets and utility classes
for chart rendering in a PyQt5 application.
.
This package contains the Python 3 version of this module.
Package: python3-pyqt5.qtchart-dbg
Section: debug
Architecture: any
Multi-Arch: same
Depends: python3-dbg,
python3-pyqt5-dbg,
python3-pyqt5.qtchart (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Python 3 bindings for Qt5's Charts module (debug extension)
The Charts module of PyQt5 provides widgets and utility classes
for chart rendering in a PyQt5 application.
.
This package contains the extension built for the Python 3 debug interpreter.
|