<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/36a4ed18507349113c5da7dc9e6bb2df9880684c">https://github.com/macports/macports-ports/commit/36a4ed18507349113c5da7dc9e6bb2df9880684c</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 36a4ed18507 octave-pythonic: use new octave PG API, add python312 variant as default
</span>36a4ed18507 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 36a4ed18507349113c5da7dc9e6bb2df9880684c
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Tue Feb 6 19:46:50 2024 -0600

<span style='display:block; white-space:pre;color:#404040;'>    octave-pythonic: use new octave PG API, add python312 variant as default
</span>---
 octave/octave-pythonic/Portfile | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/octave/octave-pythonic/Portfile b/octave/octave-pythonic/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5e0ba358808..7e5f0a6ae50 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/octave/octave-pythonic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/octave/octave-pythonic/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,13 +1,11 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           gitlab 1.0
</span> PortGroup           octave 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-version             0.1.3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+octave.setup        gitlab gnu-octave octave-pythonic 0.1.3 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+octave.module       pythonic
</span> revision            0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-gitlab.setup        gnu-octave octave-pythonic ${version} v
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-octave.setup        pythonic 0.1.3
</span> license             GPL-3+
 maintainers         {mps @Schamschula} openmaintainer
 description         Pythonic is a package that provides a Python native calling \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,17 +16,18 @@ checksums           rmd160  2e76ff1dd0ac906e1bd755f96826770687cfab9b \
</span>                     sha256  c9b03a3bbf86546d5e3bdd88c30ceec0e637a504eafdba38f16a08a577415242 \
                     size    70788
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python39 python310 python311 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python39 conflicts python38 python310 python311 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python310 conflicts python38 python39 python311 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python311 conflicts python38 python39 python310 description {Use Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python39 python310 python311 python312 description {Use Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python39 conflicts python38 python310 python311 python312 description {Use Python 3.9} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python310 conflicts python38 python39 python311 python312 description {Use Python 3.10} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python311 conflicts python38 python39 python310 python312 description {Use Python 3.11} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python312 conflicts python38 python39 python310 python311 description {Use Python 3.12} {}
</span> 
 if {![variant_isset python38] && ![variant_isset python39]
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        && ![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;'>+        && ![variant_isset python310] && ![variant_isset python311]} {
</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}]} {
         depends_lib-append \
                     port:python${pv}
</pre><pre style='margin:0'>

</pre>