Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2020 06:17:23 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531092 - head/math/py-python-louvain
Message-ID:  <202004080617.0386HNXg050781@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Apr  8 06:17:23 2020
New Revision: 531092
URL: https://svnweb.freebsd.org/changeset/ports/531092

Log:
  math/py-python-louvain: Update 0.13 -> 0.14
  
  Reported by:	portscout

Modified:
  head/math/py-python-louvain/Makefile
  head/math/py-python-louvain/distinfo

Modified: head/math/py-python-louvain/Makefile
==============================================================================
--- head/math/py-python-louvain/Makefile	Wed Apr  8 06:14:02 2020	(r531091)
+++ head/math/py-python-louvain/Makefile	Wed Apr  8 06:17:23 2020	(r531092)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	python-louvain
-DISTVERSION=	0.13
-PORTREVISION=	2
+DISTVERSION=	0.14
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +11,8 @@ COMMENT=	Louvain algorithm for community detection
 
 LICENSE=	BSD3CLAUSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR}
+RUN_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	distutils concurrent autoplist

Modified: head/math/py-python-louvain/distinfo
==============================================================================
--- head/math/py-python-louvain/distinfo	Wed Apr  8 06:14:02 2020	(r531091)
+++ head/math/py-python-louvain/distinfo	Wed Apr  8 06:17:23 2020	(r531092)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545503255
-SHA256 (python-louvain-0.13.tar.gz) = b4938f20063bc53e68d5b182dcea0634dfb63a0e3489f929d4083c24a920b2fe
-SIZE (python-louvain-0.13.tar.gz) = 18577
+TIMESTAMP = 1586326474
+SHA256 (python-louvain-0.14.tar.gz) = e0a50c7a1e87b45410cd2a1d6298268862e55edaa46f90ae6b834bbb62df0951
+SIZE (python-louvain-0.14.tar.gz) = 19097



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004080617.0386HNXg050781>