mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
python3-PyQt5: update to 5.15.11.
This commit is contained in:
parent
2fef714b75
commit
516e160ffb
1 changed files with 5 additions and 5 deletions
|
@ -1,25 +1,25 @@
|
||||||
# Template file for 'python3-PyQt5'
|
# Template file for 'python3-PyQt5'
|
||||||
pkgname=python3-PyQt5
|
pkgname=python3-PyQt5
|
||||||
version=5.15.10
|
version=5.15.11
|
||||||
revision=2
|
revision=1
|
||||||
build_style=sip-build
|
build_style=sip-build
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
configure_args="--confirm-license"
|
configure_args="--confirm-license"
|
||||||
hostmakedepends="pkg-config python3-PyQt-builder qt5-qmake qt5-host-tools
|
hostmakedepends="pkg-config python3-PyQt-builder qt5-qmake qt5-host-tools
|
||||||
python3-dbus"
|
python3-dbus sip"
|
||||||
makedepends="qscintilla-qt5-devel python3-sip-PyQt5
|
makedepends="qscintilla-qt5-devel python3-sip-PyQt5
|
||||||
python3-devel python3-dbus-devel qt5 qt5-devel qt5-tools-devel
|
python3-devel python3-dbus-devel qt5 qt5-devel qt5-tools-devel
|
||||||
qt5-connectivity-devel qt5-declarative-devel qt5-location-devel
|
qt5-connectivity-devel qt5-declarative-devel qt5-location-devel
|
||||||
qt5-multimedia-devel qt5-qmake qt5-sensors-devel qt5-serialport-devel
|
qt5-multimedia-devel qt5-qmake qt5-sensors-devel qt5-serialport-devel
|
||||||
qt5-svg-devel qt5-webchannel-devel qt5-webkit-devel qt5-websockets-devel
|
qt5-svg-devel qt5-webchannel-devel qt5-webkit-devel qt5-websockets-devel
|
||||||
qt5-x11extras-devel qt5-xmlpatterns-devel pulseaudio-devel"
|
qt5-x11extras-devel qt5-xmlpatterns-devel pulseaudio-devel"
|
||||||
depends="python3-sip-PyQt5>=12.8.0"
|
depends="python3-sip-PyQt5>=12.16.0"
|
||||||
short_desc="Python 3 bindings for the Qt5 toolkit"
|
short_desc="Python 3 bindings for the Qt5 toolkit"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
homepage="https://riverbankcomputing.com/software/pyqt/intro"
|
homepage="https://riverbankcomputing.com/software/pyqt/intro"
|
||||||
distfiles="${PYPI_SITE}/P/PyQt5/PyQt5-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/P/PyQt5/PyQt5-${version}.tar.gz"
|
||||||
checksum=d46b7804b1b10a4ff91753f8113e5b5580d2b4462f3226288e2d84497334898a
|
checksum=fda45743ebb4a27b4b1a51c6d8ef455c4c1b5d610c90d2934c7802b5c1557c52
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
|
||||||
export INCPATH=$XBPS_CROSS_BASE/usr/include/python$py3_ver
|
export INCPATH=$XBPS_CROSS_BASE/usr/include/python$py3_ver
|
||||||
|
|
Loading…
Add table
Reference in a new issue