pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-bottleneck py-bottleneck: does not build with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6baf250d622a
branches:  trunk
changeset: 372443:6baf250d622a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 25 01:26:19 2022 +0000

description:
py-bottleneck: does not build with python 2.7

diffstat:

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

diffs (18 lines):

diff -r ef892dc2e34f -r 6baf250d622a math/py-bottleneck/Makefile
--- a/math/py-bottleneck/Makefile       Tue Jan 25 00:26:18 2022 +0000
+++ b/math/py-bottleneck/Makefile       Tue Jan 25 01:26:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2022/01/04 20:54:13 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2022/01/25 01:26:19 wiz Exp $
 
 DISTNAME=      Bottleneck-1.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
@@ -15,6 +15,8 @@
 
 PYSETUPTESTTARGET=     pytest
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index