forked from pool/maxima
* Update to version 5.47.0. * Rebase maxima-python3.patch to apply cleanly. * Use https for urls in the URL and Source0 tags. OBS-URL: https://build.opensuse.org/request/show/1090955 OBS-URL: https://build.opensuse.org/package/show/Education/maxima?expand=0&rev=112
14 lines
433 B
Diff
14 lines
433 B
Diff
Index: maxima-5.47.0/share/draw/vtk.lisp
|
|
===================================================================
|
|
--- maxima-5.47.0.orig/share/draw/vtk.lisp
|
|
+++ maxima-5.47.0/share/draw/vtk.lisp
|
|
@@ -3113,7 +3113,7 @@
|
|
|
|
;; pull in required packages
|
|
(format cmdstorage "~a~%~a~%~%~a~%~a~%~%~a~%~%"
|
|
- "#!/usr/bin/env python"
|
|
+ "#!/usr/bin/python3"
|
|
"# -*- coding: UTF-8 -*-"
|
|
"import vtk"
|
|
"import sys"
|