Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-tables Doesn't support Python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54ef05b59080
branches:  trunk
changeset: 431597:54ef05b59080
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 14 19:31:40 2020 +0000

description:
Doesn't support Python 2.7

diffstat:

 math/py-tables/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 74234fe8129b -r 54ef05b59080 math/py-tables/Makefile
--- a/math/py-tables/Makefile   Thu May 14 19:30:42 2020 +0000
+++ b/math/py-tables/Makefile   Thu May 14 19:31:40 2020 +0000
@@ -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 @@
 
 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