opnsense-ports/math/py-python-louvain/Makefile
Franco Fichtner f917c63849 */*: sync with upstream
Taken from: HardenedBSD
2020-12-29 14:40:16 +01:00

22 lines
440 B
Makefile

# $FreeBSD$
PORTNAME= python-louvain
DISTVERSION= 0.15
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>