<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/68f90a3aeb4ee4a6456653e9abc72ad8079a5c35">https://github.com/macports/macports-ports/commit/68f90a3aeb4ee4a6456653e9abc72ad8079a5c35</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 68f90a3aeb4ee4a6456653e9abc72ad8079a5c35
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Jan 31 11:16:20 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-termcolor: add Python 3.9 subport
</span><span style='display:block; white-space:pre;color:#404040;'>    - remove unnecessary declarations for 'master_sites' and 'distname'
</span>---
 python/py-termcolor/Portfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-termcolor/Portfile b/python/py-termcolor/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index af32a1c2242..3d56bd18b31 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-termcolor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-termcolor/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -10,7 +10,7 @@ platforms           darwin
</span> license             MIT
 supported_archs     noarch
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.versions     27 35 36 37 38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     27 35 36 37 38 39
</span> 
 maintainers         {stromnov @stromnov} openmaintainer
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,9 +18,6 @@ description         ANSII Color formatting for output in terminal.
</span> long_description    termcolor is a Python module to format colored output in terminal.
 
 homepage            https://pypi.python.org/pypi/termcolor
<span style='display:block; white-space:pre;background:#ffe0e0;'>-master_sites        pypi:[string index ${python.rootname} 0]/${python.rootname}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-distname            ${python.rootname}-${version}
</span> 
 checksums           rmd160  1555f55ff04abff3929dd86215dcd679c3c4813f \
                     sha256  1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b \
</pre><pre style='margin:0'>

</pre>