mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 07:22:56 +02:00
python3-QtPy: update to 2.4.3.
This commit is contained in:
parent
cfe2bc7371
commit
34fa2c0dce
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python3-QtPy'
|
||||
pkgname=python3-QtPy
|
||||
version=2.4.1
|
||||
revision=2
|
||||
version=2.4.3
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
# depends on either of PyQt5, PyQt6
|
||||
depends="python3"
|
||||
depends="python3-packaging"
|
||||
# check dependencies common to both PyQt5 and PyQt6
|
||||
_qtcommon=":connectivity :multimedia :sensors :serialport :sql :svg :tools
|
||||
:webchannel :webengine :websockets"
|
||||
|
@ -23,8 +23,8 @@ maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/spyder-ide/qtpy"
|
||||
changelog="https://raw.githubusercontent.com/spyder-ide/qtpy/master/CHANGELOG.md"
|
||||
distfiles="${PYPI_SITE}/Q/QtPy/QtPy-${version}.tar.gz"
|
||||
checksum=a5a15ffd519550a1361bdc56ffc07fda56a6af7292f17c7b395d4083af632987
|
||||
distfiles="${PYPI_SITE}/Q/QtPy/qtpy-${version}.tar.gz"
|
||||
checksum=db744f7832e6d3da90568ba6ccbca3ee2b3b4a890c3d6fbbc63142f6e4cdf5bb
|
||||
|
||||
do_check() {
|
||||
local qtapi
|
||||
|
|
Loading…
Add table
Reference in a new issue