https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255722
--- Comment #34 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc8a1878e0242055ab6a8c20d33654451f78720e commit cc8a1878e0242055ab6a8c20d33654451f78720e Author: Charlie Li <vish...@freebsd.org> AuthorDate: 2022-11-16 23:31:40 +0000 Commit: Charlie Li <vish...@freebsd.org> CommitDate: 2023-01-11 05:22:16 +0000 python.mk: introduce USE_PYTHON=pep517 for PEP-517 support USE_PYTHON=pep517 takes no arguments. Operation is similar to USE_PYTHON=distutils, although the build backend specified in pyproject.toml is to be specified in BUILD_DEPENDS explicitly. A usage guide and implementation primer is available at: https://wiki.freebsd.org/Python/PEP-517 With hat: python Approved by: fluffy (mentor) Co-authored by: yuri PR: 255722 Differential Revision: https://reviews.freebsd.org/D36290 CHANGES | 13 ++++++++++ Mk/Uses/python.mk | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 87 insertions(+), 3 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.