pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-tables



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May 14 19:31:40 UTC 2020

Modified Files:
        pkgsrc/math/py-tables: Makefile

Log Message:
Doesn't support Python 2.7


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/py-tables/Makefile

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

Modified files:

Index: pkgsrc/math/py-tables/Makefile
diff -u pkgsrc/math/py-tables/Makefile:1.5 pkgsrc/math/py-tables/Makefile:1.6
--- pkgsrc/math/py-tables/Makefile:1.5  Sun Jan 26 17:31:40 2020
+++ pkgsrc/math/py-tables/Makefile      Thu May 14 19:31:40 2020
@@ -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} && \



Home | Main Index | Thread Index | Old Index