summaryrefslogtreecommitdiff
path: root/doc/guide
diff options
context:
space:
mode:
authorjoerg <joerg>2009-09-07 18:22:10 +0000
committerjoerg <joerg>2009-09-07 18:22:10 +0000
commit9483a9522270da3cef26586b64715dabb93487c2 (patch)
treebf6b100d706957324d203694f2e2646e76952b51 /doc/guide
parent03bbc016524a628fdd7632188fddd5e0be69ed98 (diff)
downloadpkgsrc-9483a9522270da3cef26586b64715dabb93487c2.tar.gz
Retire Python 2.3 support.
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 8e2ea030bb9..a557e8cc883 100644
--- a/doc/guide/files/creating.xml
+++ b/doc/guide/files/creating.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: creating.xml,v 1.8 2009/03/05 13:08:02 imil Exp $ -->
+<!-- $NetBSD: creating.xml,v 1.9 2009/09/07 18:22:10 joerg Exp $ -->
<chapter id="creating">
<title>Creating a new pkgsrc package from scratch</title>
@@ -149,7 +149,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= 25 24 23
+PYTHON_VERSIONS_ACCEPTED= 25 24
</programlisting></para>
<para>