pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-numpy



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.

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"



Home | Main Index | Thread Index | Old Index