2025-04-01 23:11:21 +07:00

21 lines
645 B
Bash

# Template file for 'python3-sip-PyQt5'
pkgname=python3-sip-PyQt5
version=12.17.0
revision=1
build_style=python3-module
hostmakedepends="python3-devel python3-setuptools sip"
makedepends="python3-devel"
depends="python3"
short_desc="Python 3 PyQt5 SIP bindings with C and C++"
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
license="GPL-2.0-only, GPL-3.0-only"
homepage="https://riverbankcomputing.com/software/sip/intro"
distfiles="${PYPI_SITE}/p/pyqt5_sip/pyqt5_sip-${version}.tar.gz"
checksum=682dadcdbd2239af9fdc0c0628e2776b820e128bec88b49b8d692fe682f90b4f
lib32disabled=yes
post_extract() {
# for do_check
mkdir -p PyQt5
}