void-packages/srcpkgs/python3-pyqt6-charts/template

26 lines
856 B
Bash

# Template file for 'python3-pyqt6-charts'
pkgname=python3-pyqt6-charts
version=6.7.0
revision=1
build_style=sip-build
build_helper="python3"
hostmakedepends="qt6-base python3-PyQt-builder pkg-config"
makedepends="qt6-charts-devel python3-pyqt6-bindings"
depends="python3-pyqt6"
short_desc="Qt6 bindings for Charts - Python 3"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-3.0-only"
homepage="https://www.riverbankcomputing.com/software/pyqtchart/"
distfiles="$PYPI_SITE/P/PyQt6-Charts/PyQt6_Charts-${version}.tar.gz"
checksum=c4f7cf369928f7bf032e4e33f718d3b8fe66da176d4959fe30735a970d86f35c
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
}
}