diff options
author | adam <adam@pkgsrc.org> | 2017-08-06 19:57:49 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-08-06 19:57:49 +0000 |
commit | d52f457aa2d4851caa21532a73cdaa3baa6ce0c7 (patch) | |
tree | 603ba51e08da915e254ce8195e8ec4fc67a85ecd | |
parent | 155b4eaaa627ed0153dc9387fa11136a3f60b916 (diff) | |
download | pkgsrc-d52f457aa2d4851caa21532a73cdaa3baa6ce0c7.tar.gz |
Makefile clean-up
-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" |