math/py-hypernetx: Add new port

The HyperNetX library provides classes and methods for the analysis
and visualization of complex network data modeled as hypergraphs.
The library generalizes traditional graph metrics.
This commit is contained in:
Wen Heping
2024-10-10 07:17:19 +00:00
parent 57a0731fc7
commit ff73ba6c83
4 changed files with 29 additions and 0 deletions
+1
View File
@@ -969,6 +969,7 @@
SUBDIR += py-hepstats
SUBDIR += py-heyoka
SUBDIR += py-hmmlearn
SUBDIR += py-hypernetx
SUBDIR += py-igraph
SUBDIR += py-iminuit
SUBDIR += py-intspan
+22
View File
@@ -0,0 +1,22 @@
PORTNAME= hypernetx
DISTVERSION= 2.3.5
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python library for the creation and study of hypergraphs
WWW= https://github.com/pnnl/HyperNetX
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=4.3.0:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pandas>=1.3:math/py-pandas@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scikit-learn>=1.4:science/py-scikit-learn@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}networkx>=3.3:math/py-networkx@${PY_FLAVOR}
USES= cpe python shebangfix
USE_PYTHON= autoplist concurrent pep517 pytest
.include <bsd.port.mk>
+3
View File
@@ -0,0 +1,3 @@
TIMESTAMP = 1728458294
SHA256 (hypernetx-2.3.5.tar.gz) = c5eebcd492e8d76d5f94351ee3b52e521f3754ddb15de49bf5d4df72cd294ea2
SIZE (hypernetx-2.3.5.tar.gz) = 569801
+3
View File
@@ -0,0 +1,3 @@
The HyperNetX library provides classes and methods for the analysis
and visualization of complex network data modeled as hypergraphs.
The library generalizes traditional graph metrics.