mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-PyQt-builder: update to 1.16.1.
This commit is contained in:
parent
2864036452
commit
872ea53075
1 changed files with 9 additions and 10 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'python3-PyQt-builder'
|
# Template file for 'python3-PyQt-builder'
|
||||||
pkgname=python3-PyQt-builder
|
pkgname=python3-PyQt-builder
|
||||||
version=1.15.4
|
version=1.16.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools sip"
|
hostmakedepends="python3-setuptools python3-setuptools_scm sip python3-wheel"
|
||||||
depends="python3 sip>=6.3"
|
depends="sip>=6.7"
|
||||||
short_desc="PEP 517 compliant PyQt build system"
|
short_desc="PEP 517 compliant PyQt build system"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
license="GPL-2.0-only, GPL-3.0-only, custom:SIP"
|
license="BSD-2-Clause"
|
||||||
homepage="https://www.riverbankcomputing.com/software/pyqt/"
|
homepage="https://www.riverbankcomputing.com/software/pyqt/"
|
||||||
distfiles="$PYPI_SITE/P/PyQt-builder/PyQt-builder-$version.tar.gz"
|
distfiles="$PYPI_SITE/P/PyQt-builder/pyqt_builder-$version.tar.gz"
|
||||||
checksum=39f8c75db17d9ce17cb6bbf3df1650b5cebc1ea4e5bd73843d21cc96612b2ae1
|
checksum=25fd79248ee29779ca2d83cfd5a35f6da962c6e9711b7434182d6ef30827cb49
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
rm -rf $DESTDIR/usr/bin
|
||||||
rm -rf $DESTDIR/$py3_sitelib/pyqtbuild/bundle
|
rm -rf $DESTDIR/$py3_sitelib/pyqtbuild/bundle
|
||||||
sed -n '1,/SUCH DAMAGE[.]/p' setup.py >NOTICE
|
vlicense README.md
|
||||||
vlicense NOTICE
|
|
||||||
vlicense LICENSE
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue