diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-02 18:35:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-02 18:35:53 +0000 |
commit | fc9991781a518cb10d99434397ce96b8e39aeb1d (patch) | |
tree | 17d9258b95a084136058324c02e7758935367b0e /time/py-mxDateTime | |
parent | 1a3946bc62b437124909854ea5d53a2fcf3cf287 (diff) | |
download | pkgsrc-fc9991781a518cb10d99434397ce96b8e39aeb1d.tar.gz |
Doesn't work with distutils in Python 2.0, so mark 2.1+.
Diffstat (limited to 'time/py-mxDateTime')
-rw-r--r-- | time/py-mxDateTime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index 5ac5eef8204..f6a152a820e 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/03/04 21:30:53 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2006/06/02 18:35:53 joerg Exp $ # DISTNAME= egenix-mx-base-2.0.6 @@ -13,6 +13,7 @@ COMMENT= Python extension that provides types and conversions for dates PYDISTUTILSPKG= yes PYBINMODULE= yes +PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |