diff options
author | Tim Biermann <tbier@posteo.de> | 2020-11-03 21:04:58 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-11-03 21:04:58 +0000 |
commit | 83bde53f29fb7d6eb826b78b90fb7288f5279111 (patch) | |
tree | 67ccb1e6ba672c5067dc8c262b0e535c7936b78e /python3-opengl | |
parent | b7b79e54ca36e7d0b22503ebedbd37efc846f16b (diff) | |
download | contrib-83bde53f29fb7d6eb826b78b90fb7288f5279111.tar.gz contrib-83bde53f29fb7d6eb826b78b90fb7288f5279111.tar.xz |
python3-opengl: updated python syntax
Diffstat (limited to 'python3-opengl')
-rw-r--r-- | python3-opengl/.signature | 4 | ||||
-rw-r--r-- | python3-opengl/Pkgfile | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/python3-opengl/.signature b/python3-opengl/.signature index 2e7dbfffc..427c5edee 100644 --- a/python3-opengl/.signature +++ b/python3-opengl/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39pd1m6nj8vlWtGde9s6VHITAyZ6gwbvCYnVpo535BF3ebVwrHEZEEzIg/SsCP+ddeLt/qbOuyB5wNjJq9R7vwY= -SHA256 (Pkgfile) = 604f45bb01e32fcfd1cdb587a4725a9039c9db79b716add2f8769a6aad542708 +RWSagIOpLGJF3+T0Wf2uUgkJELvkOGZDf5ho0CnF9Pf2AKFckS9G6ZtkrT6dlXKnZblLMrp3AxqiiuEjFJZfgIYnw8Vdf5z5cwM= +SHA256 (Pkgfile) = d333c36ae9ba45fd9fb338c57e5229f4a6e3f3a4555f97246df9f87fd66a2b8a SHA256 (.footprint) = 7983c3729887a8d7a77a6abef9ebab9f7938a464fcb45ab843f554d565d64070 SHA256 (PyOpenGL-3.1.5.tar.gz) = 4107ba0d0390da5766a08c242cf0cf3404c377ed293c5f6d701e457c57ba3424 diff --git a/python3-opengl/Pkgfile b/python3-opengl/Pkgfile index 5871ae798..9bc5d5cd4 100644 --- a/python3-opengl/Pkgfile +++ b/python3-opengl/Pkgfile @@ -10,6 +10,8 @@ source=(https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-$version.tar build() { cd PyOpenGL-$version - python3 setup.py install --root=$PKG \ - --optimize=1 + /usr/bin/python3 setup.py build + /usr/bin/python3 setup.py install --root=$PKG \ + --optimize=1 \ + --skip-build } |