python3-PyQt-builder: update to 1.7.0.
This commit is contained in:
parent
49e533fd77
commit
085db837d3
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'python3-PyQt-builder'
|
||||
pkgname=python3-PyQt-builder
|
||||
version=1.6.0
|
||||
version=1.7.0
|
||||
revision=1
|
||||
wrksrc=PyQt-builder-$version
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3 sip5>=5.5.0"
|
||||
hostmakedepends="python3-setuptools sip"
|
||||
depends="python3 sip>=6.0.0"
|
||||
short_desc="PEP 517 compliant PyQt build system"
|
||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||
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=fb80f01407718bfc68f78e276f2543fcfc5b5900b1187c1fd1f2ff51a6f2a13c
|
||||
checksum=b6e3c826f98ff4006ecb34df491ac6062a023b63a32e9f9f50904867aff72f2e
|
||||
|
||||
post_install() {
|
||||
rm -rf $DESTDIR/$py3_sitelib/pyqtbuild/bundle
|
||||
|
|
Loading…
Reference in New Issue