<pre style='margin:0'>
Aljaž Srebrnič (g5pw) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9c81d6f09efa779e483480e044bdf2ee36c34a57">https://github.com/macports/macports-ports/commit/9c81d6f09efa779e483480e044bdf2ee36c34a57</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9c81d6f09efa779e483480e044bdf2ee36c34a57
</span>Author: Ivan Larionov <xeron.oskom@gmail.com>
AuthorDate: Mon Jan 16 01:52:05 2017 -0800

<span style='display:block; white-space:pre;color:#404040;'>    py-wcwidth: better pypi port template usage.
</span>---
 python/py-wcwidth/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 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 a169bda..6df4662 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;'>@@ -14,9 +14,9 @@ long_description    ${description}
</span> 
 python.versions     27 34 35 36
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-homepage            https://pypi.python.org/pypi/wcwidth/
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        pypi:w/wcwidth
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-distname            wcwidth-${version}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+homepage            https://pypi.python.org/pypi/${python.rootname}/
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+distname            ${python.rootname}-${version}
</span> 
 checksums           rmd160  11891327c61ce243072d1bfc1fdd589037d4c113 \
                     sha256  3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e
</pre><pre style='margin:0'>

</pre>