<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/74c013d863af738bc48ec574c547fb182b6f5f51">https://github.com/macports/macports-ports/commit/74c013d863af738bc48ec574c547fb182b6f5f51</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 74c013d863af738bc48ec574c547fb182b6f5f51
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Fri Jan 28 19:26:56 2022 -0600
<span style='display:block; white-space:pre;color:#404040;'> py-ipython: Fix select files for ipython 8
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> iptest and iptest3 were removed in ipython 8.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See https://ipython.readthedocs.io/en/stable/whatsnew/version8.html#dependencies-changes-downstream-packaging
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/64500
</span>---
python/py-ipython/Portfile | 3 +--
python/py-ipython/files/py310-ipython | 2 +-
python/py-ipython/files/py310-ipython3 | 2 +-
python/py-ipython/files/py38-ipython | 2 +-
python/py-ipython/files/py38-ipython3 | 2 +-
python/py-ipython/files/py39-ipython | 2 +-
python/py-ipython/files/py39-ipython3 | 2 +-
7 files changed, 7 insertions(+), 8 deletions(-)
<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 013e8a208fe..050b3f6d587 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;'>@@ -6,9 +6,8 @@ PortGroup select 1.0
</span>
name py-ipython
version 8.0.1
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 1
</span> categories-append devel science
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license BSD
supported_archs noarch
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-ipython/files/py310-ipython b/python/py-ipython/files/py310-ipython
</span><span style='display:block; white-space:pre;color:#808080;'>index 7948a8e9921..8b35e2ddac2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-ipython/files/py310-ipython
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-ipython/files/py310-ipython
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,3 +1,3 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.10/bin/iptest
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-
</span> ${frameworks_dir}/Python.framework/Versions/3.10/bin/ipython
${frameworks_dir}/Python.framework/Versions/3.10/share/man/man1/ipython.1
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-ipython/files/py310-ipython3 b/python/py-ipython/files/py310-ipython3
</span><span style='display:block; white-space:pre;color:#808080;'>index e4ac05d486a..9e1706e8f68 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-ipython/files/py310-ipython3
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-ipython/files/py310-ipython3
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,3 +1,3 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.10/bin/iptest3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-
</span> ${frameworks_dir}/Python.framework/Versions/3.10/bin/ipython3
${frameworks_dir}/Python.framework/Versions/3.10/share/man/man1/ipython.1
<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><span style='display:block; white-space:pre;color:#808080;'>index 926328ada0e..1cb569beb53 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-ipython/files/py38-ipython
</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;'>@@ -1,3 +1,3 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.8/bin/iptest
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-
</span> ${frameworks_dir}/Python.framework/Versions/3.8/bin/ipython
${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/ipython.1
<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><span style='display:block; white-space:pre;color:#808080;'>index cfedc00c7e9..420f2aa4f4b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-ipython/files/py38-ipython3
</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;'>@@ -1,3 +1,3 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.8/bin/iptest3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-
</span> ${frameworks_dir}/Python.framework/Versions/3.8/bin/ipython3
${frameworks_dir}/Python.framework/Versions/3.8/share/man/man1/ipython.1
<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><span style='display:block; white-space:pre;color:#808080;'>index 8ae59da3b07..fd6001f63b4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-ipython/files/py39-ipython
</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;'>@@ -1,3 +1,3 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.9/bin/iptest
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-
</span> ${frameworks_dir}/Python.framework/Versions/3.9/bin/ipython
${frameworks_dir}/Python.framework/Versions/3.9/share/man/man1/ipython.1
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-ipython/files/py39-ipython3 b/python/py-ipython/files/py39-ipython3
</span><span style='display:block; white-space:pre;color:#808080;'>index 8fc051f3ff9..ea52b4e6653 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-ipython/files/py39-ipython3
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-ipython/files/py39-ipython3
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,3 +1,3 @@
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-${frameworks_dir}/Python.framework/Versions/3.9/bin/iptest3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+-
</span> ${frameworks_dir}/Python.framework/Versions/3.9/bin/ipython3
${frameworks_dir}/Python.framework/Versions/3.9/share/man/man1/ipython.1
</pre><pre style='margin:0'>
</pre>