python-qtpy 1.3.1-1build1 source package in Ubuntu

Changelog

python-qtpy (1.3.1-1build1) bionic; urgency=medium

  * Rebuild against new qtbase ABI 5.9.3.

 -- Gianfranco Costamagna <email address hidden>  Mon, 18 Dec 2017 19:41:25 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qtpy_1.3.1.orig.tar.gz 24.5 KiB 08af2525d59f9eb639946d5ed7a72b002103c5b7369c0ef0dd70ad2696845313
python-qtpy_1.3.1-1build1.debian.tar.xz 3.9 KiB a2c57dad69ba64ee5c4c2fc8d3c9c5cfaa8875199097b363b9b124d4c33c07b9
python-qtpy_1.3.1-1build1.dsc 2.2 KiB 86901a38dc6e897280c3615d9af1da16b2438261a2732558a94cb460880537a9

View changes file

Binary packages built by this source

python-qtpy: No summary available for python-qtpy in ubuntu eoan.

No description available for python-qtpy in ubuntu eoan.

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.