diff options
author | abs <abs> | 2008-04-15 16:00:58 +0000 |
---|---|---|
committer | abs <abs> | 2008-04-15 16:00:58 +0000 |
commit | ca7d2929314bda9ffc243ce4823ef35c1b152dbe (patch) | |
tree | ca54572ee24d9ba02773947465b16567ebb2da67 /time | |
parent | 83e627f94dc991c9f3e1b5fb5230c69f3a2d7477 (diff) | |
download | pkgsrc-ca7d2929314bda9ffc243ce4823ef35c1b152dbe.tar.gz |
enable python25
Diffstat (limited to 'time')
-rw-r--r-- | time/py-mxDateTime/Makefile | 4 |
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" |