<pre style='margin:0'>
David B. Evans (dbevans) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fd3bb0e3f607b17b30fcb8b072ccc9ce4cc66dc4">https://github.com/macports/macports-ports/commit/fd3bb0e3f607b17b30fcb8b072ccc9ce4cc66dc4</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 fd3bb0e  libepoxy: add variant for Python version 3.7
</span>fd3bb0e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fd3bb0e3f607b17b30fcb8b072ccc9ce4cc66dc4
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Tue Oct 9 08:09:14 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    libepoxy: add variant for Python version 3.7
</span>---
 graphics/libepoxy/Portfile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/libepoxy/Portfile b/graphics/libepoxy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4a22bcc..286be73 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/libepoxy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/libepoxy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,15 +44,19 @@ configure.cmd       ./autogen.sh
</span> configure.args      --disable-silent-rules \
                     --enable-glx
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python36 description {build with python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python36 python37 description {build with python 2.7} {
</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 {build with python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python37 description {build with python 3.6} {
</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 {build with python 3.7} {
</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:#ffe0e0;'>-if {![variant_isset python27]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python27] && ![variant_isset python37]} {
</span>     default_variants-append +python36
 }
</pre><pre style='margin:0'>

</pre>