New package: python3-PyQt-builder-1.5.0

This commit is contained in:
Đoàn Trần Công Danh 2020-09-27 07:32:12 +07:00
parent 92b073eb78
commit 55485e187f

View File

@ -0,0 +1,19 @@
# Template file for 'python3-PyQt-builder'
pkgname=python3-PyQt-builder
version=1.5.0
revision=1
wrksrc=PyQt-builder-$version
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
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
}