<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/187d8968ed0e9d1d3b38128f71088f27daff4da0">https://github.com/macports/macports-ports/commit/187d8968ed0e9d1d3b38128f71088f27daff4da0</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 187d8968ed0 recode: Use python312
</span>187d8968ed0 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 187d8968ed0e9d1d3b38128f71088f27daff4da0
</span>Author: Ryan Carsten Schmidt <ryandesign@macports.org>
AuthorDate: Mon Jan 1 20:00:25 2024 -0600
<span style='display:block; white-space:pre;color:#404040;'> recode: Use python312
</span>---
textproc/recode/Portfile | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/textproc/recode/Portfile b/textproc/recode/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c4ce1572903..cb43bea9486 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/textproc/recode/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/textproc/recode/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -23,7 +23,7 @@ long_description This recode program has the purpose of converting files \
</span>
github.tarball_from releases
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set python.branch 3.11
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+set python.branch 3.12
</span> set python.version [join [split ${python.branch} "."] ""]
set python.prefix ${frameworks_dir}/Python.framework/Versions/${python.branch}
set python.bin ${python.prefix}/bin/python${python.branch}
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -45,6 +45,8 @@ configure.checks.implicit_function_declaration.whitelist-append strchr
</span>
configure.python ${python.bin}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args ac_cv_prog_CYTHON=${cython.bin}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> post-destroot {
delete ${destroot}${prefix}/lib/charset.alias
delete ${destroot}${prefix}/share/info/dir
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,6 +59,3 @@ post-destroot {
</span>
test.run yes
test.target check
<span style='display:block; white-space:pre;background:#ffe0e0;'>-test.env CC=${configure.cc}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-test.args PYTHON=${python.bin} \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- CYTHON=${cython.bin}
</span></pre><pre style='margin:0'>
</pre>