void-packages/srcpkgs/python3-pyqt6-sip/template

25 lines
671 B
Bash

# Template file for 'python3-pyqt6-sip'
pkgname=python3-pyqt6-sip
version=13.8.0
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=2f74cf3d6d9cab5152bd9f49d570b2dfb87553ebb5c4919abfde27f5b9fd69d4
lib32disabled=yes
post_extract() {
# for do_check
mkdir -p PyQt6
}
post_install() {
vlicense LICENSE
}