<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/27635782e99af99519b51cad26e3dc7bd4d1132f">https://github.com/macports/macports-ports/commit/27635782e99af99519b51cad26e3dc7bd4d1132f</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 2763578  eog-plugins: add +python37 variant
</span>2763578 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 27635782e99af99519b51cad26e3dc7bd4d1132f
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Wed Oct 10 19:26:58 2018 -0700

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

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/eog-plugins/Portfile b/gnome/eog-plugins/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b3a982e..f2cadba 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/eog-plugins/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/eog-plugins/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +41,7 @@ configure.args      --disable-python \
</span> 
 # requires python32 or later
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python36 description {Use python 3.5} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python36 python37 description {Use python 3.5} {
</span>     depends_build-append      port:python35
     configure.python          ${prefix}/bin/python3.5
     set python_framework      ${frameworks_dir}/Python.framework/Versions/3.5
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,7 +49,7 @@ variant python35 conflicts python36 description {Use python 3.5} {
</span>     configure.args-replace    --disable-python --enable-python
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python36 conflicts python35 description {Use python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python35 python37 description {Use python 3.6} {
</span>     depends_build-append      port:python36
     configure.python          ${prefix}/bin/python3.6
     set python_framework      ${frameworks_dir}/Python.framework/Versions/3.6
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,7 +57,15 @@ variant python36 conflicts python35 description {Use python 3.6} {
</span>     configure.args-replace    --disable-python --enable-python
 }
 
<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 {Use 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;'>+    set python_framework      ${frameworks_dir}/Python.framework/Versions/3.7
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.pkg_config_path ${python_framework}/lib/pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-replace    --disable-python --enable-python
</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>