mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
New port: math/py-python-louvain: Louvain algorithm for community detection
This commit is contained in:
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
|
@ -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
|
||||
|
|
21
math/py-python-louvain/Makefile
Normal file
21
math/py-python-louvain/Makefile
Normal 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>
|
3
math/py-python-louvain/distinfo
Normal file
3
math/py-python-louvain/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1540879709
|
||||
SHA256 (python-louvain-0.11.tar.gz) = 2ce7143f8d2bb4693a84dc0046dbf94dc576c9f6030f518f73c4420bfb2a442a
|
||||
SIZE (python-louvain-0.11.tar.gz) = 6648
|
7
math/py-python-louvain/pkg-descr
Normal file
7
math/py-python-louvain/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue