<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/cc3197995324bb97878f5e042201e4fe25696c6b">https://github.com/macports/macports-ports/commit/cc3197995324bb97878f5e042201e4fe25696c6b</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 cc319799532 py-hatchling: directly use hatchling_select
</span>cc319799532 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit cc3197995324bb97878f5e042201e4fe25696c6b
</span>Author: Marius Schamschula <mschamschula@gmail.com>
AuthorDate: Wed May 31 10:10:36 2023 -0500
<span style='display:block; white-space:pre;color:#404040;'> py-hatchling: directly use hatchling_select
</span>---
python/py-hatchling/Portfile | 2 +-
1 file changed, 1 insertion(+), 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 a141d5ccad4..215fbc3d097 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;'>@@ -34,7 +34,7 @@ if {${name} ne ${subport}} {
</span> port:py${python.version}-trove-classifiers
depends_run-append \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:${name}_select
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ port:hatchling_select
</span>
select.group hatchling
select.file ${filespath}/py${python.version}-hatchling
</pre><pre style='margin:0'>
</pre>