summaryrefslogtreecommitdiff
path: root/www/py-gdata/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-01-21 15:38:25 +0000
committerwiz <wiz@pkgsrc.org>2012-01-21 15:38:25 +0000
commitdd33faa732bf9f458ba73b581962454295f380d9 (patch)
tree52ae8c46a45a215d9fc74561c380d1771b4a4227 /www/py-gdata/Makefile
parentdc694e0cffa261564b0af604785d2ba935e4ece7 (diff)
downloadpkgsrc-dd33faa732bf9f458ba73b581962454295f380d9.tar.gz
Mark as not-for-python24 (uses if statement that doesn't work in python-2.4.x)
Diffstat (limited to 'www/py-gdata/Makefile')
-rw-r--r--www/py-gdata/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-gdata/Makefile b/www/py-gdata/Makefile
index f6c345afe92..77f3f2456d3 100644
--- a/www/py-gdata/Makefile
+++ b/www/py-gdata/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2012/01/20 12:21:39 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2012/01/21 15:38:25 wiz Exp $
DISTNAME= gdata-2.0.16
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -127,6 +127,8 @@ REPLACE_PYTHON+= src/gdata/youtube/client.py
REPLACE_PYTHON+= src/gdata/youtube/data.py
REPLACE_PYTHON+= src/gdata/youtube/service.py
+# 2.0.16 introduced a neologism
+PYTHON_VERSIONS_INCOMPATIBLE= 24
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.if !empty(PYPKGPREFIX:Mpy24)