<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/332a5dc8021643850929438863ba05ddc2a641c6">https://github.com/macports/macports-ports/commit/332a5dc8021643850929438863ba05ddc2a641c6</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 332a5dc8021643850929438863ba05ddc2a641c6
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Thu Dec 12 09:28:17 2019 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-wcwidth: remove py34 subport, default PyPI livecheck
</span>---
python/py-wcwidth/Portfile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-wcwidth/Portfile b/python/py-wcwidth/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index cb86708..0f14c29 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-wcwidth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-wcwidth/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,7 @@ maintainers {@xeron gmail.com:xeron.oskom} openmaintainer
</span> description Library for building powerful interactive command lines in Python
long_description ${description}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions 27 34 35 36 37 38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions 27 35 36 37 38
</span>
homepage https://pypi.python.org/pypi/${python.rootname}/
master_sites pypi:[string index ${python.rootname} 0]/${python.rootname}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +25,4 @@ checksums rmd160 11891327c61ce243072d1bfc1fdd589037d4c113 \
</span> if {${name} ne ${subport}} {
depends_build-append port:py${python.version}-setuptools
livecheck.type none
<span style='display:block; white-space:pre;background:#ffe0e0;'>-} else {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- livecheck.type pypi
</span> }
</pre><pre style='margin:0'>
</pre>