Generic Rikka 0150098065 sysutils/py-clustershell: new port, Python framework for efficient cluster administration
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
2025-11-04 17:53:28 +01:00

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>