<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository upt-macports.

</pre>
<p><a href="https://github.com/macports/upt-macports/commit/51d6366775439be291d0ff123d901d26343bca81">https://github.com/macports/upt-macports/commit/51d6366775439be291d0ff123d901d26343bca81</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 51d6366775439be291d0ff123d901d26343bca81
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Sat Feb 3 14:27:21 2024 -0500

<span style='display:block; white-space:pre;color:#404040;'>    python.Portfile: add comment about 'python.pep517_backend'
</span>---
 upt_macports/templates/python.Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/upt_macports/templates/python.Portfile b/upt_macports/templates/python.Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 0b5c535..8ba5033 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/upt_macports/templates/python.Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/upt_macports/templates/python.Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,6 +24,11 @@ homepage            {{ pkg.homepage }}
</span> {% block versions %}
 
 python.versions     312
<span style='display:block; white-space:pre;background:#e0ffe0;'>+## there are different PEP517-compliant backend available that can be used to build Python
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+## packages. The python PortGroup set 'python.pep517_backend setuptools' as default; if a
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+## port is using another backend, then the line below should be modified accordingly. Valid
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+## options are: 'flit', 'hatch', 'poetry', 'maturin', or 'meson'.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# python.pep517_backend
</span> 
 {% endblock %}
 
</pre><pre style='margin:0'>

</pre>