ClusterShell is a Python framework for efficient cluster administration. It provides high-level APIs and CLI tools (clush, nodeset) for parallel command execution and manipulation of large node sets, used widely in HPC sites and supercomputing centers. PR: 289176 Reported by: Generic Rikka
21 lines
480 B
Makefile
21 lines
480 B
Makefile
PORTNAME= clustershell
|
|
PORTVERSION= 1.9.3
|
|
CATEGORIES= sysutils python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= ClusterShell-${PORTVERSION}
|
|
|
|
MAINTAINER= rikka.goering@outlook.de
|
|
COMMENT= Python framework for efficient cluster administration (NodeSet, clush)
|
|
WWW= https://cea-hpc.github.io/clustershell/
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LGPLv2.1
|
|
|
|
USES= pytest python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|