diff options
author | wiz <wiz@pkgsrc.org> | 2011-02-25 09:47:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-02-25 09:47:18 +0000 |
commit | df148167909a2ea09151d92ca19966fc53f0d999 (patch) | |
tree | b9ce2c6269b72ed740ad13fce0a5e6992338901f /graphics/py-goocanvas | |
parent | db475c9fcdb210502424c9d103785c680346ae13 (diff) | |
download | pkgsrc-df148167909a2ea09151d92ca19966fc53f0d999.tar.gz |
Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
Diffstat (limited to 'graphics/py-goocanvas')
-rw-r--r-- | graphics/py-goocanvas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-goocanvas/Makefile b/graphics/py-goocanvas/Makefile index 4c6add6add2..f35211f2ee7 100644 --- a/graphics/py-goocanvas/Makefile +++ b/graphics/py-goocanvas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/02/13 06:34:31 obache Exp $ +# $NetBSD: Makefile,v 1.15 2011/02/25 09:47:23 wiz Exp $ # DISTNAME= pygoocanvas-0.14.1 @@ -26,7 +26,7 @@ PY_PATCHPLIST= yes # This restriction came from py-gtk2 and py-cairo, # pygoocanvas itself just require >=22. -PYTHON_VERSIONS_ACCEPTED= 26 25 +PYTHON_VERSIONS_ACCEPTED= 27 26 25 .include "../../lang/python/pyversion.mk" |