git: 97741a0217bc - main - python.mk: document individual module variables
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Mar 2023 04:13:14 UTC
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