From dd33faa732bf9f458ba73b581962454295f380d9 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 21 Jan 2012 15:38:25 +0000 Subject: Mark as not-for-python24 (uses if statement that doesn't work in python-2.4.x) --- www/py-gdata/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/py-gdata') 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) -- cgit v1.2.3