<pre style='margin:0'>
Marius Schamschula (Schamschula) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a24b36ffccb50d0fa9f5a901f9eefab9c9761dd0">https://github.com/macports/macports-ports/commit/a24b36ffccb50d0fa9f5a901f9eefab9c9761dd0</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new a24b36ffccb octave-symbolic: use new octave PG API, add python312 variant as default
</span>a24b36ffccb is described below
<span style='display:block; white-space:pre;color:#808000;'>commit a24b36ffccb50d0fa9f5a901f9eefab9c9761dd0
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Wed Feb 7 05:54:46 2024 -0600
<span style='display:block; white-space:pre;color:#404040;'> octave-symbolic: use new octave PG API, add python312 variant as default
</span>---
octave/octave-symbolic/Portfile | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/octave/octave-symbolic/Portfile b/octave/octave-symbolic/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e87c49a98da..f2f1a581365 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/octave/octave-symbolic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/octave/octave-symbolic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,14 +3,14 @@
</span> PortSystem 1.0
PortGroup octave 1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-octave.setup symbolic 3.1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+octave.setup sourceforge octave symbolic 3.1.1
</span> revision 0
platforms darwin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-license GPL-3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+license GPL-3+
</span> maintainers {mps @Schamschula} openmaintainer
description Symbolic toolbox based on SymPy.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${description}
</span>
checksums rmd160 7a35a7d5a3b69325d9e92d389424fe72d618acf2 \
sha256 988d2f356ea63488ad8d1c39434760ac24ee2af4efae896c1fd93a5df934532b \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -19,16 +19,17 @@ checksums rmd160 7a35a7d5a3b69325d9e92d389424fe72d618acf2 \
</span> supported_archs noarch
platforms {darwin any}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 description {Use Python 3.8 SymPy} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 python311 description {Use Python 3.9 SymPy} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 description {Use Python 3.10 SymPy} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 description {Use Python 3.11 SymPy} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python37 python39 python310 python311 python312 description {Use Python 3.8 SymPy} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python37 python38 python310 python311 python312 description {Use Python 3.9 SymPy} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python37 python38 python39 python311 python312 description {Use Python 3.10 SymPy} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python37 python38 python39 python310 python312 description {Use Python 3.11 SymPy} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python37 python38 python39 python310 python311 description {Use Python 3.12 SymPy} {}
</span>
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- default_variants +python311
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python38] && ![variant_isset python39] && ![variant_isset python310] && ![variant_isset python312]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default_variants +python312
</span> }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-foreach pv {311 310 39 38} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+foreach pv {312 311 310 39 38} {
</span> if {[variant_isset python${pv}]} {
set python.branch [string index ${pv} 0].[string range ${pv} 1 end]
</pre><pre style='margin:0'>
</pre>