pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-networkx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  7 21:15:46 UTC 2024

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

Log Message:
py-networkx: add missing tools


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/math/py-networkx/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-networkx/Makefile
diff -u pkgsrc/math/py-networkx/Makefile:1.38 pkgsrc/math/py-networkx/Makefile:1.39
--- pkgsrc/math/py-networkx/Makefile:1.38       Tue Jan  2 00:37:37 2024
+++ pkgsrc/math/py-networkx/Makefile    Sun Jan  7 21:15:46 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2024/01/02 00:37:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.39 2024/01/07 21:15:46 wiz Exp $
 
 DISTNAME=      networkx-3.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,8 @@ HOMEPAGE=     https://networkx.github.io/
 COMMENT=       Python package for creating and manipulating graphs and networks
 LICENSE=       modified-bsd
 
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2:../../devel/py-test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0:../../devel/py-test-cov
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index