svn commit: r531092 - head/math/py-python-louvain

Yuri Victorovich yuri at FreeBSD.org
Wed Apr 8 06:17:23 UTC 2020


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


More information about the svn-ports-head mailing list