mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
[NEW] sysutils/py-execnet: Distributed Python deployment and communication
execnet provides a share-nothing model with channel-send/receive communication for distributing execution across many Python interpreters across version, platform and network barriers. It has a minimal and fast API targetting the following uses: * Distribute tasks to (many) local or remote CPUs * Write and deploy hybrid multi-process applications * Write scripts to administer multiple environments WWW: https://codespeak.net/execnet
This commit is contained in:
parent
c68e8417e3
commit
058fb18d1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361078
@ -726,6 +726,7 @@
|
||||
SUBDIR += py-bcfg2
|
||||
SUBDIR += py-danzfs
|
||||
SUBDIR += py-drmaa
|
||||
SUBDIR += py-execnet
|
||||
SUBDIR += py-ezjailremote
|
||||
SUBDIR += py-filelike
|
||||
SUBDIR += py-glances
|
||||
|
19
sysutils/py-execnet/Makefile
Normal file
19
sysutils/py-execnet/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= execnet
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= sysutils python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Distributed Python deployment and communication
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/py-execnet/distinfo
Normal file
2
sysutils/py-execnet/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (execnet-1.2.0.tar.gz) = 951714caa0ae80237f4ffc1f08450e9e2e5f8f902beaf1ad294020875d6f8c2c
|
||||
SIZE (execnet-1.2.0.tar.gz) = 163876
|
10
sysutils/py-execnet/pkg-descr
Normal file
10
sysutils/py-execnet/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
execnet provides a share-nothing model with channel-send/receive communication
|
||||
for distributing execution across many Python interpreters across version,
|
||||
platform and network barriers. It has a minimal and fast API targetting the
|
||||
following uses:
|
||||
|
||||
* Distribute tasks to (many) local or remote CPUs
|
||||
* Write and deploy hybrid multi-process applications
|
||||
* Write scripts to administer multiple environments
|
||||
|
||||
WWW: https://codespeak.net/execnet
|
Loading…
Reference in New Issue
Block a user