blob: 323394811b0501c5a509587ab0e8a6b543a80b24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>
|