<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/54b4a1334b4655afb94104bea6daf32a21ec0ed5">https://github.com/macports/macports-ports/commit/54b4a1334b4655afb94104bea6daf32a21ec0ed5</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 54b4a1334b4 py-numpy: fix dependencies
</span>54b4a1334b4 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 54b4a1334b4655afb94104bea6daf32a21ec0ed5
</span>Author: Monson Shao <holymonson@gmail.com>
AuthorDate: Sat Nov 23 17:06:34 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> py-numpy: fix dependencies
</span>---
python/py-numpy/Portfile | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-numpy/Portfile b/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5edbf9cc2c8..65f709d656a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup compiler_blacklist_versions 1.0
</span>
name py-numpy
version 1.26.4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision 2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision 3
</span>
# stealth update recipe, due to swith to PyPI
dist_subdir ${name}/${version}_1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -90,7 +90,8 @@ if {${name} ne ${subport}} {
</span> }
depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- path:bin/pkg-config:pkgconfig
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ path:bin/pkg-config:pkgconfig \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ path:bin/cython-${python.branch}:py${python.version}-cython
</span>
build.env-append CYTHON=${prefix}/bin/cython-${python.branch}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -103,9 +104,6 @@ if {${name} ne ${subport}} {
</span> # https://trac.macports.org/ticket/67136
depends_run-append port:py${python.version}-oldest-supported-numpy
<span style='display:block; white-space:pre;background:#ffe0e0;'>- depends_lib-append port:fftw-3 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- path:bin/cython-${python.branch}:py${python.version}-cython
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # NumPy (and SciPy) only support the Accelerate framework for macOS 13.3+
# see: https://github.com/numpy/numpy/blob/v1.26.4/INSTALL.rst#macos
if {${os.platform} eq "darwin" && (${os.major} > 22 || ${os.major} == 22 && ${os.minor} >= 4)} {
</pre><pre style='margin:0'>
</pre>