pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-execnet



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon May 29 10:38:29 UTC 2017

Added Files:
        pkgsrc/devel/py-execnet: DESCR Makefile PLIST distinfo

Log Message:
execnet provides carefully tested means to ad-hoc interact with Python
interpreters across version, platform and network barriers. It provides
a minimal and fast API targetting the following uses:
* distribute tasks to local or remote processes
* write and deploy hybrid multi-process applications
* write scripts to administer multiple hosts

Features
* zero-install bootstrapping: no remote installation required!
* flexible communication: send/receive as well as callback/queue mechanisms
  supported
* simple serialization of python builtin types (no pickling)
* grouped creation and robust termination of processes
* well tested between CPython 2.6-3.X, Jython 2.5.1 and PyPy 2.2 interpreters.
* interoperable between Windows and Unix-ish systems.
* integrates with different threading models, including standard os threads,
  eventlet and gevent based systems.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-execnet/DESCR \
    pkgsrc/devel/py-execnet/Makefile pkgsrc/devel/py-execnet/PLIST \
    pkgsrc/devel/py-execnet/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-execnet/DESCR
diff -u /dev/null pkgsrc/devel/py-execnet/DESCR:1.1
--- /dev/null   Mon May 29 10:38:29 2017
+++ pkgsrc/devel/py-execnet/DESCR       Mon May 29 10:38:28 2017
@@ -0,0 +1,17 @@
+execnet provides carefully tested means to ad-hoc interact with Python
+interpreters across version, platform and network barriers. It provides
+a minimal and fast API targetting the following uses:
+* distribute tasks to local or remote processes
+* write and deploy hybrid multi-process applications
+* write scripts to administer multiple hosts
+
+Features
+* zero-install bootstrapping: no remote installation required!
+* flexible communication: send/receive as well as callback/queue mechanisms
+  supported
+* simple serialization of python builtin types (no pickling)
+* grouped creation and robust termination of processes
+* well tested between CPython 2.6-3.X, Jython 2.5.1 and PyPy 2.2 interpreters.
+* interoperable between Windows and Unix-ish systems.
+* integrates with different threading models, including standard os threads,
+  eventlet and gevent based systems.
Index: pkgsrc/devel/py-execnet/Makefile
diff -u /dev/null pkgsrc/devel/py-execnet/Makefile:1.1
--- /dev/null   Mon May 29 10:38:29 2017
+++ pkgsrc/devel/py-execnet/Makefile    Mon May 29 10:38:28 2017
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/05/29 10:38:28 adam Exp $
+
+DISTNAME=      execnet-1.4.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=e/execnet/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://codespeak.net/execnet
+COMMENT=       Rapid multi-Python deployment
+LICENSE=       mit
+
+DEPENDS+=      ${PYPKGPREFIX}-apipkg>=1.4:../../devel/py-apipkg
+
+USE_LANGUAGES=         # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-execnet/PLIST
diff -u /dev/null pkgsrc/devel/py-execnet/PLIST:1.1
--- /dev/null   Mon May 29 10:38:29 2017
+++ pkgsrc/devel/py-execnet/PLIST       Mon May 29 10:38:28 2017
@@ -0,0 +1,63 @@
+@comment $NetBSD: PLIST,v 1.1 2017/05/29 10:38:28 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/execnet/__init__.py
+${PYSITELIB}/execnet/__init__.pyc
+${PYSITELIB}/execnet/__init__.pyo
+${PYSITELIB}/execnet/_version.py
+${PYSITELIB}/execnet/_version.pyc
+${PYSITELIB}/execnet/_version.pyo
+${PYSITELIB}/execnet/deprecated.py
+${PYSITELIB}/execnet/deprecated.pyc
+${PYSITELIB}/execnet/deprecated.pyo
+${PYSITELIB}/execnet/gateway.py
+${PYSITELIB}/execnet/gateway.pyc
+${PYSITELIB}/execnet/gateway.pyo
+${PYSITELIB}/execnet/gateway_base.py
+${PYSITELIB}/execnet/gateway_base.pyc
+${PYSITELIB}/execnet/gateway_base.pyo
+${PYSITELIB}/execnet/gateway_bootstrap.py
+${PYSITELIB}/execnet/gateway_bootstrap.pyc
+${PYSITELIB}/execnet/gateway_bootstrap.pyo
+${PYSITELIB}/execnet/gateway_io.py
+${PYSITELIB}/execnet/gateway_io.pyc
+${PYSITELIB}/execnet/gateway_io.pyo
+${PYSITELIB}/execnet/gateway_socket.py
+${PYSITELIB}/execnet/gateway_socket.pyc
+${PYSITELIB}/execnet/gateway_socket.pyo
+${PYSITELIB}/execnet/multi.py
+${PYSITELIB}/execnet/multi.pyc
+${PYSITELIB}/execnet/multi.pyo
+${PYSITELIB}/execnet/rsync.py
+${PYSITELIB}/execnet/rsync.pyc
+${PYSITELIB}/execnet/rsync.pyo
+${PYSITELIB}/execnet/rsync_remote.py
+${PYSITELIB}/execnet/rsync_remote.pyc
+${PYSITELIB}/execnet/rsync_remote.pyo
+${PYSITELIB}/execnet/script/__init__.py
+${PYSITELIB}/execnet/script/__init__.pyc
+${PYSITELIB}/execnet/script/__init__.pyo
+${PYSITELIB}/execnet/script/loop_socketserver.py
+${PYSITELIB}/execnet/script/loop_socketserver.pyc
+${PYSITELIB}/execnet/script/loop_socketserver.pyo
+${PYSITELIB}/execnet/script/quitserver.py
+${PYSITELIB}/execnet/script/quitserver.pyc
+${PYSITELIB}/execnet/script/quitserver.pyo
+${PYSITELIB}/execnet/script/shell.py
+${PYSITELIB}/execnet/script/shell.pyc
+${PYSITELIB}/execnet/script/shell.pyo
+${PYSITELIB}/execnet/script/socketserver.py
+${PYSITELIB}/execnet/script/socketserver.pyc
+${PYSITELIB}/execnet/script/socketserver.pyo
+${PYSITELIB}/execnet/script/socketserverservice.py
+${PYSITELIB}/execnet/script/socketserverservice.pyc
+${PYSITELIB}/execnet/script/socketserverservice.pyo
+${PYSITELIB}/execnet/script/xx.py
+${PYSITELIB}/execnet/script/xx.pyc
+${PYSITELIB}/execnet/script/xx.pyo
+${PYSITELIB}/execnet/xspec.py
+${PYSITELIB}/execnet/xspec.pyc
+${PYSITELIB}/execnet/xspec.pyo
Index: pkgsrc/devel/py-execnet/distinfo
diff -u /dev/null pkgsrc/devel/py-execnet/distinfo:1.1
--- /dev/null   Mon May 29 10:38:29 2017
+++ pkgsrc/devel/py-execnet/distinfo    Mon May 29 10:38:28 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/05/29 10:38:28 adam Exp $
+
+SHA1 (execnet-1.4.1.tar.gz) = 0f13f78a7cc21e08d9e7d1205f66e3eb557b53b4
+RMD160 (execnet-1.4.1.tar.gz) = 7caded55c5decfa619e1e276021a22117ed8dd88
+SHA512 (execnet-1.4.1.tar.gz) = e8c0c32e873f8585ff4d4da3b9cbd40046479370f5653f67a98c9029d4535a619731d1b825332fe4af4dc5ebc9ab11ee879ef45df07f08943b1e1685f2255790
+Size (execnet-1.4.1.tar.gz) = 171041 bytes



Home | Main Index | Thread Index | Old Index