Tue Sep 29 02:29:08 2020 UTC ()
py-rpyc: import version 3.3.0

RPyC (pronounced like are-pie-see), or Remote Python Call, is a transparent
library for symmetrical remote procedure calls, clustering and
distributed-computing.

RPyC makes use of object-proxying, a technique that employs python's dynamic
nature, to overcome the physical boundaries between processes and computers,
so that remote objects can be manipulated as if they were local.


(khorben)
diff -r0 -r1.1 pkgsrc/net/py-rpyc/DESCR
diff -r0 -r1.1 pkgsrc/net/py-rpyc/Makefile
diff -r0 -r1.1 pkgsrc/net/py-rpyc/PLIST
diff -r0 -r1.1 pkgsrc/net/py-rpyc/TODO
diff -r0 -r1.1 pkgsrc/net/py-rpyc/distinfo

File Added: pkgsrc/net/py-rpyc/DESCR
RPyC (pronounced like are-pie-see), or Remote Python Call, is a transparent
library for symmetrical remote procedure calls, clustering and
distributed-computing.

RPyC makes use of object-proxying, a technique that employs python's dynamic
nature, to overcome the physical boundaries between processes and computers,
so that remote objects can be manipulated as if they were local.

File Added: pkgsrc/net/py-rpyc/Makefile
# $NetBSD: Makefile,v 1.1 2020/09/29 02:29:07 khorben Exp $

DISTNAME=	rpyc-3.3.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_PYPI:=r/rpyc/}

MAINTAINER=	gde@llew.me
HOMEPAGE=	http://rpyc.readthedocs.org/
COMMENT=	Remote Python Call (RPyC), a transparent and symmetric RPC library
LICENSE=	mit

DEPENDS+=	${PYPKGPREFIX}-plumbum>=1.6.1:../../devel/py-plumbum

