<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/6fa06762e7ff4c02750b9508b95b526fd1fd7a18">https://github.com/macports/macports-ports/commit/6fa06762e7ff4c02750b9508b95b526fd1fd7a18</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 6fa06762e7f py-ipython: prepare for Python 3.10
</span>6fa06762e7f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 6fa06762e7ff4c02750b9508b95b526fd1fd7a18
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sat Jun 12 09:57:40 2021 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-ipython: prepare for Python 3.10
</span>---
python/py-ipython/Portfile | 2 +-
1 file changed, 1 insertion(+), 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 3690ee22fa4..4937e856edb 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;'>@@ -26,7 +26,7 @@ checksums rmd160 32e22ecba08aed4df660063af9274ab4d7ccdbb6 \
</span> size 5146561
if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set python_major [string range ${python.version} 0 end-1]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set python_major [string index ${python.version} 0]
</span>
depends_run-append port:ipython_select \
port:ipython${python_major}_select
</pre><pre style='margin:0'>
</pre>