Sun Aug 6 19:57:49 2017 UTC ()
Makefile clean-up


(adam)
diff -r1.13 -r1.14 pkgsrc/devel/py-rope/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/devel/py-rope/Makefile (expand / switch to context diff)
--- pkgsrc/devel/py-rope/Makefile 2017/08/06 19:55:11 1.13
+++ pkgsrc/devel/py-rope/Makefile 2017/08/06 19:57:49 1.14
@@ -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 @@
 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"