New package: python3-pyqt6-charts-6.1.1
This commit is contained in:
parent
8ac9e9aa9d
commit
0a079ce1f4
|
@ -0,0 +1 @@
|
||||||
|
python3-pyqt6-charts
|
|
@ -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 <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=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
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,2 @@
|
||||||
|
site=https://pypi.org/simple/PyQt6-Charts
|
||||||
|
pattern='PyQt6_Charts-\K([\d.]+)(?=.tar.gz)'
|
Loading…
Reference in New Issue