python3-PyQt-builder: update to 1.6.0.
This commit is contained in:
parent
c2e4999c42
commit
78784f3a92
1 changed files with 8 additions and 6 deletions
|
@ -1,19 +1,21 @@
|
|||
# Template file for 'python3-PyQt-builder'
|
||||
pkgname=python3-PyQt-builder
|
||||
version=1.5.0
|
||||
revision=3
|
||||
version=1.6.0
|
||||
revision=1
|
||||
wrksrc=PyQt-builder-$version
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 sip5>=5.4.0_2"
|
||||
depends="python3 sip5>=5.5.0"
|
||||
short_desc="PEP 517 compliant PyQt build system"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
license="GPL-2.0-only, GPL-3.0-only, custom:SIP"
|
||||
homepage="https://www.riverbankcomputing.com/software/pyqt/"
|
||||
distfiles="$PYPI_SITE/P/PyQt-builder/PyQt-builder-$version.tar.gz"
|
||||
checksum=11bbe26e8e3d5ffec6d2ef2f50596b1670eb2d8b49aee0f859821922d8282841
|
||||
checksum=fb80f01407718bfc68f78e276f2543fcfc5b5900b1187c1fd1f2ff51a6f2a13c
|
||||
|
||||
post_install() {
|
||||
sed -n '1,/SUCH DAMAGE[.]/p' setup.py >LICENSE
|
||||
rm -rf $DESTDIR/$py3_sitelib/pyqtbuild/bundle
|
||||
sed -n '1,/SUCH DAMAGE[.]/p' setup.py >NOTICE
|
||||
vlicense NOTICE
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue