<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/ed3ca63a38f5acc2ce24c1929c4849743e84ff2d">https://github.com/macports/macports-ports/commit/ed3ca63a38f5acc2ce24c1929c4849743e84ff2d</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 ed3ca63a38f py-hatchling: clear python.pep517_backend
</span>ed3ca63a38f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ed3ca63a38f5acc2ce24c1929c4849743e84ff2d
</span>Author: Marius Schamschula <mps@macports.org>
AuthorDate: Sat Apr 9 08:44:25 2022 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-hatchling: clear python.pep517_backend
</span>---
 python/py-hatchling/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<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 70a1ea23d11..77fe18f2115 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;'>@@ -22,6 +22,8 @@ python.versions     37 38 39 310
</span> 
 if {${name} ne ${subport}} {
     python.pep517   yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Bootstraps itself, no backend dependencies needed
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.pep517_backend
</span> 
     depends_lib-append  \
                     port:py${python.version}-editables \
</pre><pre style='margin:0'>

</pre>