freebsd-ports/math/py-python-louvain/Makefile
Yuri Victorovich 867784813b math/py-python-louvain: Update 0.13 -> 0.14
Reported by:	portscout
2020-04-08 06:17:23 +00:00

22 lines
435 B
Makefile

# $FreeBSD$
PORTNAME= python-louvain
DISTVERSION= 0.14
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Louvain algorithm for community detection
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>