<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/196a2644cf963c38c76125979d9d842b9a4077fd">https://github.com/macports/macports-ports/commit/196a2644cf963c38c76125979d9d842b9a4077fd</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 196a2644cf9 hyfetch: Use Python 3.13
</span>196a2644cf9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 196a2644cf963c38c76125979d9d842b9a4077fd
</span>Author: Keto <therealketo@gmail.com>
AuthorDate: Sat Mar 8 00:20:00 2025 -0500

<span style='display:block; white-space:pre;color:#404040;'>    hyfetch: Use Python 3.13
</span>---
 python/hyfetch/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/hyfetch/Portfile b/python/hyfetch/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b09cb87370e..5899a8563e1 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/hyfetch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/hyfetch/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -6,7 +6,7 @@ PortGroup               python 1.0
</span> python.rootname         HyFetch
 name                    [string tolower ${python.rootname}]
 version                 1.99.0
<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       sysutils
 platforms               {darwin any}
 supported_archs         noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +23,7 @@ checksums               rmd160  8e652106a8ca71d3a2a35d62510972db747daefe \
</span>                         size    440751
 
 # This should stay consistent with the python PG default
<span style='display:block; white-space:pre;background:#ffe0e0;'>-python.default_version  312
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+python.default_version  313
</span> 
 variant fastfetch description {Use fastfetch backend} {
     depends_run-append  path:bin/fastfetch:fastfetch
</pre><pre style='margin:0'>

</pre>