diff options
Diffstat (limited to 'devel/py-rope/Makefile')
-rw-r--r-- | devel/py-rope/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/py-rope/Makefile b/devel/py-rope/Makefile index f38f99e8cd6..839d4318684 100644 --- a/devel/py-rope/Makefile +++ b/devel/py-rope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/08/06 19:55:11 adam Exp $ +# $NetBSD: Makefile,v 1.14 2017/08/06 19:57:49 adam Exp $ DISTNAME= rope-0.10.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,11 +10,7 @@ HOMEPAGE= https://github.com/python-rope/rope COMMENT= Rope is a python refactoring library LICENSE= gnu-gpl-v2 -#PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 - -# XXX tests in contrib.codeassisttest fail -do-test: - cd ${WRKSRC} && ${PYTHONBIN} setup.py test +USE_LANGUAGES= # none .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |