pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-scipy



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Apr  6 13:11:17 UTC 2021

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/math/py-scipy/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-scipy/Makefile
diff -u pkgsrc/math/py-scipy/Makefile:1.45 pkgsrc/math/py-scipy/Makefile:1.46
--- pkgsrc/math/py-scipy/Makefile:1.45  Tue Apr  6 09:00:42 2021
+++ pkgsrc/math/py-scipy/Makefile       Tue Apr  6 13:11:17 2021
@@ -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 @@ FFLAGS+=      -fPIC
 
 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