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/math/py-tables/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/math/py-tables/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.6 diff -u -p -r1.5 -r1.6 --- pkgsrc/math/py-tables/Makefile 2020/01/26 17:31:40 1.5 +++ pkgsrc/math/py-tables/Makefile 2020/05/14 19:31:40 1.6 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2020/01/26 17:31:40 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2020/05/14 19:31:40 joerg Exp $ DISTNAME= tables-3.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,6 +22,8 @@ DEPENDS+= ${PYPKGPREFIX}-six>=1.9.0:../. USE_LANGUAGES= c c++ +PYTHON_VERSIONS_INCOMPATIBLE= 27 + post-install: cd ${DESTDIR}${PREFIX}/bin && \ ${MV} pt2to3 pt2to3-${PYVERSSUFFIX} && \