<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/5a1eb6ce6223f3fcae7c11f019c46710779bcc82">https://github.com/macports/macports-ports/commit/5a1eb6ce6223f3fcae7c11f019c46710779bcc82</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 5a1eb6ce622 volk-gnss-sdr: prepare for Python 3.10
</span>5a1eb6ce622 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5a1eb6ce6223f3fcae7c11f019c46710779bcc82
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sun Jun 13 07:05:25 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    volk-gnss-sdr: prepare for Python 3.10
</span>---
 science/volk-gnss-sdr/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/volk-gnss-sdr/Portfile b/science/volk-gnss-sdr/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 347333d6b2c..79de5c45063 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/volk-gnss-sdr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/volk-gnss-sdr/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -80,7 +80,7 @@ proc python_dir {} {
</span>     global pythons_suffixes
     foreach s ${pythons_suffixes} {
         if {[variant_isset python${s}]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            set p python[string index ${s} 0].[string index ${s} 1]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            set p python[string index ${s} 0].[string range ${s} 1 end]
</span>             return [file normalize [exec ${p} -c "import sys; print(sys.prefix)"]/lib/${p}/site-packages]
         }
     }
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,7 +89,7 @@ proc python_dir {} {
</span> 
 foreach s ${pythons_suffixes} {
     set p python${s}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set v [string index ${s} 0].[string index ${s} 1]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set v [string index ${s} 0].[string range ${s} 1 end]
</span>     set i [lsearch -exact ${pythons_ports} ${p}]
     set c [lreplace ${pythons_ports} ${i} ${i}]
     variant ${p} description "Build Volk using Python ${v}" conflicts {*}${c} "
</pre><pre style='margin:0'>

</pre>