void-packages/srcpkgs/python3-pyqt6-sip/template
2024-12-25 22:59:09 +01:00

24 lines
671 B
Bash

# Template file for 'python3-pyqt6-sip'
pkgname=python3-pyqt6-sip
version=13.9.1
revision=1
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools sip"
makedepends="python3-devel"
depends="python3"
short_desc="PyQt6 SIP bindings with C and C++ for Python 3"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="BSD-2-Clause"
homepage="https://www.riverbankcomputing.com/software/sip/"
distfiles="${PYPI_SITE}/p/pyqt6_sip/pyqt6_sip-${version}.tar.gz"
checksum=15be741d1ae8c82bb7afe9a61f3cf8c50457f7d61229a1c39c24cd6e8f4d86dc
lib32disabled=yes
post_extract() {
# for do_check
mkdir -p PyQt6
}
post_install() {
vlicense LICENSE
}