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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c0526d00100c27f9f9542dfc0f52db4f8a05c245">https://github.com/macports/macports-ports/commit/c0526d00100c27f9f9542dfc0f52db4f8a05c245</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 c0526d00100 py-funcsigs: add py39 subport
</span>c0526d00100 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c0526d00100c27f9f9542dfc0f52db4f8a05c245
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Mon Oct 12 18:28:19 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-funcsigs: add py39 subport
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    remove Python 2.6 from description
</span>---
 python/py-funcsigs/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-funcsigs/Portfile b/python/py-funcsigs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1668a9b2e40..d17bfd54498 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-funcsigs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-funcsigs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -11,11 +11,11 @@ platforms           darwin
</span> license             Apache-2
 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:#ffe0e0;'>-description         Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+description         Python function signatures from PEP362 for Python 2.7 and 3.2+
</span> long_description    ${description}
 
 homepage            https://funcsigs.readthedocs.org/
</pre><pre style='margin:0'>

</pre>