summaryrefslogtreecommitdiff
path: root/time/py-mxDateTime
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-04-15 16:00:58 +0000
committerabs <abs@pkgsrc.org>2008-04-15 16:00:58 +0000
commit4ea2c1d487f1c2b078e46ec83e468ff06a04ad69 (patch)
treeca54572ee24d9ba02773947465b16567ebb2da67 /time/py-mxDateTime
parent27a74bac59770be35c45119e8c2330354679cc01 (diff)
downloadpkgsrc-4ea2c1d487f1c2b078e46ec83e468ff06a04ad69.tar.gz
enable python25
Diffstat (limited to 'time/py-mxDateTime')
-rw-r--r--time/py-mxDateTime/Makefile4
1 files 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"