From: sthen Date: Sun, 14 Apr 2024 12:09:28 +0000 (+0000) Subject: add maturin as MODPY_PYBUILD backend X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=56d65d052d3acbf55eaa48a58a111167afe71ade;p=openbsd add maturin as MODPY_PYBUILD backend --- diff --git a/share/man/man5/python-module.5 b/share/man/man5/python-module.5 index 67d8435b586..39546b30e5c 100644 --- a/share/man/man5/python-module.5 +++ b/share/man/man5/python-module.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: python-module.5,v 1.9 2023/12/22 12:51:53 sthen Exp $ +.\" $OpenBSD: python-module.5,v 1.10 2024/04/14 12:09:28 sthen Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 22 2023 $ +.Dd $Mdocdate: April 14 2024 $ .Dt PYTHON-MODULE 5 .Os .Sh NAME @@ -114,7 +114,7 @@ If the port provides a file, check the "build-backend" line in the [build-system] section. .Nm currently supports flit_core, hatchling, hatch-vcs, jupyter_packaging, -poetry-core, setuptools and setuptools_scm. +maturin, poetry-core, setuptools and setuptools_scm. If no .Pa pyproject.toml is provided then it probably uses setuptools.