python-qwt 0.9.0-2 source package in Ubuntu

Changelog

python-qwt (0.9.0-2) unstable; urgency=medium

  * d/control: Use dh-sequence-X
  * d/rules: Simplified thanks to dh-sequence-X.

 -- Picca Frédéric-Emmanuel <email address hidden>  Tue, 31 Aug 2021 19:07:22 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qwt_0.9.0-2.dsc 2.4 KiB 8b06d3a151c1af4ae82c403c29389a77b2ab8bc89cfaee50a748221380d2741b
python-qwt_0.9.0.orig.tar.xz 874.2 KiB e81e90d3b15f3dcbdf0a3b5df463c047d6fd15201a9240409891bcd1ec60984b
python-qwt_0.9.0-2.debian.tar.xz 4.9 KiB 9d30c4bc404c78fc46c470cd061611ff663f4e684b50f531da6b7dc5f8e2117b

Available diffs

No changes file available.

Binary packages built by this source

python-qwt-doc: Pure Python implementation of Qwt - Documentation

 The qwt package is a pure Python implementation of Qwt C++ library
 with the following limitations.
 .
 The following `Qwt` classes won't be reimplemented in `qwt` because most
 powerful features already exist in `guiqwt`:
   * QwtPlotZoomer
   * QwtCounter
   * QwtEventPattern
   * QwtPicker
   * QwtPlotPicker
 .
 QwtClipper is not implemented yet (and it will probably be very
 difficult or impossible to implement it in pure Python without
 performance issues). As a consequence, when zooming in a plot curve,
 the entire curve is still painted (in other words, when working with
 large amount of data, there is no performance gain when zooming in).
 .
 This is the documentation of the package.

python3-qwt: Pure Python implementation of Qwt - Python 3

 The qwt package is a pure Python implementation of Qwt C++ library
 with the following limitations.
 .
 The following `Qwt` classes won't be reimplemented in `qwt` because most
 powerful features already exist in `guiqwt`:
   * QwtPlotZoomer
   * QwtCounter
   * QwtEventPattern
   * QwtPicker
   * QwtPlotPicker
 .
 QwtClipper is not implemented yet (and it will probably be very
 difficult or impossible to implement it in pure Python without
 performance issues). As a consequence, when zooming in a plot curve,
 the entire curve is still painted (in other words, when working with
 large amount of data, there is no performance gain when zooming in).
 .
 This is the Python 3 version of the package.