<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7d006b277d4927f1212f2560f10f87a3423c314b">https://github.com/macports/macports-ports/commit/7d006b277d4927f1212f2560f10f87a3423c314b</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 7d006b277d4 py-datasets: remove multi-byte character from description
</span>7d006b277d4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 7d006b277d4927f1212f2560f10f87a3423c314b
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sun Aug 20 11:21:48 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-datasets: remove multi-byte character from description
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - Said character appears to cause some type of quiet indexing failure
</span>---
 python/py-datasets/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-datasets/Portfile b/python/py-datasets/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 153eab43b7c..59e81bc3b3d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-datasets/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-datasets/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,7 @@ supported_archs     noarch
</span> 
 description         Datasets and evaluation metrics for natural language \
                     processing and more
<span style='display:block; white-space:pre;background:#ffe0e0;'>-long_description    ðŸ¤— Datasets is a lightweight and extensible \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+long_description    Datasets is a lightweight and extensible \
</span>                     library to easily share and access datasets and \
                     evaluation metrics for Natural Language Processing \
                     (NLP) and more.
</pre><pre style='margin:0'>

</pre>