<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/65399b3398c680598d17c6fcf87272b196487bff">https://github.com/macports/macports-ports/commit/65399b3398c680598d17c6fcf87272b196487bff</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 65399b3398c gsl: add variants for Python 3.8 and 3.9
</span>65399b3398c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 65399b3398c680598d17c6fcf87272b196487bff
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Apr 5 22:11:07 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gsl: add variants for Python 3.8 and 3.9
</span>---
 math/gsl/Portfile | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

<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 b1ab2303ec4..f6e36c3403e 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;'>@@ -50,13 +50,17 @@ if {[variant_isset doc_python27]} { set PythonVersion 27 }
</span> if {[variant_isset doc_python35]} { set PythonVersion 35 }
 if {[variant_isset doc_python36]} { set PythonVersion 36 }
 if {[variant_isset doc_python37]} { set PythonVersion 37 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[variant_isset doc_python38]} { set PythonVersion 38 }
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[variant_isset doc_python39]} { set PythonVersion 39 }
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant doc_python27 conflicts doc_python35 doc_python36 doc_python37 description {Install PDF and HTML documentation using Python 2.7} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant doc_python35 conflicts doc_python27 doc_python36 doc_python37 description {Install PDF and HTML documentation using Python 3.5} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant doc_python36 conflicts doc_python27 doc_python35 doc_python37 description {Install PDF and HTML documentation using Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant doc_python37 conflicts doc_python27 doc_python35 doc_python36 description {Install PDF and HTML documentation using Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant doc_python27 conflicts doc_python35 doc_python36 doc_python37 doc_python38 doc_python39 description {Install PDF and HTML documentation using Python 2.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant doc_python35 conflicts doc_python27 doc_python36 doc_python37 doc_python38 doc_python39 description {Install PDF and HTML documentation using Python 3.5} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant doc_python36 conflicts doc_python27 doc_python35 doc_python37 doc_python38 doc_python39 description {Install PDF and HTML documentation using Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant doc_python37 conflicts doc_python27 doc_python35 doc_python36 doc_python38 doc_python39 description {Install PDF and HTML documentation using Python 3.7} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant doc_python38 conflicts doc_python27 doc_python35 doc_python36 doc_python37 doc_python39 description {Install PDF and HTML documentation using Python 3.8} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant doc_python39 conflicts doc_python27 doc_python35 doc_python36 doc_python37 doc_python38 description {Install PDF and HTML documentation using Python 3.9} {}
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {[variant_isset doc_python27] || [variant_isset doc_python35] || [variant_isset doc_python36] || [variant_isset doc_python37]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[variant_isset doc_python27] || [variant_isset doc_python35] || [variant_isset doc_python36] || [variant_isset doc_python38] || [variant_isset doc_python39]} {
</span>     depends_build   port:ghostscript \
                     bin:latexmk:latexmk \
                     bin:latex:texlive \
</pre><pre style='margin:0'>

</pre>