Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/py-astroid/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/py-astroid/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- pkgsrc/devel/py-astroid/Makefile 2016/07/09 13:03:39 1.7 +++ pkgsrc/devel/py-astroid/Makefile 2016/08/29 15:44:25 1.8 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2016/07/09 13:03:39 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2016/08/29 15:44:25 darcy Exp $ DISTNAME= astroid-1.3.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,8 +14,6 @@ DEPENDS+= ${PYPKGPREFIX}-logilab-common- USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-mxDateTime via py-logilab-common - do-test: ${RUN} cd ${WRKSRC}/astroid/tests; ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest discover -p "unittest*.py"