<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/d35555c7ef7c20e42292e9262535f770495af6d7">https://github.com/macports/macports-ports/commit/d35555c7ef7c20e42292e9262535f770495af6d7</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 d35555c  totem: add +python37 variant
</span>d35555c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit d35555c7ef7c20e42292e9262535f770495af6d7
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Oct 11 19:59:08 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    totem: add +python37 variant
</span>---
 gnome/totem/Portfile | 17 +++++++++++++----
 1 file changed, 13 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/totem/Portfile b/gnome/totem/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8e63abd..5c85604 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/totem/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/totem/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -95,7 +95,7 @@ variant nautilus description {Build nautilus properties page plugin} {
</span>     depends_lib-append        port:nautilus
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python35 python36 description {Use python 2.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python27 conflicts python35 python36 python37 description {Use python 2.7} {
</span>     configure.python          ${prefix}/bin/python2.7
     depends_lib-append        port:py27-gobject3 port:py27-pylint
     set python_framework      ${frameworks_dir}/Python.framework/Versions/2.7
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -104,7 +104,7 @@ variant python27 conflicts python35 python36 description {Use python 2.7} {
</span>     configure.args-replace    --disable-python --enable-python
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python35 conflicts python27 python36 description {Use python 3.5} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python35 conflicts python27 python36 python37 description {Use python 3.5} {
</span>     configure.python          ${prefix}/bin/python3.5
     depends_lib-append        port:py35-gobject3 port:py35-pylint
     set python_framework      ${frameworks_dir}/Python.framework/Versions/3.5
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -113,7 +113,7 @@ variant python35 conflicts python27 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 python27 python35 description {Use python 3.6} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python36 conflicts python27 python35 python37 description {Use python 3.6} {
</span>     configure.python          ${prefix}/bin/python3.6
     depends_lib-append        port:py36-gobject3 port:py36-pylint
     set python_framework      ${frameworks_dir}/Python.framework/Versions/3.6
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -122,7 +122,16 @@ variant python36 conflicts python27 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 python27] && ![variant_isset python35]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python27 python35 python36 description {Use python 3.7} {
</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;'>+    depends_lib-append        port:py37-gobject3 port:py37-pylint
</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.env             PATH=${python_framework}/bin:$env(PATH)
</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 python27] && ![variant_isset python35] && ![variant_isset python37]} {
</span>     default_variants    +python36
 }
 
</pre><pre style='margin:0'>

</pre>