20 lines
643 B
Bash
20 lines
643 B
Bash
# Template file for 'python3-PyQt-builder'
|
|
pkgname=python3-PyQt-builder
|
|
version=1.5.0
|
|
revision=3
|
|
wrksrc=PyQt-builder-$version
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3 sip5>=5.4.0_2"
|
|
short_desc="PEP 517 compliant PyQt build system"
|
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://www.riverbankcomputing.com/software/pyqt/"
|
|
distfiles="$PYPI_SITE/P/PyQt-builder/PyQt-builder-$version.tar.gz"
|
|
checksum=11bbe26e8e3d5ffec6d2ef2f50596b1670eb2d8b49aee0f859821922d8282841
|
|
|
|
post_install() {
|
|
sed -n '1,/SUCH DAMAGE[.]/p' setup.py >LICENSE
|
|
vlicense LICENSE
|
|
}
|