<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/46603f582cbf51ee4b3c54bdb333d3cb30e96cfa">https://github.com/macports/macports-ports/commit/46603f582cbf51ee4b3c54bdb333d3cb30e96cfa</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 46603f582cb py-pandas: use py-cython-compat
</span>46603f582cb is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 46603f582cbf51ee4b3c54bdb333d3cb30e96cfa
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Dec 18 13:20:45 2023 +1100
<span style='display:block; white-space:pre;color:#404040;'> py-pandas: use py-cython-compat
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> This helps clear the way for py-cython to be updated to 3.x.
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> See: https://trac.macports.org/ticket/68929
</span>---
python/py-pandas/Portfile | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-pandas/Portfile b/python/py-pandas/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 58df019bea5..bba53511f85 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-pandas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-pandas/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,7 @@ maintainers {stromnov @stromnov} openmaintainer
</span>
description Powerful data structures for data analysis and statistics
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description ${description}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description {*}${description}
</span>
homepage https://pandas.pydata.org
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -67,8 +67,12 @@ if {${name} ne ${subport}} {
</span> }
}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Not yet compatible with Cython 3.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set compat_path [string replace ${python.pkgd} 0 [string length ${python.prefix}]-1 ${prefix}/lib/py${python.version}-cython-compat]
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ build.env-append PYTHONPATH=${compat_path}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:py${python.version}-cython
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:py${python.version}-cython-compat
</span>
depends_lib-append port:py${python.version}-dateutil \
port:py${python.version}-tz \
</pre><pre style='margin:0'>
</pre>