Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8AF3C7A266 for ; Mon, 29 May 2017 10:38:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3D20784DF5; Mon, 29 May 2017 10:38:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C15C084DAF for ; Mon, 29 May 2017 10:38:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id g9oA2mSu-FeV for ; Mon, 29 May 2017 10:38:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1F9B384CF0 for ; Mon, 29 May 2017 10:38:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1909EFBE4; Mon, 29 May 2017 10:38:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1496054309241820" MIME-Version: 1.0 Date: Mon, 29 May 2017 10:38:29 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-execnet To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170529103829.1909EFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1496054309241820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1496054309241820 Content-Disposition: inline Content-Length: 5130 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1496054309241820--