From 262fa4b57021b840701b7cc01fc531d502286226 Mon Sep 17 00:00:00 2001 From: abs Date: Tue, 15 Apr 2008 16:00:58 +0000 Subject: enable python25 --- time/py-mxDateTime/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index f6a152a820e..6e19c892e93 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/06/02 18:35:53 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2008/04/15 16:00:58 abs Exp $ # DISTNAME= egenix-mx-base-2.0.6 @@ -13,7 +13,7 @@ COMMENT= Python extension that provides types and conversions for dates PYDISTUTILSPKG= yes PYBINMODULE= yes -PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 +PYTHON_VERSIONS_ACCEPTED= 25 24 23 22 21 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3