diff --git a/srcpkgs/python3-pyqt6-charts-devel b/srcpkgs/python3-pyqt6-charts-devel new file mode 120000 index 00000000000..21a5afd07fc --- /dev/null +++ b/srcpkgs/python3-pyqt6-charts-devel @@ -0,0 +1 @@ +python3-pyqt6-charts \ No newline at end of file diff --git a/srcpkgs/python3-pyqt6-charts/template b/srcpkgs/python3-pyqt6-charts/template new file mode 100644 index 00000000000..17a6c1334a9 --- /dev/null +++ b/srcpkgs/python3-pyqt6-charts/template @@ -0,0 +1,26 @@ +# Template file for 'python3-pyqt6-charts' +pkgname=python3-pyqt6-charts +version=6.1.1 +revision=1 +wrksrc=PyQt6_Charts-$version +build_style=sip-build +hostmakedepends="qt6-charts-devel python3-pyqt6-widgets-devel + 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=258416a5c8148cc824dede64b37ede08f14e1f90ef7e3c11e411b1b03268fee2 +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 + } +} diff --git a/srcpkgs/python3-pyqt6-charts/update b/srcpkgs/python3-pyqt6-charts/update new file mode 100644 index 00000000000..783ec1b7e7b --- /dev/null +++ b/srcpkgs/python3-pyqt6-charts/update @@ -0,0 +1,2 @@ +site=https://pypi.org/simple/PyQt6-Charts +pattern='PyQt6_Charts-\K([\d.]+)(?=.tar.gz)'