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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3f5b6d919dcf1055e5b9d623ca601ff2bd4a3cb5">https://github.com/macports/macports-ports/commit/3f5b6d919dcf1055e5b9d623ca601ff2bd4a3cb5</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3f5b6d919dcf1055e5b9d623ca601ff2bd4a3cb5
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Oct 29 10:39:01 2020 +0000

<span style='display:block; white-space:pre;color:#404040;'>    py-ipython: Add python 3.9 version
</span>---
 python/py-ipython/Portfile           | 2 +-
 python/py-ipython/files/py39-ipython | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-ipython/Portfile b/python/py-ipython/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index ba52d617bab..783373537c3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-ipython/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-ipython/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,7 @@ platforms           darwin
</span> license             BSD
 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         {aronnax @lpsinger} {stromnov @stromnov} openmaintainer
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-ipython/files/py39-ipython b/python/py-ipython/files/py39-ipython
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 00000000000..8ae59da3b07
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>--- /dev/null
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-ipython/files/py39-ipython
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -0,0 +1,3 @@
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.9/bin/iptest
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.9/bin/ipython
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.9/share/man/man1/ipython.1
</span></pre><pre style='margin:0'>

</pre>