<pre style='margin:0'>
Andrey Stromnov (stromnov) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2ce8b7fc476954f54546f75ee120814a44325a9d">https://github.com/macports/macports-ports/commit/2ce8b7fc476954f54546f75ee120814a44325a9d</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 2ce8b7fc476 py-cython: avoid archaic Xcode clang of 10.6
</span>2ce8b7fc476 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 2ce8b7fc476954f54546f75ee120814a44325a9d
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Fri Apr 26 01:39:06 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> py-cython: avoid archaic Xcode clang of 10.6
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/67380
</span>---
python/py-cython/Portfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-cython/Portfile b/python/py-cython/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index aae128418a1..61c021feeaa 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-cython/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-cython/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +34,8 @@ if {${name} ne ${subport}} {
</span> port:py${python.version}-setuptools
# https://github.com/macports/macports-ports/commit/760996927a0a2b5c0d9871670155d64f840dff8e#commitcomment-74373855
<span style='display:block; white-space:pre;background:#ffe0e0;'>- compiler.blacklist-append *gcc-3.* *gcc-4.*
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # https://trac.macports.org/ticket/67380
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ compiler.blacklist-append *gcc-3.* *gcc-4.* {clang < 421}
</span>
depends_run port:cython_select
test.run no
</pre><pre style='margin:0'>
</pre>