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:   wiz
Date:           Mon Nov 13 23:38:47 UTC 2023

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

Log Message:
py-numpy: add tool dependency on py-setuptools

Not pulled in via cython any longer.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 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.110 pkgsrc/math/py-numpy/Makefile:1.111
--- pkgsrc/math/py-numpy/Makefile:1.110 Sat Oct 28 19:57:11 2023
+++ pkgsrc/math/py-numpy/Makefile       Mon Nov 13 23:38:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2023/10/28 19:57:11 wiz Exp $
+# $NetBSD: Makefile,v 1.111 2023/11/13 23:38:47 wiz Exp $
 
 DISTNAME=      numpy-1.25.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ HOMEPAGE=     https://www.numpy.org/
 COMMENT=       Array processing for numbers, strings, records, and objects
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose



Home | Main Index | Thread Index | Old Index