python-qtpy 2.0.0-3 source package in Ubuntu

Changelog

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

  * Team upload.
  * revert python3-qtpy back to Architecture: all
    and use Recommends: python3-pyqt5.qtwebengine
    with arch-specific Build-Depends.

 -- Drew Parsons <email address hidden>  Fri, 07 Jan 2022 08:55:46 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qtpy_2.0.0-3.dsc 2.7 KiB 8c8bca20e626d1d75c701b2f8079a75168b41fb42544aa6df78b893f61c8ac2a
python-qtpy_2.0.0.orig.tar.gz 38.7 KiB 777e333df4d711b2ec9743117ab319dadfbd743a5a0eee35923855ca3d35cd9d
python-qtpy_2.0.0-3.debian.tar.xz 4.5 KiB ab392809a50d97ee2117a284279d7f7a92e5942fa5e46c81697fe0d38f9434e1

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.