1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/sysutils/py-execnet/pkg-descr
Sunpoet Po-Chuan Hsieh f57171dfe6 Update to 1.4.1
- Add LICENSE_FILE
- Add NO_ARCH
- Sort USE_PYTHON
- Allow concurrent installation (USE_PYTHON=concurrent)
- Update WWW: SSL certificate has expired in Nov, 2014

Changes:	https://bitbucket.org/hpk42/execnet/src/default/CHANGELOG
PR:		218363
Submitted by:	sunpoet (myself)
Approved by:	koobs (maintainer)
2017-04-05 13:37:07 +00:00

11 lines
444 B
Plaintext

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: http://codespeak.net/execnet/