Skip to content

Commit

Permalink
New package: python3-pyqt6-3d-6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn committed May 31, 2021
1 parent 3a39642 commit 3e7f795
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions srcpkgs/python3-pyqt6-3d-devel
23 changes: 23 additions & 0 deletions srcpkgs/python3-pyqt6-3d/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Template file for 'python3-pyqt6-3d'
pkgname=python3-pyqt6-3d
version=6.1.0
revision=1
wrksrc=PyQt6_3D-$version
build_style=sip-build
hostmakedepends="python3-pyqt6-gui-devel qt6-3d-devel"
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=8f04ffa5d8ba983434b0b12a63d06e8efab671a0b2002cee761bbd0ef443513c

python3-pyqt6-3d-devel_package() {
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
short_desc+=" - development files"
pkg_install() {
vmove ${py3_sitelib}/PyQt6/bindings
}
}
2 changes: 2 additions & 0 deletions srcpkgs/python3-pyqt6-3d/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site=https://pypi.org/simple/PyQt6-3D
pattern='PyQt6_3D-\K([\d.]+)(?=.tar.gz)'

0 comments on commit 3e7f795

Please sign in to comment.