<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/9d65b35685be21f035d5a8ed7867f661fe38f5fd">https://github.com/macports/macports-ports/commit/9d65b35685be21f035d5a8ed7867f661fe38f5fd</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 9d65b35685b python311: Blacklist macports-clang-15+
</span>9d65b35685b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9d65b35685be21f035d5a8ed7867f661fe38f5fd
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Mar 25 09:13:00 2023 +0000

<span style='display:block; white-space:pre;color:#404040;'>    python311: Blacklist macports-clang-15+
</span>---
 lang/python311/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/python311/Portfile b/lang/python311/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f0c8b495f95..9e706067522 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/python311/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/python311/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -2,6 +2,7 @@
</span> 
 PortSystem 1.0
 PortGroup select 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span> 
 name                python311
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,6 +63,8 @@ depends_run         port:python_select \
</span>                     port:python3_select
 
 compiler.c_standard 2011
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/macports/macports-ports/commit/347cd6ba812a9831a4728c5d61328718bb96e8e5#commitcomment-105965929
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {macports-clang-1[5-9]}
</span> 
 # ensurepip arg may be removed later, now conflicts with pip and setuptools
 # packages
</pre><pre style='margin:0'>

</pre>