Received: by mail.netbsd.org (Postfix, from userid 605) id 3473084D99; Tue, 6 Apr 2021 13:11:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6FC4184D98 for ; Tue, 6 Apr 2021 13:11:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id IK70YvFGgrnQ for ; Tue, 6 Apr 2021 13:11:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C8AF484CDC for ; Tue, 6 Apr 2021 13:11:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BCC21FA95; Tue, 6 Apr 2021 13:11:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1617714677126670" MIME-Version: 1.0 Date: Tue, 6 Apr 2021 13:11:17 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/math/py-scipy To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20210406131117.BCC21FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1617714677126670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1617714677126670 Content-Disposition: inline Content-Length: 678 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1617714677126670--