forked from ports/contrib
python3-pyqt5-sip: updated python syntax
This commit is contained in:
parent
e9a67671f8
commit
6407a4c804
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF3w4+FC8mudMgtlG//ZZCy4yQIqoufLlAWxJkF6PNz2YWqCAYUTIUaYnxAOLg9QDYvbPnvXXQKSHSgejhg9Wb8gg=
|
||||
SHA256 (Pkgfile) = cbf8ea9dbf245b2e572b98f0107ac441061d1394d6b5d03780434122c98cb10c
|
||||
RWSagIOpLGJF3+sxBT7DIJgV5TOLuHl+wYpUSRxezJjcppun35pzJO1zPNEXzLm0/DtK4Ue/8ZnSrUs0oYOOZKHmMx3klSUy7gs=
|
||||
SHA256 (Pkgfile) = 6754ca20f31decc9c93464a75150c4c641015a9dc1e9f6ff855815b9000a2813
|
||||
SHA256 (.footprint) = 12f0de661f0449f916dd8880a42568e7ded63ffd8327f0e51b18d74896329f95
|
||||
SHA256 (PyQt5_sip-12.8.1.tar.gz) = 30e944db9abee9cc757aea16906d4198129558533eb7fadbe48c5da2bd18e0bd
|
||||
|
@ -10,7 +10,8 @@ source=(https://pypi.python.org/packages/source/P/PyQt5-sip/PyQt5_sip-$version.t
|
||||
|
||||
build() {
|
||||
cd PyQt5_sip-$version
|
||||
python3 setup.py build
|
||||
python3 setup.py install \
|
||||
--skip-build --root=$PKG
|
||||
/usr/bin/python3 setup.py build
|
||||
/usr/bin/python3 setup.py install \
|
||||
--skip-build \
|
||||
--root=$PKG
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user