diff options
Diffstat (limited to 'sysutils/py-clustershell')
| -rw-r--r-- | sysutils/py-clustershell/Makefile | 20 | ||||
| -rw-r--r-- | sysutils/py-clustershell/distinfo | 3 | ||||
| -rw-r--r-- | sysutils/py-clustershell/pkg-descr | 3 |
3 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/py-clustershell/Makefile b/sysutils/py-clustershell/Makefile new file mode 100644 index 000000000000..323394811b05 --- /dev/null +++ b/sysutils/py-clustershell/Makefile @@ -0,0 +1,20 @@ +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> diff --git a/sysutils/py-clustershell/distinfo b/sysutils/py-clustershell/distinfo new file mode 100644 index 000000000000..80dfdc4a0097 --- /dev/null +++ b/sysutils/py-clustershell/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1762196845 +SHA256 (ClusterShell-1.9.3.tar.gz) = e284c0e6b3fe0a0cd6be67df71dfbf6aa321188973db683a057f5637552fbc8c +SIZE (ClusterShell-1.9.3.tar.gz) = 417135 diff --git a/sysutils/py-clustershell/pkg-descr b/sysutils/py-clustershell/pkg-descr new file mode 100644 index 000000000000..a480e58d1325 --- /dev/null +++ b/sysutils/py-clustershell/pkg-descr @@ -0,0 +1,3 @@ +ClusterShell is a Python framework for efficient cluster administration, +used to run commands and copy files in parallel and to manipulate cluster +node sets (NodeSet). |
