26 lines
897 B
Bash
26 lines
897 B
Bash
# Template file for 'python3-pyqt6-networkauth'
|
|
pkgname=python3-pyqt6-networkauth
|
|
version=6.7.0
|
|
revision=1
|
|
build_style=sip-build
|
|
build_helper="python3"
|
|
hostmakedepends="qt6-base python3-PyQt-builder pkg-config"
|
|
makedepends="python3-pyqt6-bindings qt6-networkauth-devel"
|
|
depends="python3-pyqt6"
|
|
short_desc="Qt6 bindings for NetworkAuth - Python 3"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="GPL-3.0-only"
|
|
homepage="https://www.riverbankcomputing.com/software/pyqtnetworkauth/"
|
|
distfiles="$PYPI_SITE/P/PyQt6-NetworkAuth/PyQt6_NetworkAuth-${version}.tar.gz"
|
|
checksum=974983525437633a0f016c0ffa0dc311847089f253dfe6840b0ec8ce21dc8685
|
|
lib32disabled=yes
|
|
|
|
python3-pyqt6-networkauth-devel_package() {
|
|
lib32disabled=yes
|
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove ${py3_sitelib}/PyQt6/bindings
|
|
}
|
|
}
|