Bug 130775 - [New Port]devel/py-RPyC:Remote Python Call
Summary: [New Port]devel/py-RPyC:Remote Python Call
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-20 11:00 UTC by wenheping
Modified: 2009-02-09 22:40 UTC (History)
0 users

See Also:


Attachments
file.shar (5.29 KB, text/plain)
2009-01-20 11:00 UTC, wenheping
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description wenheping 2009-01-20 11:00:06 UTC
RPyC(pronounced like 'are-pie-see'), or Remote Python Call, is a
transparent and symmetrical python library for 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.

WWW:    http://pypi.python.org/pypi/RPyC/

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-01-20 11:00:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2009-02-09 22:32:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-02-09 22:33:27 UTC
miwi        2009-02-09 22:33:07 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/py-RPyC        Makefile distinfo pkg-descr pkg-plist 
  Log:
  RPyC(pronounced like 'are-pie-see'), or Remote Python Call, is a
  transparent and symmetrical python library for 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.
  
  WWW:    http://pypi.python.org/pypi/RPyC/
  
  PR:             ports/130775
  Submitted by:   Wen Heping <wenheping at gmail.com>
  
  Revision  Changes    Path
  1.3361    +1 -0      ports/devel/Makefile
  1.1       +20 -0     ports/devel/py-RPyC/Makefile (new)
  1.1       +3 -0      ports/devel/py-RPyC/distinfo (new)
  1.1       +8 -0      ports/devel/py-RPyC/pkg-descr (new)
  1.1       +76 -0     ports/devel/py-RPyC/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"