Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2023 04:13:14 GMT
From:      Charlie Li <vishwin@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 97741a0217bc - main - python.mk: document individual module variables
Message-ID:  <202303090413.3294DEn6013415@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vishwin:

URL: https://cgit.FreeBSD.org/ports/commit/?id=97741a0217bc2671be32ac5f1d4c8cabbbb2a01c

commit 97741a0217bc2671be32ac5f1d4c8cabbbb2a01c
Author:     Charlie Li <vishwin@FreeBSD.org>
AuthorDate: 2023-03-09 04:11:08 +0000
Commit:     Charlie Li <vishwin@FreeBSD.org>
CommitDate: 2023-03-09 04:11:08 +0000

    python.mk: document individual module variables
    
    ...except PY_PILLOW, which has been redundant since Python 3.5 removal
    and is slowly being removed.
---
 Mk/Uses/python.mk | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk
index a8145a661810..0c118de3058c 100644
--- a/Mk/Uses/python.mk
+++ b/Mk/Uses/python.mk
@@ -278,6 +278,14 @@
 # PYDISTUTILS_INSTALLNOSINGLE
 #			- Deprecated without replacement
 #
+# Dependency lines of selected Python modules:
+#
+# PYGAME			- pygame port
+# PYNUMPY			- NumPy port
+# PY_MERCURIAL			- mercurial port, PKGNAME varies based on default
+#				  Python version
+# PY_BOOST			- Boost Python libraries port
+#
 # The following variables may be set by the user:
 #
 # PYTEST_ENABLE_ALL_TESTS	- Enable tests skipped by PYTEST_BROKEN_TESTS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303090413.3294DEn6013415>