Skip to content

Commit 51d6366

Browse files
committed
python.Portfile: add comment about 'python.pep517_backend'
1 parent 1b4fe47 commit 51d6366

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

upt_macports/templates/python.Portfile

+5
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ homepage {{ pkg.homepage }}
2424
{% block versions %}
2525

2626
python.versions 312
27+
## there are different PEP517-compliant backend available that can be used to build Python
28+
## packages. The python PortGroup set 'python.pep517_backend setuptools' as default; if a
29+
## port is using another backend, then the line below should be modified accordingly. Valid
30+
## options are: 'flit', 'hatch', 'poetry', 'maturin', or 'meson'.
31+
# python.pep517_backend
2732

2833
{% endblock %}
2934

0 commit comments

Comments
 (0)