pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-scipy py-scipy: unbreak bulk builds



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b1bda8cd441
branches:  trunk
changeset: 449822:7b1bda8cd441
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Apr 06 13:11:17 2021 +0000

description:
py-scipy: unbreak bulk builds

if you mark a package incompatible with python version X, you also
need to mark any dependent packages incompatible with version X

diffstat:

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

diffs (18 lines):

diff -r c3be8c38f8ed -r 7b1bda8cd441 math/py-scipy/Makefile
--- a/math/py-scipy/Makefile    Tue Apr 06 12:17:12 2021 +0000
+++ b/math/py-scipy/Makefile    Tue Apr 06 13:11:17 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2021/04/06 09:00:42 prlw1 Exp $
+# $NetBSD: Makefile,v 1.46 2021/04/06 13:11:17 nia Exp $
 
 DISTNAME=      scipy-1.6.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -31,7 +31,7 @@
 
 LDFLAGS.Darwin+=       -headerpad_max_install_names
 
-PYTHON_VERSIONS_INCOMPATIBLE=  36 27
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 REPLACE_PYTHON+=       scipy/sparse/linalg/isolve/tests/test_gcrotmk.py
 



Home | Main Index | Thread Index | Old Index