<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/45e43c692faa3c75c8c036745b84b73300526ed2">https://github.com/macports/macports-ports/commit/45e43c692faa3c75c8c036745b84b73300526ed2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 45e43c692faa3c75c8c036745b84b73300526ed2
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Dec 21 20:48:50 2019 -0500

<span style='display:block; white-space:pre;color:#404040;'>    unicode: use Python 3.7
</span>---
 textproc/unicode/Portfile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/unicode/Portfile b/textproc/unicode/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1b54ff7..cc258ad 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/unicode/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/unicode/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -21,9 +21,9 @@ checksums           rmd160  d0c19391989c6afa845377232d3e54483c8fbcc3 \
</span> 
 worksrcdir          ${name}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_run         port:python34
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_run         port:python37
</span> 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.python    ${prefix}/bin/python3.4
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.python    ${prefix}/bin/python3.7
</span> 
 use_configure       no
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,7 +40,7 @@ destroot {
</span> }
 
 if {${name} eq ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision            1
</span> 
     description         displays properties for a given Unicode character \
                         or searches for a given character name
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,7 +56,7 @@ if {${name} eq ${subport}} {
</span> }
 
 subport paracode {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision            0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision            1
</span> 
     description         converts UTF-8 input to use different codepoints
 
</pre><pre style='margin:0'>

</pre>