<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/2e32787f63a11434806803cdfc2137244fe5a4a7">https://github.com/macports/macports-ports/commit/2e32787f63a11434806803cdfc2137244fe5a4a7</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 2e32787f63a py-eli5: mark noarch, platforms darwin any
</span>2e32787f63a is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2e32787f63a11434806803cdfc2137244fe5a4a7
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Wed Jan 11 01:34:00 2023 +1100

<span style='display:block; white-space:pre;color:#404040;'>    py-eli5: mark noarch, platforms darwin any
</span>---
 python/py-eli5/Portfile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-eli5/Portfile b/python/py-eli5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 572b2175bb6..4aa1519d30b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-eli5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-eli5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,13 +9,15 @@ name                py-${github.project}
</span> revision            1
 
 categories-append   math
<span style='display:block; white-space:pre;background:#e0ffe0;'>+platforms           {darwin any}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+supported_archs     noarch
</span> license             MIT
 maintainers         nomaintainer
 
 description         A library for debugging/inspecting machine learning\
                     classifiers and explaining their predictions
 
<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>                     It provides support for the following machine\
                     learning frameworks and packages: scikit-learn,\
                     Keras, xgboost, LightGBM, CatBoost, lightning,\
</pre><pre style='margin:0'>

</pre>