diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2024-07-25 15:36:57 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2024-07-25 15:36:57 +0000 |
commit | 5c1adfe501fa1a0aca80179e57dadfeca51d39e3 (patch) | |
tree | 0b5052b253e5864b0b4182c24bfd4ff8e31f8e52 /share | |
parent | 46559af382a40101947533333563541ca05a077d (diff) |
mention MODPY_PYBUILD=pdm
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/python-module.5 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/share/man/man5/python-module.5 b/share/man/man5/python-module.5 index 68176567178..f5cac281305 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.12 2024/05/28 16:05:39 sthen Exp $ +.\" $OpenBSD: python-module.5,v 1.13 2024/07/25 15:36:56 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: May 28 2024 $ +.Dd $Mdocdate: July 25 2024 $ .Dt PYTHON-MODULE 5 .Os .Sh NAME @@ -113,8 +113,8 @@ If the port provides a .Pa pyproject.toml file, check the "build-backend" line in the [build-system] section. .Nm -currently supports flit_core, hatchling, hatch-vcs, jupyter_packaging, -maturin, poetry-core, setuptools and setuptools_scm. +currently supports flit, flit_core, hatchling, hatch-vcs, jupyter_packaging, +maturin, pdm, poetry-core, setuptools and setuptools_scm. If no .Pa pyproject.toml is provided then it probably uses setuptools. @@ -127,7 +127,9 @@ and sets In cases where a less common backend is used, or where the build backend is distributed with the software itself, .Ev MODPY_PYBUILD -can be set to other to use the PEP 517 mechanism without adding a dependency +can be set to +.Sq other +to use the PEP 517 mechanism without adding a dependency for a backend. .Pp Older ports using setuptools still set |