pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-docutils Passes all tests, so enable for P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85fd7d75bfc3
branches:  trunk
changeset: 541783:85fd7d75bfc3
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Apr 25 19:57:16 2008 +0000

description:
Passes all tests, so enable for Python 2.5.

diffstat:

 textproc/py-docutils/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a85a4121da2d -r 85fd7d75bfc3 textproc/py-docutils/Makefile
--- a/textproc/py-docutils/Makefile     Fri Apr 25 19:52:58 2008 +0000
+++ b/textproc/py-docutils/Makefile     Fri Apr 25 19:57:16 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/04/25 19:52:58 joerg Exp $
+# $NetBSD: Makefile,v 1.26 2008/04/25 19:57:16 tnn Exp $
 
 DISTNAME=      docutils-0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,7 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-PYTHON_VERSIONS_ACCEPTED=      24 23
+PYTHON_VERSIONS_ACCEPTED=      25 24 23
 PYDISTUTILSPKG=        YES
 
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index