Edit

IABSD.fr/ports/math/py-networkx/Makefile

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2025-04-29 10:38:51
    Hash : 0669838d
    Message : sync PLISTs for setuptools ports

  • math/py-networkx/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>