summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/guide/files/creating.xml4
-rw-r--r--doc/pkgsrc.html2
-rw-r--r--doc/pkgsrc.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/guide/files/creating.xml b/doc/guide/files/creating.xml
index 8474d0af04e..1daa4de2e6e 100644
--- a/doc/guide/files/creating.xml
+++ b/doc/guide/files/creating.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: creating.xml,v 1.13 2013/10/12 11:58:49 rillig Exp $ -->
+<!-- $NetBSD: creating.xml,v 1.14 2014/01/12 09:43:30 wiz Exp $ -->
<chapter id="creating">
<title>Creating a new pkgsrc package from scratch</title>
@@ -152,7 +152,7 @@ If the default Python versions are not supported by the software, set the
the software is known to work with, from the most recent to the older
one, e.g.
<programlisting>
-PYTHON_VERSIONS_ACCEPTED= 31 27 26
+PYTHON_VERSIONS_ACCEPTED= 33 27 26
</programlisting></para>
<para>
diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html
index 978f60aa4cd..d96d54f6f7b 100644
--- a/doc/pkgsrc.html
+++ b/doc/pkgsrc.html
@@ -4070,7 +4070,7 @@ the software is known to work with, from the most recent to the older
one, e.g.
</p>
<pre class="programlisting">
-PYTHON_VERSIONS_ACCEPTED= 31 27 26
+PYTHON_VERSIONS_ACCEPTED= 33 27 26
</pre>
<p>
If the packaged software is a Python module, include
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index eee07aa588a..026e1723a7b 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -3569,7 +3569,7 @@ If the default Python versions are not supported by the software, set the
PYTHON_VERSIONS_ACCEPTED variable to the Python versions the software is known
to work with, from the most recent to the older one, e.g.
-PYTHON_VERSIONS_ACCEPTED= 31 27 26
+PYTHON_VERSIONS_ACCEPTED= 33 27 26
If the packaged software is a Python module, include "../../lang/python/
extension.mk". In this case, the package directory should be called "