<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fd1f3d42c7f765798d9a43261c28cdaf7bf18af2">https://github.com/macports/macports-ports/commit/fd1f3d42c7f765798d9a43261c28cdaf7bf18af2</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 fd1f3d42c7f gsettings-desktop-schemas: update to python 3.10
</span>fd1f3d42c7f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fd1f3d42c7f765798d9a43261c28cdaf7bf18af2
</span>Author: Lukas Oberhuber <lukaso@gmail.com>
AuthorDate: Fri Sep 30 10:24:48 2022 +0100

<span style='display:block; white-space:pre;color:#404040;'>    gsettings-desktop-schemas: update to python 3.10
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Updates build dependency to python 3.10
</span>---
 gnome/gsettings-desktop-schemas/Portfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/gsettings-desktop-schemas/Portfile b/gnome/gsettings-desktop-schemas/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 06d59bdb978..a5fe0d1c848 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/gsettings-desktop-schemas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/gsettings-desktop-schemas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,14 +29,14 @@ supported_archs     noarch
</span> 
 depends_build-append \
                     port:pkgconfig \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:python310
</span> 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     path:lib/pkgconfig/gobject-introspection-1.0.pc:gobject-introspection
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# make sure post-install.py uses python3.8 not generic python3
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# make sure post-install.py uses python3.10 not generic python3
</span> post-patch {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    reinplace "s|#!.*|#!${prefix}/bin/python3.8|" ${worksrcpath}/build-aux/meson/post-install.py
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    reinplace "s|#!.*|#!${prefix}/bin/python3.10|" ${worksrcpath}/build-aux/meson/post-install.py
</span> }
 
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
</pre><pre style='margin:0'>

</pre>