New package: python3-pyqt6-3d-6.1.1
This commit is contained in:
parent
0a079ce1f4
commit
74b9696e2f
3 changed files with 29 additions and 0 deletions
1
srcpkgs/python3-pyqt6-3d-devel
Symbolic link
1
srcpkgs/python3-pyqt6-3d-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
python3-pyqt6-3d
|
26
srcpkgs/python3-pyqt6-3d/template
Normal file
26
srcpkgs/python3-pyqt6-3d/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'python3-pyqt6-3d'
|
||||
pkgname=python3-pyqt6-3d
|
||||
version=6.1.1
|
||||
revision=1
|
||||
wrksrc=PyQt6_3D-$version
|
||||
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=f0277c04ac62f065cdd3f740a2149d260a5909e51df9fbb63e5ed83cebbe44f4
|
||||
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
|
||||
}
|
||||
}
|
2
srcpkgs/python3-pyqt6-3d/update
Normal file
2
srcpkgs/python3-pyqt6-3d/update
Normal file
|
@ -0,0 +1,2 @@
|
|||
site=https://pypi.org/simple/PyQt6-3D
|
||||
pattern='PyQt6_3D-\K([\d.]+)(?=.tar.gz)'
|
Loading…
Reference in a new issue