Sun Jan 7 21:15:46 2024 UTC (161d)
py-networkx: add missing tools


(wiz)
diff -r1.38 -r1.39 pkgsrc/math/py-networkx/Makefile

cvs diff -r1.38 -r1.39 pkgsrc/math/py-networkx/Makefile (expand / switch to unified diff)

--- pkgsrc/math/py-networkx/Makefile 2024/01/02 00:37:37 1.38
+++ pkgsrc/math/py-networkx/Makefile 2024/01/07 21:15:46 1.39
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.38 2024/01/02 00:37:37 ryoon Exp $ 1# $NetBSD: Makefile,v 1.39 2024/01/07 21:15:46 wiz Exp $
2 2
3DISTNAME= networkx-3.2.1 3DISTNAME= networkx-3.2.1
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= math python 5CATEGORIES= math python
6MASTER_SITES= ${MASTER_SITE_PYPI:=n/networkx/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=n/networkx/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://networkx.github.io/ 9HOMEPAGE= https://networkx.github.io/
10COMMENT= Python package for creating and manipulating graphs and networks 10COMMENT= Python package for creating and manipulating graphs and networks
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2:../../devel/py-test 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
14TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0:../../devel/py-test-cov 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0:../../devel/py-test-cov
15 16
16USE_LANGUAGES= # none 17USE_LANGUAGES= # none
17 18
18PYTHON_VERSIONS_INCOMPATIBLE= 27 19PYTHON_VERSIONS_INCOMPATIBLE= 27
19 20
20do-test: 21do-test:
21 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} networkx 22 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} networkx
22 23
23.include "../../lang/python/wheel.mk" 24.include "../../lang/python/wheel.mk"
24.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"