pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fs-uae-launcher: exclude python 3.7 due to async keyword



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Sun Dec 30 16:14:42 2018 +0100
Changeset:	843fd81e66ad4a7984b6b8cd6d988f83f468bc98

Modified Files:
	fs-uae-launcher/Makefile

Log Message:
fs-uae-launcher: exclude python 3.7 due to async keyword

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=843fd81e66ad4a7984b6b8cd6d988f83f468bc98

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fs-uae-launcher/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diffs:
diff --git a/fs-uae-launcher/Makefile b/fs-uae-launcher/Makefile
index 2d03323800..5a8eac10c7 100644
--- a/fs-uae-launcher/Makefile
+++ b/fs-uae-launcher/Makefile
@@ -18,7 +18,13 @@ INSTALL_ENV+=	DESTDIR=${DESTDIR}
 INSTALL_ENV+=	PYTHONBIN=${PYTHONBIN}
 
 # Imports urllib.parse which is 3+.
-PYTHON_VERSIONS_INCOMPATIBLE=	27
+# byte-compiling /pkg_comp/obj/pkgsrc/wip/fs-uae-launcher/default/.destdir/usr/pkg/share/fs-uae-launcher/OpenGL/GL/SGIX/async.py to async.cpython-37.pyc
+#   File "/usr/pkg/share/fs-uae-launcher/OpenGL/GL/SGIX/async.py", line 58
+#       from OpenGL.raw.GL.SGIX.async import *
+#                                       ^
+#                                       SyntaxError: invalid syntax
+# (async keyword is new in python 3.7)
+PYTHON_VERSIONS_INCOMPATIBLE=	27 37
 
 REPLACE_PYTHON+=	OpenGL/arrays/_buffers.py
 REPLACE_PYTHON+=	OpenGL/arrays/buffers.py


Home | Main Index | Thread Index | Old Index