python3-pyqt-builder: updated python syntax

This commit is contained in:
Tim Biermann 2020-11-03 21:07:51 +00:00
parent 6407a4c804
commit c02cc8f18a
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3w7nplT1SF8l5TqKYapCSZ0QxDG80XUZTrQ3jTRponrmLBrhtK7F2z3gPHyBnQOvvarYLmo3sMmi/SqyI51U6Qw=
SHA256 (Pkgfile) = b8b00ced04d5d151b227e407a53641952604947fe303834c92dec73133f52c6e
RWSagIOpLGJF33E+6H6nLHY+sibExG4r1APnqDi1OstDRCx16Ko56UCUwJDo5L5rxgyGrVTPMjnf2To+8VJz34dORP4VoB3ffwI=
SHA256 (Pkgfile) = 9921bf0a199e1232920d284d6d28e6690e503ea224f8314790e0f41926b6c0eb
SHA256 (.footprint) = f251ed07762d9e99639e7e0be7eb455f14151b0149c5329e9af71e319c751f04
SHA256 (PyQt-builder-1.5.0.tar.gz) = 11bbe26e8e3d5ffec6d2ef2f50596b1670eb2d8b49aee0f859821922d8282841

View File

@ -11,5 +11,6 @@ source=(https://pypi.io/packages/source/P/PyQt-builder/PyQt-builder-$version.tar
build() {
cd PyQt-builder-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --root=$PKG
/usr/bin/python3 setup.py install --root=$PKG \
--skip-build
}