<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/b0ac4893c82331e965eb9c049df1da9fcea04105">https://github.com/macports/macports-ports/commit/b0ac4893c82331e965eb9c049df1da9fcea04105</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 b0ac489  gexiv2: add Python 3.7 variant
</span>b0ac489 is described below

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

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gexiv2/Portfile b/gnome/gexiv2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a1537f2..be4cd97 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gexiv2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gexiv2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,17 +51,22 @@ variant python27 description {Build Python2 bindings using Python 2.7} {
</span> 
 default_variants +python27
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python36 description {Build Python3 bindings using Python 3.5} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python36 python37 description {Build Python3 bindings using Python 3.5} {
</span>     depends_lib-append      port:py35-gobject3
     configure.env-append    PYTHON3_PATH=${prefix}/bin/python3.5
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python35 description {Build Python3 bindings using Python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python35 python37 description {Build Python3 bindings using Python 3.6} {
</span>     depends_lib-append      port:py36-gobject3
     configure.env-append    PYTHON3_PATH=${prefix}/bin/python3.6
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python35]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python35 python36 description {Build Python3 bindings using Python 3.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:py37-gobject3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.env-append    PYTHON3_PATH=${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><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python35] && ![variant_isset python37]} {
</span>     default_variants +python36
 }
 
</pre><pre style='margin:0'>

</pre>