diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-20 13:42:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-20 13:42:01 +0000 |
commit | 66a86f9f181bd4825593217283c419dd92d32d69 (patch) | |
tree | af01aa882ddd0b7915d7474c78541e445acafdf4 /time | |
parent | 27dac97bde17ace199d8017d6d20cae90e406812 (diff) | |
download | pkgsrc-66a86f9f181bd4825593217283c419dd92d32d69.tar.gz |
Mark as not available for python3 because py-setuptools isn't.
Diffstat (limited to 'time')
-rw-r--r-- | time/py-pytz/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/time/py-pytz/Makefile b/time/py-pytz/Makefile index 75c2a7a7c59..4823f110ee0 100644 --- a/time/py-pytz/Makefile +++ b/time/py-pytz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2012/01/20 12:12:26 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2012/01/20 13:42:01 wiz Exp $ # DISTNAME= pytz-2011n @@ -16,7 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none -PYTHON_VERSIONS_INCLUDE_3X= yes +# py-setuptools needed, but not available; package itself is ready +#PYTHON_VERSIONS_INCLUDE_3X= yes .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |