python-qtpy 1.9.0-3 source package in Ubuntu

Changelog

python-qtpy (1.9.0-3) unstable; urgency=medium

  * d/control: Added python3-mock Depends (Closes: #951032)

 -- Picca Frédéric-Emmanuel <email address hidden>  Thu, 27 Feb 2020 07:03:37 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qtpy_1.9.0-3.dsc 2.7 KiB 2dc1f1e9ed0a30dd719f70777f45829de701b56d98f4a118ae3e5abc17bf7d57
python-qtpy_1.9.0.orig.tar.gz 34.7 KiB 2db72c44b55d0fe1407be8fba35c838ad0d6d3bb81f23007886dc1fc0f459c8d
python-qtpy_1.9.0-3.debian.tar.xz 4.3 KiB 3cd3a5f8b407922f58055e18f96931be297b25b93a0f7443526654d22b45d9d6

Available diffs

No changes file available.

Binary packages built by this source

python3-qtpy: abtraction layer for PySide/PyQt4/PyQt5 (Python 3)

 QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you
 write applications using a single API call to either PyQt or PySide. QtPy
 also provides a set of additional QWidgets.
 .
 It provides support for PyQt5, PyQt4 and PySide using the PyQt5 layout (where
 the QtGui module has been split into QtGui and QtWidgets).
 Basically, you write your code as if you were using PyQt5 but import qt from
 QtPy instead of PyQt5.
 .
 This package provides the QtPy library for the Python 3 interpreter.