summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-01-12 09:43:30 +0000
committerwiz <wiz@pkgsrc.org>2014-01-12 09:43:30 +0000
commite8c08d3e77f859e9ed42611d1c34d5d0935c6900 (patch)
treee61180735895e4fcf7ebaeef052d7102156ee4a3 /doc/guide
parentefc93ec55a4b87ea87216016fb9659c1e81294b9 (diff)
downloadpkgsrc-e8c08d3e77f859e9ed42611d1c34d5d0935c6900.tar.gz
PYTHON_VERSIONS_ACCEPTED cleanup.
Diffstat (limited to 'doc/guide')
-rw-r--r--doc/guide/files/creating.xml4
1 files changed, 2 insertions, 2 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>