summaryrefslogtreecommitdiff
path: root/databases/py-ckanclient
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2011-10-14 04:23:20 +0000
committerdholland <dholland@pkgsrc.org>2011-10-14 04:23:20 +0000
commit831fafca888c4ecda2a1eec065c0d28366863ec0 (patch)
treed73e1a28b99251b5ed4f0db9f2e6dfdbf61f7765 /databases/py-ckanclient
parent935c1a29f64368cff6725e2dc143fa8b6fcfc737 (diff)
downloadpkgsrc-831fafca888c4ecda2a1eec065c0d28366863ec0.tar.gz
Does not work with:
python24 (uses perl-style if syntax) python25 (ImportError: No module named simplejson)
Diffstat (limited to 'databases/py-ckanclient')
-rw-r--r--databases/py-ckanclient/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-ckanclient/Makefile b/databases/py-ckanclient/Makefile
index 310ea6edd3e..5c6ba7a7411 100644
--- a/databases/py-ckanclient/Makefile
+++ b/databases/py-ckanclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/10/03 11:04:32 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2011/10/14 04:23:20 dholland Exp $
#
DISTNAME= ckanclient-0.9
@@ -15,5 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 24 25
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"