<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/fec4aa24044955e7c7f6a5f8e84a8b82612a4f95">https://github.com/macports/macports-ports/commit/fec4aa24044955e7c7f6a5f8e84a8b82612a4f95</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 fec4aa24044 py-hatchling: remove circular dependency
</span>fec4aa24044 is described below

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

<span style='display:block; white-space:pre;color:#404040;'>    py-hatchling: remove circular dependency
</span>---
 python/py-hatchling/Portfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

<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 3a90509cdf8..70a1ea23d11 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;'>@@ -21,8 +21,7 @@ checksums           rmd160  719fdbb6b808bb53bf57843e39af2e0a2a17a0f8 \
</span> python.versions     37 38 39 310
 
 if {${name} ne ${subport}} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    python.pep517           yes
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    python.pep517_backend   hatch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    python.pep517   yes
</span> 
     depends_lib-append  \
                     port:py${python.version}-editables \
</pre><pre style='margin:0'>

</pre>