d04d23ae37
With both math/py-numpy (2) and math/py-numpy1, the variable stopped making sense. Also remove the upper version bound.
23 lines
533 B
Makefile
23 lines
533 B
Makefile
PORTNAME= python-louvain
|
|
DISTVERSION= 0.16
|
|
PORTREVISION= 4
|
|
CATEGORIES= math python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Louvain algorithm for community detection
|
|
WWW= https://github.com/taynaud/python-louvain
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy1>=1.16:math/py-numpy1@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils concurrent autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|