summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2022-12-06 16:18:52 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2022-12-06 16:18:52 +0000
commitb1c928a00f78955dd913e0075668aa669dff0cd6 (patch)
treecf7a0c8a6540f786d16ffe9be803b4895011aa13
parent548af3157444b16b364956c694f6b22720513a51 (diff)
list hatch-vcs for MODPY_PYBUILD
-rw-r--r--share/man/man5/python-module.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/python-module.5 b/share/man/man5/python-module.5
index dbb813a479b..032cbb1fdb0 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.6 2022/09/17 12:17:52 sthen Exp $
+.\" $OpenBSD: python-module.5,v 1.7 2022/12/06 16:18:51 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: September 17 2022 $
+.Dd $Mdocdate: December 6 2022 $
.Dt PYTHON-MODULE 5
.Os
.Sh NAME
@@ -113,7 +113,7 @@ 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, poetry-core, setuptools
+currently supports flit_core, hatchling, hatch-vcs, poetry-core, setuptools
and setuptools_scm.
If no
.Pa pyproject.toml