python-qtpy 2.4.1-2 source package in Ubuntu

Changelog

python-qtpy (2.4.1-2) unstable; urgency=medium

  * Team Upload
  * remove obsolete python3-mock build-dep

 -- Alexandre Detiste <email address hidden>  Mon, 19 Feb 2024 08:08:53 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qtpy_2.4.1-2.dsc 3.5 KiB d435dfa7676616856f3c090f0c83e0604e914695c22b1e7e4e7b83b3abaea345
python-qtpy_2.4.1.orig.tar.gz 64.0 KiB a5a15ffd519550a1361bdc56ffc07fda56a6af7292f17c7b395d4083af632987
python-qtpy_2.4.1-2.debian.tar.xz 6.9 KiB 77e65a890bfb8063d6a5b363daba7cd309acd74c24eaf22723beba52ac97277c

Available diffs

No changes file available.

Binary packages built by this source

python3-qtpy: Abstraction layer for PySide2/PySide6/PyQt5/PyQt6 (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, PyQt6, PySide2 and PySide6 using the PyQt5
 layout (where the QtGui module has been split into QtGui and QtWidgets).
 You write your code as if you were using PyQt5 but import from QtPy instead
 of PyQt5.
 .
 This package depends on all of the available relevant PyQt5 packages.
 Debian also currently has support for PySide2. If you wish to use
 PySide2, you will need to depend on or install the required PySide2
 packages for your particular application.
 .
 This package provides the QtPy library for the Python 3 interpreter.