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