Received: by mail.netbsd.org (Postfix, from userid 605) id C36DA84DF6; Tue, 11 Aug 2020 05:58:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 491A284D53 for ; Tue, 11 Aug 2020 05:58:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id bZAq5W0YUtLG for ; Tue, 11 Aug 2020 05:58:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A0B6884D4D for ; Tue, 11 Aug 2020 05:58:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A832FB28; Tue, 11 Aug 2020 05:58:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159712550936370" MIME-Version: 1.0 Date: Tue, 11 Aug 2020 05:58:29 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/math/py-numpy To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20200811055829.9A832FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159712550936370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Tue Aug 11 05:58:29 UTC 2020 Modified Files: pkgsrc/math/py-numpy: Makefile Log Message: (math/py-numpy) INSTALL.rst.txt says Cython >= 0.29.21 To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/math/py-numpy/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159712550936370 Content-Disposition: inline Content-Length: 860 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/py-numpy/Makefile diff -u pkgsrc/math/py-numpy/Makefile:1.68 pkgsrc/math/py-numpy/Makefile:1.69 --- pkgsrc/math/py-numpy/Makefile:1.68 Wed Aug 5 14:05:45 2020 +++ pkgsrc/math/py-numpy/Makefile Tue Aug 11 05:58:29 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2020/08/05 14:05:45 adam Exp $ +# $NetBSD: Makefile,v 1.69 2020/08/11 05:58:29 mef Exp $ DISTNAME= numpy-1.19.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -51,7 +51,7 @@ do-test: cd ${WRKDIR} && \ ${RUN} PYTHONPATH=${DESTDIR}${PREFIX}/${PYSITELIB} ${PYTHONBIN} -c "import numpy; numpy.test()" -BUILDLINK_API_DEPENDS.py-cython+= ${PYPKGPREFIX}-cython>=0.29.2 +BUILDLINK_API_DEPENDS.py-cython+= ${PYPKGPREFIX}-cython>=0.29.21 .include "../../devel/py-cython/buildlink3.mk" .include "../../lang/python/application.mk" .include "../../lang/python/egg.mk" --_----------=_159712550936370--