<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bc5f176c3c75f36d0b7d43185ff80129c0b97d50">https://github.com/macports/macports-ports/commit/bc5f176c3c75f36d0b7d43185ff80129c0b97d50</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 bc5f176  py-wxpython-4.0: fix invalid options
</span>bc5f176 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bc5f176c3c75f36d0b7d43185ff80129c0b97d50
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Feb 7 18:50:58 2020 +1100

<span style='display:block; white-space:pre;color:#404040;'>    py-wxpython-4.0: fix invalid options
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fix invalid maintainers. Remove conflicts with nonexistent ports.
</span><span style='display:block; white-space:pre;color:#404040;'>    Remove redundant python.default_version.
</span>---
 python/py-wxpython-4.0/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-wxpython-4.0/Portfile b/python/py-wxpython-4.0/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 4352c48..4b9ab00 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-wxpython-4.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-wxpython-4.0/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,7 @@ set branch          [join [lrange [split ${version} .] 0 1] .]
</span> categories-append   graphics devel
 license             wxwidgets-3.1
 platforms           darwin
<span style='display:block; white-space:pre;background:#ffe0e0;'>-maintainers         openmaintainer
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+maintainers         nomaintainer
</span> 
 description         Python interface to the wxWidgets ${branch} cross platform GUI
 long_description    wxPython is a GUI toolkit for the Python programming \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -30,11 +30,11 @@ checksums           rmd160  0acb106cb0095a743096875449a23454c8d4378c \
</span>                     size    68891167
 
 python.versions     27 35 36 37 38
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.default_version 37
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> 
 if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    conflicts       py${python.version}-wxpython-2.8 py${python.version}-wxpython-3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    if {${python.version} == 27} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+      conflicts       py${python.version}-wxpython-2.8 py${python.version}-wxpython-3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    }
</span>     # As long as wxPython and wxWidgets are at the same version,
     # this port could also depend on wxWidgets-3.0.
     # A separate port is there just because wxPython usually lags behind.
</pre><pre style='margin:0'>

</pre>