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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/71c62468643e69ded06442572f8b2ed2350b7a07">https://github.com/macports/macports-ports/commit/71c62468643e69ded06442572f8b2ed2350b7a07</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 71c62468643e69ded06442572f8b2ed2350b7a07
</span>Author: Andrey Stromnov <stromnov@macports.org>
AuthorDate: Fri Oct 18 13:58:24 2019 +0300

<span style='display:block; white-space:pre;color:#404040;'>    py-ipython: add py38 subport
</span>---
 python/py-ipython/Portfile            | 2 +-
 python/py-ipython/files/py38-ipython  | 3 +++
 python/py-ipython/files/py38-ipython3 | 3 +++
 3 files changed, 7 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 7694245..72ff4f7 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 34 35 36 37
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.versions     27 34 35 36 37 38
</span> 
 maintainers         {aronnax @lpsinger} {stromnov @stromnov} openmaintainer
 
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-ipython/files/py38-ipython b/python/py-ipython/files/py38-ipython
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 0000000..926328a
</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/py38-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.8/bin/iptest
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.8/bin/ipython
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/ipython.1
</span><span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-ipython/files/py38-ipython3 b/python/py-ipython/files/py38-ipython3
</span>new file mode 100644
<span style='display:block; white-space:pre;color:#808080;'>index 0000000..cfedc00
</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/py38-ipython3
</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.8/bin/iptest3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.8/bin/ipython3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/ipython.1
</span></pre><pre style='margin:0'>

</pre>