# Template file for 'python3-pyqt6-charts' pkgname=python3-pyqt6-charts version=6.5.0 revision=2 build_style=sip-build build_helper="python3" hostmakedepends="qt6-base python3-PyQt-builder pkg-config" makedepends="qt6-charts-devel python3-pyqt6-widgets-devel" depends="python3-pyqt6" short_desc="Qt6 bindings for Charts - Python 3" maintainer="Đoàn Trần Công Danh " license="GPL-3.0-only" homepage="https://www.riverbankcomputing.com/software/pyqtchart/" distfiles="$PYPI_SITE/P/PyQt6-Charts/PyQt6_Charts-${version}.tar.gz" checksum=6ff00f65b2517f99bf106ddd28c76f3ca344f91ecf5ba68191e20a2d90024962 lib32disabled=yes python3-pyqt6-charts-devel_package() { lib32disabled=yes depends="${sourcepkg}>=${version}_${revision} ${makedepends}" short_desc+=" - development files" pkg_install() { vmove ${py3_sitelib}/PyQt6/bindings } }