opnsense-ports/math/py-python-louvain/Makefile
Franco Fichtner d7458515b6 */*: sync with upstream
Taken from: FreeBSD
2022-04-26 11:11:38 +02:00

20 lines
427 B
Makefile

PORTNAME= python-louvain
DISTVERSION= 0.16
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:3.6+
USE_PYTHON= distutils concurrent autoplist
NO_ARCH= yes
.include <bsd.port.mk>