<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/ad7c575e1556cc4b70e46e11dbe4c6ac46d68c4b">https://github.com/macports/macports-ports/commit/ad7c575e1556cc4b70e46e11dbe4c6ac46d68c4b</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 ad7c575e155 gnumeric: drop +python27 variant
</span>ad7c575e155 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ad7c575e1556cc4b70e46e11dbe4c6ac46d68c4b
</span>Author: David B. Evans <devans@macports.org>
AuthorDate: Thu Oct 1 10:46:46 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    gnumeric: drop +python27 variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Only supports python3 now.
</span>---
 gnome/gnumeric/Portfile | 15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gnumeric/Portfile b/gnome/gnumeric/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6edf3a19a1f..1dc73772fae 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gnumeric/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gnumeric/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -91,15 +91,7 @@ variant database description {builds with support for GDA database} {
</span>     configure.args-replace    --without-gda --with-gda
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python27 conflicts python37 python38 description {Build Python plugin loader using python 2.7} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.python          ${prefix}/bin/python2.7
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-replace    --without-python --with-python
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append        port:py27-gobject3
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    set python_framework      ${frameworks_dir}/Python.framework/Versions/2.7
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.pkg_config_path ${python_framework}/lib/pkgconfig
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python37 conflicts python27 python38 description {Build Python plugin loader using python 3.7} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python37 conflicts python38 description {Build Python plugin loader using python 3.7} {
</span>     configure.python          ${prefix}/bin/python3.7
     configure.args-replace    --without-python --with-python
     depends_lib-append        port:py37-gobject3
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -107,7 +99,7 @@ variant python37 conflicts python27 python38 description {Build Python plugin lo
</span>     configure.pkg_config_path ${python_framework}/lib/pkgconfig
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-variant python38 conflicts python27 python37 description {Build Python plugin loader using python 3.8} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+variant python38 conflicts python37 description {Build Python plugin loader using python 3.8} {
</span>     configure.python          ${prefix}/bin/python3.8
     configure.args-replace    --without-python --with-python
     depends_lib-append        port:py38-gobject3
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -115,8 +107,7 @@ variant python38 conflicts python27 python37 description {Build Python plugin lo
</span>     configure.pkg_config_path ${python_framework}/lib/pkgconfig
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![variant_isset python27] && \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    ![variant_isset python37] && \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![variant_isset python37] && \
</span>     ![variant_isset python38] } {
     default_variants +python38
 }
</pre><pre style='margin:0'>

</pre>