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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/196732e9839e5b8cde37ded4afbfa69c477fac3e">https://github.com/macports/macports-ports/commit/196732e9839e5b8cde37ded4afbfa69c477fac3e</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 196732e9839 py-hatchling: add missing dependency on py-trove-classifiers
</span>196732e9839 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 196732e9839e5b8cde37ded4afbfa69c477fac3e
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Sun Apr 2 19:30:33 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-hatchling: add missing dependency on py-trove-classifiers
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/67185
</span>---
 python/py-hatchling/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-hatchling/Portfile b/python/py-hatchling/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index db7c7b6bbb1..17b47d936e8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-hatchling/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-hatchling/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -29,7 +29,8 @@ if {${name} ne ${subport}} {
</span>     depends_lib-append  \
                     port:py${python.version}-editables \
                     port:py${python.version}-pathspec \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:py${python.version}-pluggy
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-pluggy \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:py${python.version}-trove-classifiers
</span> 
     select.group    hatchling
     select.file     ${filespath}/py${python.version}-hatchling
</pre><pre style='margin:0'>

</pre>