summaryrefslogtreecommitdiff
path: root/sysutils/py-execnet/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-07-07 12:55:49 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-07-07 12:55:49 +0000
commit058fb18d1bb2d88fce692515baeb9cb8cb1c8d7d (patch)
treea703390698a2b196445aa94157a00c2e76571b4d /sysutils/py-execnet/Makefile
parentRename rcc --> hadoop-rcc to avoid conflict with qt4-rcc port. (diff)
[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
Diffstat (limited to 'sysutils/py-execnet/Makefile')
-rw-r--r--sysutils/py-execnet/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/py-execnet/Makefile b/sysutils/py-execnet/Makefile
new file mode 100644
index 000000000000..fdea9dca9b21
--- /dev/null
+++ b/sysutils/py-execnet/Makefile
@@ -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>