New port: math/py-python-louvain: Louvain algorithm for community detection

This commit is contained in:
Yuri Victorovich 2018-10-30 06:18:48 +00:00
parent fccee7d7fd
commit 3c6cb08c46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483453
4 changed files with 32 additions and 0 deletions

View file

@ -744,6 +744,7 @@
SUBDIR += py-pyodesys
SUBDIR += py-pysparse
SUBDIR += py-pysym
SUBDIR += py-python-louvain
SUBDIR += py-pyvtk
SUBDIR += py-random2
SUBDIR += py-rapi

View file

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= python-louvain
DISTVERSION= 0.11
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>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1540879709
SHA256 (python-louvain-0.11.tar.gz) = 2ce7143f8d2bb4693a84dc0046dbf94dc576c9f6030f518f73c4420bfb2a442a
SIZE (python-louvain-0.11.tar.gz) = 6648

View file

@ -0,0 +1,7 @@
This module implements community detection.
It uses the louvain method described in Fast unfolding of communities in large
networks, Vincent D Blondel, Jean-Loup Guillaume, Renaud Lambiotte, Renaud
Lefebvre, Journal of Statistical Mechanics: Theory and Experiment 2008(10).
WWW: https://github.com/taynaud/python-louvain