.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/net/py-rpyc/PLIST
@comment $NetBSD: PLIST,v 1.1 2020/09/29 02:29:07 khorben Exp $
bin/rpyc_classic.py
bin/rpyc_registry.py
${PYSITELIB}/${EGG_FILE}/PKG-INFO
${PYSITELIB}/${EGG_FILE}/SOURCES.txt
${PYSITELIB}/${EGG_FILE}/dependency_links.txt
${PYSITELIB}/${EGG_FILE}/not-zip-safe
${PYSITELIB}/${EGG_FILE}/requires.txt
${PYSITELIB}/${EGG_FILE}/top_level.txt
${PYSITELIB}/rpyc/__init__.py
${PYSITELIB}/rpyc/core/__init__.py
${PYSITELIB}/rpyc/core/async.py
${PYSITELIB}/rpyc/core/async.pyc
${PYSITELIB}/rpyc/core/async.pyo
${PYSITELIB}/rpyc/core/brine.py
${PYSITELIB}/rpyc/core/brine.pyc
${PYSITELIB}/rpyc/core/brine.pyo
${PYSITELIB}/rpyc/core/channel.py
${PYSITELIB}/rpyc/core/channel.pyc
${PYSITELIB}/rpyc/core/channel.pyo
${PYSITELIB}/rpyc/core/consts.py
${PYSITELIB}/rpyc/core/consts.pyc
${PYSITELIB}/rpyc/core/consts.pyo
${PYSITELIB}/rpyc/core/netref.py
${PYSITELIB}/rpyc/core/netref.pyc
${PYSITELIB}/rpyc/core/netref.pyo
${PYSITELIB}/rpyc/core/protocol.py
${PYSITELIB}/rpyc/core/reactor.py
${PYSITELIB}/rpyc/core/reactor.pyc
${PYSITELIB}/rpyc/core/reactor.pyo
${PYSITELIB}/rpyc/core/service.py
${PYSITELIB}/rpyc/core/service.pyc
${PYSITELIB}/rpyc/core/service.pyo
${PYSITELIB}/rpyc/core/stream.py
${PYSITELIB}/rpyc/core/stream.pyc
${PYSITELIB}/rpyc/core/stream.pyo
${PYSITELIB}/rpyc/core/vinegar.py
${PYSITELIB}/rpyc/core/vinegar.pyc
${PYSITELIB}/rpyc/core/vinegar.pyo
${PYSITELIB}/rpyc/experimental/__init__.py
${PYSITELIB}/rpyc/experimental/__init__.pyc
${PYSITELIB}/rpyc/experimental/__init__.pyo
${PYSITELIB}/rpyc/experimental/retunnel.py
${PYSITELIB}/rpyc/experimental/retunnel.pyc
${PYSITELIB}/rpyc/experimental/retunnel.pyo
${PYSITELIB}/rpyc/experimental/splitbrain.py
${PYSITELIB}/rpyc/experimental/splitbrain.pyc
${PYSITELIB}/rpyc/experimental/splitbrain.pyo
${PYSITELIB}/rpyc/lib/__init__.py
${PYSITELIB}/rpyc/lib/__init__.pyc
${PYSITELIB}/rpyc/lib/__init__.pyo
${PYSITELIB}/rpyc/lib/colls.py
${PYSITELIB}/rpyc/lib/colls.pyc
${PYSITELIB}/rpyc/lib/colls.pyo
${PYSITELIB}/rpyc/lib/compat.py
${PYSITELIB}/rpyc/lib/compat.pyc
${PYSITELIB}/rpyc/lib/compat.pyo
${PYSITELIB}/rpyc/utils/__init__.py
${PYSITELIB}/rpyc/utils/__init__.pyc
${PYSITELIB}/rpyc/utils/__init__.pyo
${PYSITELIB}/rpyc/utils/authenticators.py
${PYSITELIB}/rpyc/utils/authenticators.pyc
${PYSITELIB}/rpyc/utils/authenticators.pyo
${PYSITELIB}/rpyc/utils/classic.py
${PYSITELIB}/rpyc/utils/classic.pyc
${PYSITELIB}/rpyc/utils/classic.pyo
${PYSITELIB}/rpyc/utils/factory.py
${PYSITELIB}/rpyc/utils/factory.pyc
${PYSITELIB}/rpyc/utils/factory.pyo
${PYSITELIB}/rpyc/utils/helpers.py
${PYSITELIB}/rpyc/utils/registry.py
${PYSITELIB}/rpyc/utils/registry.pyc
${PYSITELIB}/rpyc/utils/registry.pyo
${PYSITELIB}/rpyc/utils/server.py
${PYSITELIB}/rpyc/utils/server.pyc
${PYSITELIB}/rpyc/utils/server.pyo
${PYSITELIB}/rpyc/utils/teleportation.py
${PYSITELIB}/rpyc/utils/teleportation.pyc
${PYSITELIB}/rpyc/utils/teleportation.pyo
${PYSITELIB}/rpyc/utils/zerodeploy.py
${PYSITELIB}/rpyc/utils/zerodeploy.pyc
${PYSITELIB}/rpyc/utils/zerodeploy.pyo
${PYSITELIB}/rpyc/version.py
${PYSITELIB}/rpyc/version.pyc
${PYSITELIB}/rpyc/version.pyo

File Added: pkgsrc/net/py-rpyc/Attic/TODO
This package has known vulnerabilities, please investigate and fix if possible:
  CVE-2019-16328

File Added: pkgsrc/net/py-rpyc/distinfo
$NetBSD: distinfo,v 1.1 2020/09/29 02:29:07 khorben Exp $

SHA1 (rpyc-3.3.0.tar.gz) = 0241d44da9a6c7b6d9ed2773e632bb160723e9aa
RMD160 (rpyc-3.3.0.tar.gz) = 863bdc7e995183fecf3eab21e9cdee07e4c1c1b8
SHA512 (rpyc-3.3.0.tar.gz) = c586ab79d2ab3a8e14128c7ac5ae49a3311de0723453f801edb805819b06037ae015825fda32ac7620d99fdeceacbcbc5d1b4fadc3c7b2ac778e883ba9406793
Size (rpyc-3.3.0.tar.gz) = 53541 bytes