diff options
Diffstat (limited to 'devel/py-rope/Makefile')
-rw-r--r-- | devel/py-rope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-rope/Makefile b/devel/py-rope/Makefile index ea74940bce4..a0f988e3d2e 100644 --- a/devel/py-rope/Makefile +++ b/devel/py-rope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2016/06/08 17:43:26 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/07/09 13:03:43 wiz Exp $ VERS= 0.9.3 DISTNAME= rope-${VERS} @@ -11,7 +11,7 @@ HOMEPAGE= http://rope.sourceforge.net/ COMMENT= Rope is a python refactoring library LICENSE= gnu-gpl-v2 -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # XXX tests in contrib.codeassisttest fail do-test: |