bb579283d0
They now have a tool dependency on py-setuptools instead of a DEPENDS
26 lines
720 B
Makefile
26 lines
720 B
Makefile
# $NetBSD: Makefile,v 1.35 2022/01/04 20:54:14 wiz Exp $
|
|
|
|
DISTNAME= networkx-2.5.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= math python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=n/networkx/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://networkx.github.io/
|
|
COMMENT= Python package for creating and manipulating graphs and networks
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-decorator>=4.3.0:../../devel/py-decorator
|
|
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} \
|
|
pytest-${PYVERSSUFFIX} --pyargs networkx
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|