pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-rope



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Aug  6 19:57:49 UTC 2017

Modified Files:
        pkgsrc/devel/py-rope: Makefile

Log Message:
Makefile clean-up


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-rope/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-rope/Makefile
diff -u pkgsrc/devel/py-rope/Makefile:1.13 pkgsrc/devel/py-rope/Makefile:1.14
--- pkgsrc/devel/py-rope/Makefile:1.13  Sun Aug  6 19:55:11 2017
+++ pkgsrc/devel/py-rope/Makefile       Sun Aug  6 19:57:49 2017
@@ -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
 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