summaryrefslogtreecommitdiff
path: root/time/py-pytz
diff options
context:
space:
mode:
authorwiz <wiz>2012-01-20 13:42:01 +0000
committerwiz <wiz>2012-01-20 13:42:01 +0000
commita6d1d72b257d4fa12453c02318bf7cdebfba5d3f (patch)
treeaf01aa882ddd0b7915d7474c78541e445acafdf4 /time/py-pytz
parent7f1ce450cdb58168c4349825476e4c2b55fb27be (diff)
downloadpkgsrc-a6d1d72b257d4fa12453c02318bf7cdebfba5d3f.tar.gz
Mark as not available for python3 because py-setuptools isn't.
Diffstat (limited to 'time/py-pytz')
-rw-r--r--time/py-pytz/Makefile5
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"