1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/math/py-python-louvain/Makefile
Yuri Victorovich 9b47f685a8 math/py-python-louvain: Update 0.12 -> 0.13
Reported by:	portscout
2018-12-22 18:47:53 +00:00

22 lines
420 B
Makefile

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