<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/3b37ce47a4aa2495761d4bdbd8b65dbe1ab621af">https://github.com/macports/macports-ports/commit/3b37ce47a4aa2495761d4bdbd8b65dbe1ab621af</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 3b37ce47a4a GiNaC: set python3 sub-version
</span>3b37ce47a4a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3b37ce47a4aa2495761d4bdbd8b65dbe1ab621af
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Fri Jul 3 08:00:56 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    GiNaC: set python3 sub-version
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/60761
</span>---
 math/GiNaC/Portfile | 10 ++++++++++
 1 file changed, 10 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/GiNaC/Portfile b/math/GiNaC/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 39a4fb5ffcf..8d5b9a885b4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/GiNaC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/GiNaC/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,6 +42,11 @@ variant python37 conflicts python38 description {Build using Python 3.7} {
</span>                 port:python37
     configure.env   \
                 PYTHON3=${prefix}/bin/python3.7
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace -W ${worksrcpath}/ginsh/ "s|python3|python3.7|g" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ginsh_fcn_help.py ginsh_op_help.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> }
 
 variant python38 conflicts python37 description {Build using Python 3.8} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,6 +54,11 @@ variant python38 conflicts python37 description {Build using Python 3.8} {
</span>                 port:python38
     configure.env   \
                 PYTHON3=${prefix}/bin/python3.8
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    post-patch {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        reinplace -W ${worksrcpath}/ginsh/ "s|python3|python3.8|g" \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            ginsh_fcn_help.py ginsh_op_help.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span> }
 
 if {![variant_isset python37] && ![variant_isset python38]} {
</pre><pre style='margin:0'>

</pre>