mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
24 lines
415 B
Makefile
24 lines
415 B
Makefile
COMMENT = module for creating and manipulating graphs and networks
|
|
|
|
MODPY_DISTV = 2.7.1
|
|
DISTNAME = networkx-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = math
|
|
|
|
HOMEPAGE = https://networkx.github.io/
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
RUN_DEPENDS = devel/py-decorator
|
|
|
|
TEST_DEPENDS = devel/py-test-cov
|
|
|
|
.include <bsd.port.mk>
|