diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-10 19:24:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-10 19:24:35 +0000 |
commit | fb56c48027e3f57e580dc9d52e5e9420479a01cd (patch) | |
tree | 49b08ce13e831f9419d02af9db7c969b5ba391e7 /devel/py-at-spi | |
parent | 2da597541f5c981341f0654a9db6677a0c4a3a1f (diff) | |
download | pkgsrc-fb56c48027e3f57e580dc9d52e5e9420479a01cd.tar.gz |
Does not compile with python-2.4:
Compiling /scratch/devel/py-at-spi/work/.destdir/usr/pkg/lib/python2.4/site-packages/pyatspi/__init__.py ...
File "/scratch/devel/py-at-spi/work/.destdir/usr/pkg/lib/python2.4/site-packages/pyatspi/__init__.py", line 50
finally:
^
SyntaxError: invalid syntax
Mark it as such.
Diffstat (limited to 'devel/py-at-spi')
-rw-r--r-- | devel/py-at-spi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-at-spi/Makefile b/devel/py-at-spi/Makefile index d6caa74bf2d..5dd733b8cc5 100644 --- a/devel/py-at-spi/Makefile +++ b/devel/py-at-spi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2010/06/05 11:05:58 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2010/06/10 19:24:35 wiz Exp $ # DISTNAME= at-spi-1.30.1 @@ -16,6 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir NO_BUILD= yes PY_PATCHPLIST= yes +PYTHON_VERSIONS_ACCEPTED= 26 25 PYATSPIDIR= ${PREFIX}/${PYSITELIB}/pyatspi INSTALLATION_DIRS= ${PYATSPIDIR} |