pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

+py-louvain



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <K.I.A.Derouiche>
Pushed By:	jihbed
Date:		Mon Apr 10 18:48:36 2017 +0100
Changeset:	9c9cbf7806e1b5db3fcfc01f8c5efd49c8960437

Added Files:
	py-louvain/DESCR
	py-louvain/Makefile
	py-louvain/PLIST
	py-louvain/distinfo

Log Message:
+py-louvain

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9c9cbf7806e1b5db3fcfc01f8c5efd49c8960437

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-louvain/DESCR    |  2 ++
 py-louvain/Makefile | 19 +++++++++++++++++++
 py-louvain/PLIST    | 16 ++++++++++++++++
 py-louvain/distinfo |  6 ++++++
 4 files changed, 43 insertions(+)

diffs:
diff --git a/py-louvain/DESCR b/py-louvain/DESCR
new file mode 100644
index 0000000000..ba2bb2fbc1
--- /dev/null
+++ b/py-louvain/DESCR
@@ -0,0 +1,2 @@
+Implementation of the Louvain algorithm for various methods for use
+with igraph in python
\ No newline at end of file
diff --git a/py-louvain/Makefile b/py-louvain/Makefile
new file mode 100644
index 0000000000..67b09e1806
--- /dev/null
+++ b/py-louvain/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	louvain-0.5.3
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME:S/python-//}
+CATEGORIES=     math python
+MASTER_SITES=	https://pypi.python.org/packages/61/0f/ec441b9d8ccd951dbd1ec0330cafffade67f4ebef6847ff7e5b4d004c4c9/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/vtraag/louvain-igraph
+COMMENT=	Methods of community detection in large networks
+LICENSE=	gnu-gpl-v3
+
+WRKSRC=		${WRKDIR}/louvain-0.5.3
+
+USE_LANGUAGES=	c c++
+
+.include "../../lang/python/egg.mk"
+.include "../../wip/igraph/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-louvain/PLIST b/py-louvain/PLIST
new file mode 100644
index 0000000000..32fa4f489e
--- /dev/null
+++ b/py-louvain/PLIST
@@ -0,0 +1,16 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/louvain/__init__.py
+${PYSITELIB}/louvain/__init__.pyc
+${PYSITELIB}/louvain/__init__.pyo
+${PYSITELIB}/louvain/_c_louvain.so
+${PYSITELIB}/louvain/functions.py
+${PYSITELIB}/louvain/functions.pyc
+${PYSITELIB}/louvain/functions.pyo
+${PYSITELIB}/louvain/test.py
+${PYSITELIB}/louvain/test.pyc
+${PYSITELIB}/louvain/test.pyo
diff --git a/py-louvain/distinfo b/py-louvain/distinfo
new file mode 100644
index 0000000000..b1bd0dd8d2
--- /dev/null
+++ b/py-louvain/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (louvain-0.5.3.tar.gz) = 6f8e81a97cb0b92c2acef6e4a4d354a3f4cfa924
+RMD160 (louvain-0.5.3.tar.gz) = 0832833b7c9818b2da62301d78bb9376fc33c8ee
+SHA512 (louvain-0.5.3.tar.gz) = 298500f5a41ceb70f29ed8221cf6664f60a6a3a1bae0b538269787f75d343b21b0579de93f1d29f0af6ec19de8ca26449495b6e95116914e83d0eea79826f018
+Size (louvain-0.5.3.tar.gz) = 48131 bytes


Home | Main Index | Thread Index | Old Index