Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-numpy (math/py-numpy) INSTALL.rst.txt says Cyt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b5243b68f386
branches:  trunk
changeset: 436878:b5243b68f386
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Aug 11 05:58:29 2020 +0000

description:
(math/py-numpy) INSTALL.rst.txt says Cython >= 0.29.21

diffstat:

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

diffs (18 lines):

diff -r ad0cbc044169 -r b5243b68f386 math/py-numpy/Makefile
--- a/math/py-numpy/Makefile    Mon Aug 10 23:20:18 2020 +0000
+++ b/math/py-numpy/Makefile    Tue Aug 11 05:58:29 2020 +0000
@@ -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 @@
        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"



Home | Main Index | Thread Index | Old Index