pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-rope Makefile clean-up



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d4389ec1532f
branches:  trunk
changeset: 366218:d4389ec1532f
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Aug 06 19:57:49 2017 +0000

description:
Makefile clean-up

diffstat:

 devel/py-rope/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r 07a68056a0d9 -r d4389ec1532f devel/py-rope/Makefile
--- a/devel/py-rope/Makefile    Sun Aug 06 19:55:11 2017 +0000
+++ b/devel/py-rope/Makefile    Sun Aug 06 19:57:49 2017 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index