mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1728458294
|
||||
SHA256 (hypernetx-2.3.5.tar.gz) = c5eebcd492e8d76d5f94351ee3b52e521f3754ddb15de49bf5d4df72cd294ea2
|
||||
SIZE (hypernetx-2.3.5.tar.gz) = 569801
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user