<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/3d27c9c8de19f6a4140d1363285576f7587c25c9">https://github.com/macports/macports-ports/commit/3d27c9c8de19f6a4140d1363285576f7587c25c9</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 3d27c9c  gsl: add Python 3.7 variant to build documentation
</span>3d27c9c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3d27c9c8de19f6a4140d1363285576f7587c25c9
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Oct 11 07:36:56 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gsl: add Python 3.7 variant to build documentation
</span>---
 math/gsl/Portfile | 10 ++++++----
 1 file changed, 6 insertions(+), 4 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 b9423ed..add0931 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;'>@@ -49,12 +49,14 @@ compilers.setup
</span> if {[variant_isset doc_python27]} { set PythonVersion 27 }
 if {[variant_isset doc_python35]} { set PythonVersion 35 }
 if {[variant_isset doc_python36]} { set PythonVersion 36 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {[variant_isset doc_python37]} { set PythonVersion 37 }
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant doc_python27 conflicts doc_python35 doc_python36 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 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 description {Install PDF and HTML documentation using Python 3.6} {}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+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:#e0ffe0;'>+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:#e0ffe0;'>+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:#e0ffe0;'>+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:#ffe0e0;'>-if {[variant_isset doc_python27] || [variant_isset doc_python35] || [variant_isset doc_python36]} {
</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_python37]} {
</span>     depends_build   port:ghostscript \
                     bin:latexmk:latexmk \
                     bin:latex:texlive \
</pre><pre style='margin:0'>

</pre>