From c8700587eb9c223e48caa7e97953e673517d7049 Mon Sep 17 00:00:00 2001
From: Torsten Maehne <Torsten.Maehne@gmx.de>
Date: Fri, 19 May 2017 10:18:20 +0200
Subject: [PATCH 1/2] Fix spurious whitespace and formatting of the
octave-symbolic Portfile.
---
ports/math/octave-symbolic/Portfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ports/math/octave-symbolic/Portfile b/ports/math/octave-symbolic/Portfile
index 2f32d99..ecdc119 100644
a
|
b
|
supported_archs noarch |
20 | 20 | variant python27 description "Use Python 2.7 SymPy" conflicts python34 python35 python36 { |
21 | 21 | depends_lib-append port:python27 \ |
22 | 22 | port:py27-sympy |
23 | | |
| 23 | |
24 | 24 | configure.env-append \ |
25 | 25 | PYTHON=${prefix}/bin/python2.7 |
26 | 26 | } |
… |
… |
variant python27 description "Use Python 2.7 SymPy" conflicts python34 python35 |
28 | 28 | variant python34 description "Use Python 3.4 SymPy" conflicts python27 python35 python36 { |
29 | 29 | depends_lib-append port:python34 \ |
30 | 30 | port:py34-sympy |
31 | | |
| 31 | |
32 | 32 | configure.env-append \ |
33 | 33 | PYTHON=${prefix}/bin/python3.4 |
34 | 34 | } |
35 | 35 | |
36 | 36 | variant python35 description "Use Python 3.5 SymPy" conflicts python27 python34 python36 { |
37 | 37 | depends_lib-append port:python35 \ |
38 | | port:py35-sympy |
| 38 | port:py35-sympy |
39 | 39 | |
40 | 40 | configure.env-append \ |
41 | 41 | PYTHON=${prefix}/bin/python3.5 |
… |
… |
variant python35 description "Use Python 3.5 SymPy" conflicts python27 python34 |
43 | 43 | |
44 | 44 | variant python36 description "Use Python 3.6 SymPy" conflicts python27 python34 python35 { |
45 | 45 | depends_lib-append port:python35 \ |
46 | | port:py35-sympy |
| 46 | port:py35-sympy |
47 | 47 | |
48 | 48 | configure.env-append \ |
49 | 49 | PYTHON=${prefix}/bin/python3.6 |