clustershell is a distributed shell that provides an efficient python interface Event-based Python library to execute commands on local or distant cluster nodes in parallel depending on the selected engine and worker mechanisms.
18 lines
516 B
Makefile
18 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/06/09 08:06:42 uccwen Exp $
|
|
#
|
|
|
|
DISTNAME= clustershell-1.2.83
|
|
CATEGORIES= shells
|
|
MASTER_SITES= http://downloads.sourceforge.net/project/clustershell/clustershell/1.3%20beta3/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
HOMEPAGE= http://clustershell.sourceforge.net/
|
|
COMMENT= Python library to execute commands on local or distant cluster nodes
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|