summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorcheusov <cheusov>2012-09-16 20:03:50 +0000
committercheusov <cheusov>2012-09-16 20:03:50 +0000
commitf150121438184fae4224127ee9b0b65d2512c721 (patch)
treece35101ebfc8f4248e81f7754053eff8daa42ee9 /lang/python
parentc193d8e1637a016336f7404dc416693e58645e80 (diff)
downloadpkgsrc-f150121438184fae4224127ee9b0b65d2512c721.tar.gz
Update documentation for {PYTHON,RUBY,PHP}_VERSION_REQD variables, move them
to "user variables" section. pkglint is now aware of them. Bump pkglint version. Oked by wiz@
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyversion.mk10
1 files changed, 9 insertions, 1 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index 61503cddc3f..dddfcae19d7 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.100 2012/08/01 19:07:20 drochner Exp $
+# $NetBSD: pyversion.mk,v 1.101 2012/09/16 20:03:50 cheusov Exp $
# This file determines which Python version is used as a dependency for
# a package.
@@ -11,6 +11,14 @@
# Possible values: 25 26 27 31 32
# Default: 27
#
+# PYTHON_VERSION_REQD
+# Python version to use. This is a user variable and
+# should not be set in packages.
+# Normally it is used by bulk build tools.
+#
+# Possible: ${PYTHON_VERSIONS_ACCEPTED}
+# Default: ${PYTHON_VERSION_DEFAULT}
+#
# === Package-settable variables ===
#
# PYTHON_VERSIONS_ACCEPTED