<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/fe3aab54283a959bf5817bdf0f57f6fd42222f36">https://github.com/macports/macports-ports/commit/fe3aab54283a959bf5817bdf0f57f6fd42222f36</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit fe3aab54283a959bf5817bdf0f57f6fd42222f36
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Dec 21 20:53:31 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    ninja-ide: set known_fail
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Package currently does not work on non-EOL Python versions. If/when
</span><span style='display:block; white-space:pre;color:#404040;'>    upstream resolves that the port can be updated.
</span>---
 python/ninja-ide/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/ninja-ide/Portfile b/python/ninja-ide/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1e0ab89b580..fb8d43580c2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/ninja-ide/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/ninja-ide/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,13 @@ github.setup        ninja-ide ninja-ide 2.4 v
</span> github.tarball_from archive
 revision            1
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# currently no support for non-EOL Python versions, and this is the only dependent
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# for the py38-pyqt5 subport that I want to remove. There is possibly some upstream
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# activity (https://github.com/ninja-ide/ninja-ide/pull/2147 and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/ninja-ide/ninja-ide/issues/2146) to get this resolved, and, if
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# that happens the port can be updated and the line below removed.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+known_fail          yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> categories-append   devel
 supported_archs     noarch
 platforms           {darwin any}
</pre><pre style='margin:0'>

</pre>