<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/8814bf9d8a44a051df40e4e06251d5ac829d76ad">https://github.com/macports/macports-ports/commit/8814bf9d8a44a051df40e4e06251d5ac829d76ad</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 8814bf9d8a4 gsl: prepare for Python 3.10
</span>8814bf9d8a4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8814bf9d8a44a051df40e4e06251d5ac829d76ad
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sat Jun 12 09:21:07 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gsl: prepare for Python 3.10
</span>---
 math/gsl/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/gsl/Portfile b/math/gsl/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 539d3c78061..b092803700d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/gsl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/gsl/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -76,7 +76,7 @@ if {[variant_isset doc_python27] || [variant_isset doc_python35] || [variant_iss
</span> 
     patchfiles-append patch-python_version.diff
     post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        set PythonBranch [string range ${PythonVersion} 0 end-1].[string index ${PythonVersion} end]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        set PythonBranch [string index ${PythonVersion} 0].[string range ${PythonVersion} 1 end]
</span>         reinplace "s|__MACPORTS_SPHINX_BUILD__|sphinx-build-${PythonBranch}|g" ${worksrcpath}/doc/Makefile.in
     }
 
</pre><pre style='margin:0'>

</pre>