aboutsummaryrefslogtreecommitdiff
path: root/devel/py-RPyC
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.0.7Wen Heping2011-03-142-5/+6
| | | | | | | | | | - Add License PR: ports/155521 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=270831
* - Restricted Python version to 2.5+, since 2.4 exits with a syntaxGreg Larkin2010-08-111-1/+1
| | | | | | | | | | | error during the build. PR: ports/149336 Submitted by: glarkin Approved by: wen (via email) Notes: svn path=/head/; revision=259109
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* - Update to 3.0.6Martin Wilke2009-08-172-4/+4
| | | | | | | | PR: 137816 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=239802
* - Update to 3.0.5Martin Wilke2009-04-113-84/+94
| | | | | | | | PR: 133589 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=232081
* - Update to 3.0.4Martin Wilke2009-03-093-4/+7
| | | | | | | | PR: 132297 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=229795
* RPyC(pronounced like 'are-pie-see'), or Remote Python Call, is aMartin Wilke2009-02-094-0/+107
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> Notes: svn path=/head/; revision=227960