<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/97493b0fe00359bec173340a02b2039f798fb0f2">https://github.com/macports/macports-ports/commit/97493b0fe00359bec173340a02b2039f798fb0f2</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 97493b0  LyX: add Python 3.7 variant
</span>97493b0 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 97493b0fe00359bec173340a02b2039f798fb0f2
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun Oct 21 01:01:40 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    LyX: add Python 3.7 variant
</span>---
 aqua/LyX/Portfile | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/aqua/LyX/Portfile b/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b4a416d..2f7203d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/aqua/LyX/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,20 +56,25 @@ if {![variant_isset qt4]} {
</span> }
 
 # boost currently pulls in python27; change default when boost does
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python36]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python36] && ![variant_isset python37]} {
</span>     default_variants-append +python27
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python36 description {Use python27} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python36 python37 description {Use python27} {
</span>     depends_build-append    port:python27
     configure.python        ${prefix}/bin/python2.7
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python27 description {Use python36} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python37 description {Use python36} {
</span>     depends_build-append    port:python36
     configure.python        ${prefix}/bin/python3.6
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python36 description {Use python37} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_build-append    port:python37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.python        ${prefix}/bin/python3.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant qt4 conflicts qt5 description {Use Qt4} {
     PortGroup qt4 1.0
 
</pre><pre style='margin:0'>

</pre>