diff options
author | joerg <joerg@pkgsrc.org> | 2009-09-07 18:22:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-09-07 18:22:10 +0000 |
commit | 44dd7c275bb3e3696e1f6ed31b2f1d2c366662a0 (patch) | |
tree | bf6b100d706957324d203694f2e2646e76952b51 /doc/guide | |
parent | df389251b57ae9a0b6b10ec8fe67cb2bf3ed57e9 (diff) | |
download | pkgsrc-44dd7c275bb3e3696e1f6ed31b2f1d2c366662a0.tar.gz |
Retire Python 2.3 support.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/creating.xml | 4 |
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> |