notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-pyro Distributed Object Middleware for Python (IPC/RPC)
4.77 devel on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.77Version of this port present on the latest quarterly branch.
Maintainer: rm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-03-02 09:06:27
Last Update: 2023-06-27 19:34:34
Commit Hash: 3d9a815
People watching this port, also watch:: codespell, xtruco, p5-Test-SharedFork, py39-asn1
Also Listed In: python
License: MIT
WWW:
https://pythonhosted.org/Pyro4/
Description:
Pyro is short for PYthon Remote Objects. It is an advanced and powerful Distributed Object Technology system written entirely in Python, that is designed to be very easy to use. Never worry about writing network communication code again, when using Pyro you just write your Python objects like you would normally. With only a few lines of extra code, Pyro takes care of the network communication between your objects once you split them over different machines on the network. All the gory socket programming details are taken care of, you just call a method on a remote object as if it were a local object! Pyro provides an object-oriented form of RPC. You can use Pyro within a single system but also use it for IPC. For those that are familiar with Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less similar to CORBA - which is a system- and language independent Distributed Object Technology and has much more to offer than Pyro or RMI. But Pyro is small, simple and free!
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}pyro>0:devel/py-pyro@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-pyro/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-pyro
  • pkg install py39-pyro
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-pyro listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pyro
Package flavors (<flavor>: <package>)
  • py39: py39-pyro
distinfo:
TIMESTAMP = 1572814314 SHA256 (Pyro4-4.77.tar.gz) = 2bfe12a22f396474b0e57c898c7e2c561a8f850bf2055d8cf0f7119f0c7a523f SIZE (Pyro4-4.77.tar.gz) = 479025

Packages (timestamps in pop-ups are UTC):
py37-pyro
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--4.77---4.77-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-pyro
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.774.77-4.774.77---
FreeBSD:13:quarterly4.774.774.774.774.774.774.774.77
FreeBSD:14:latest4.774.774.774.774.774.77-4.77
FreeBSD:14:quarterly4.774.77-4.774.774.774.774.77
FreeBSD:15:latest4.774.77n/a4.77n/a4.774.774.77
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  2. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-serpent>=1.27 : devel/py-serpent@py39
  2. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  3. python3.9 : lang/python39
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. finance/sabernetdcs-client*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for py39-pyro-4.77: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
devel_py-pyro
USES:
cpe python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/P/Pyro4/
  2. https://pypi.org/packages/source/P/Pyro4/
Collapse this list.

Number of commits found: 79

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.77
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
4.77
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
4.77
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.77
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.77
21 Sep 2021 12:01:41
commit hash: f3e49907b11cdf66fd9e28047243ae65ad49c400commit hash: f3e49907b11cdf66fd9e28047243ae65ad49c400commit hash: f3e49907b11cdf66fd9e28047243ae65ad49c400commit hash: f3e49907b11cdf66fd9e28047243ae65ad49c400 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
devel/py-pyro: Add CPE information

Approved by:    portmgr (blanket)
4.77
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
4.77
28 Dec 2020 23:02:15
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
4.77
03 Nov 2019 21:01:47
Revision:516598Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.77
4.74_1
10 Apr 2019 06:18:32
Revision:498530Original commit files touched by this commit
antoine search for other commits by this committer
Bump a few PORTREVISIONs after r498529

With hat:	portmgr
4.74
04 Jan 2019 20:34:57
Revision:489271Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.74
4.73
10 Sep 2018 13:15:48
Revision:479407Original commit files touched by this commit
mat search for other commits by this committer
Add EXAMPLES options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
4.73
10 Sep 2018 13:14:52
Revision:479406Original commit files touched by this commit
mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
4.73
10 Jul 2018 16:59:51
Revision:474387Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.73
4.71
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
4.71
02 May 2018 13:12:02
Revision:468830Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.71
4.70
05 Feb 2018 17:05:23
Revision:460981Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.70
4.63
22 Jan 2018 20:17:06
Revision:459694Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.63
4.62
29 Dec 2017 09:01:54
Revision:457499Original commit files touched by this commit Sanity Test Failure
antoine search for other commits by this committer
Simplify some USES=python

With hat:	portmgr
4.62
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.62
22 Sep 2017 20:50:25
Revision:450403Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.62
4.61
14 Jul 2017 20:19:00
Revision:445828Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.61
4.60
06 Jun 2017 20:52:49
Revision:442798Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.60
4.59
23 Apr 2017 16:15:15
Revision:439235Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.59
4.55
18 Feb 2017 19:15:13
Revision:434378Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.55
4.54
10 Feb 2017 20:41:49
Revision:433824Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.54
4.53
13 Jan 2017 20:11:24
Revision:431421Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.53
4.52
14 Dec 2016 21:03:19
Revision:428593Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.52
4.51
09 Dec 2016 22:21:02
Revision:428248Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.51
4.50
07 Nov 2016 20:21:17
Revision:425646Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.50
4.49
30 Oct 2016 20:14:13
Revision:424960Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.49
4.47
21 Aug 2016 13:50:48
Revision:420563Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.47
4.42
17 Apr 2016 17:15:14
Revision:413517Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.42
4.41
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
4.41
13 Mar 2016 18:59:14
Revision:411017Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.41
4.40
14 Nov 2015 22:25:29
Revision:401608Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.40
4.39
13 Aug 2015 19:34:51
Revision:394188Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: add NO_ARCH forgotten in previous commit
4.39
13 Aug 2015 19:34:03
Revision:394187Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.39
4.35
02 Apr 2015 18:32:28
Revision:383037Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.35
4.34
22 Feb 2015 09:33:12
Revision:379588Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.34
4.32
17 Jan 2015 22:44:01
Revision:377272Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.32
4.26
20 Oct 2014 16:04:14
Revision:371280Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of devel/ to USES=python

Approved by:	portmgr (implicit)
4.26
08 Jul 2014 06:21:32
Revision:361177Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.26
4.25
18 Apr 2014 20:13:13
Revision:351564Original commit files touched by this commit
rm search for other commits by this committer
devel/py-pyro: update to 4.25
4.24
23 Feb 2014 19:36:35
Revision:345759Original commit files touched by this commit
rm search for other commits by this committer
- update to 4.24
4.23
24 Jan 2014 09:25:41
Revision:340883Original commit files touched by this commit
rm search for other commits by this committer
- correct the DOCSDIR value

Submitted by:	mat
4.23
24 Jan 2014 09:08:26
Revision:340882Original commit files touched by this commit
rm search for other commits by this committer
- enclose docs and examples installation command with parenthesis

Submitted by:	mat
4.23
24 Jan 2014 09:00:35
Revision:340881Original commit files touched by this commit
rm search for other commits by this committer
- update to 4.23
- convert USE_DOS2UNIX to USES equivalent
- covert to using autogenerated packing list
- support staging
4.22
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
4.22
29 Aug 2013 15:40:42
Revision:325608Original commit files touched by this commit
rm search for other commits by this committer
- update to 4.22
4.20
11 Jun 2013 21:24:41
Revision:320647Original commit files touched by this commit
rm search for other commits by this committer
- update to 4.20
4.18
01 May 2013 20:41:57
Revision:317050Original commit files touched by this commit
rm search for other commits by this committer
- restore DOS2UNIX call, that I forgot to comment off
4.18
01 May 2013 20:38:55
Revision:317049Original commit files touched by this commit
rm search for other commits by this committer
 - update to 4.18
4.17
31 Dec 2012 07:17:27
Revision:309707Original commit files touched by this commit
rm search for other commits by this committer
- update to 4.17
4.15
16 Oct 2012 10:25:46
Revision:305964Original commit files touched by this commit
rm search for other commits by this committer
- update to 4.15
- trim Makefile header
- fix packing list with python > 3.2
- convert to optionsng
- tab -> space change in pkg-descr:WWW

Feature safe:	yes
4.14
27 May 2012 20:17:17
Original commit files touched by this commit
rm search for other commits by this committer
- update project homepage
4.14
10 May 2012 07:14:47
Original commit files touched by this commit
rm search for other commits by this committer
- update to 4.14
4.13
01 May 2012 19:37:23
Original commit files touched by this commit
rm search for other commits by this committer
- update to 4.13
4.12
16 Feb 2012 15:00:56
Original commit files touched by this commit
rm search for other commits by this committer
- update to 4.12
4.11
21 Nov 2011 04:33:15
Original commit files touched by this commit
rm search for other commits by this committer
- update to 4.11
- change USE_PYTHON to just `yes', because it now builds with python3 too

Approved by:   miwi (co-mentor)
Feature safe:  yes
4.10
10 Nov 2011 22:20:18
Original commit files touched by this commit
rm search for other commits by this committer
Change email for my ports to FreeBSD one.

Approved by:    novel (mentor)
Feature safe:   yes
4.10
17 Oct 2011 17:12:05
Original commit files touched by this commit
glarkin search for other commits by this committer
- Updated to 4.10

PR:             ports/161513
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
4.9
03 Oct 2011 08:51:49
Original commit files touched by this commit
sbz search for other commits by this committer
- Update to 4.9

PR:             ports/160978
Submitted by:   Ruslan Mahmatkhanov <cvs-src at yandex.ru>
Approved by:    miwi@ (mentor)
4.8
12 Jul 2011 16:01:09
Original commit files touched by this commit
jlaffaye search for other commits by this committer
Update to 4.8

PR:             ports/158771
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Approved by:    bapt (mentor)
4.7
02 Jul 2011 18:35:51
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 4.7

PR:             158336
Submitted by:   maintainer
4.6_1
25 Jun 2011 04:28:06
Original commit files touched by this commit
miwi search for other commits by this committer
- Use CHEESESHOP instead absolute download url
- Add LICENSE
- Minimal python version is 2.6
- Add USE_DOS2UNIX
- Whitespace fixes in pkg-descr

PR:             157962
Submitted by:   Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
4.6
17 Jun 2011 08:09:34
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 4.6 and unbreak it.

Approved by:    bapt@(portmgr)
4.3
16 Jun 2011 19:11:11
Original commit files touched by this commit
bapt search for other commits by this committer
Over to new volunteer, keep broken as it still doesn't fetch
4.3
16 Jun 2011 17:42:42
Original commit files touched by this commit
bapt search for other commits by this committer
Mark broken some ports with unfetchable distfiles
4.3
14 Feb 2011 06:29:56
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 4.3
4.1
03 Aug 2010 23:23:52
Original commit files touched by this commit
glarkin search for other commits by this committer
- py-pyro requires at least Python 2.5, so update the USE_PYTHON variable.

  Build output with Python forced to version 2.4:

===>   py24-pyro-4.1 depends on file: /usr/local/bin/python2.4 - found
===>  Configuring for py24-pyro-4.1
Traceback (most recent call last):
  File "setup.py", line 6, in ?
    import Pyro.constants
  File "src/Pyro/__init__.py", line 10, in ?
    raise RuntimeError("Pyro requires at least Python 2.5")
RuntimeError: Pyro requires at least Python 2.5
*** Error code 1
Stop in /a/ports/devel/py-pyro.
4.1
29 Jun 2010 07:57:42
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 4.1

Feature safe:   yes
3.10
24 May 2010 00:56:00
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 3.10
- Reset maintainer
3.9.1
29 Nov 2009 09:31:48
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 3.9.1
3.9
22 Aug 2009 00:18:43
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with D
3.9
04 Apr 2009 17:39:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 3.9
3.8.1
08 Jan 2009 16:02:26
Original commit files touched by this commit
miwi search for other commits by this committer
Pyro is short for PYthon Remote Objects. It is an advanced and powerful
Distributed Object Technology system written entirely in Python, that is
designed to be very easy to use. Never worry about writing network
communication code again, when using Pyro you just write your Python
objects like you would normally. With only a few lines of extra code,
Pyro takes care of the network communication between your objects once
you split them over different machines on the network. All the gory
socket programming details are taken care of, you just call a method on
a remote object as if it were a local object!

Pyro provides an object-oriented form of RPC. You can use Pyro within a
single system but also use it for IPC. For those that are familiar with
Java, Pyro resembles Java's Remote Method Invocation (RMI). It is less
similar to CORBA - which is a system- and language independent
Distributed Object Technology and has much more to offer than Pyro or
RMI. But Pyro is small, simple and free!

WWW:    http://pyro.sf.net

PR:             ports/130053
Submitted by:   Wen Heping <wenheping at gmail.com>
3.4
02 Mar 2005 11:56:40
Original commit files touched by this commit
ahze search for other commits by this committer
Remove this port, it is a dupe to devel/py-ro

Pointed out by: barner
3.4
02 Mar 2005 09:05:39
Original commit files touched by this commit
ahze search for other commits by this committer
Add py-pyro 3.4, distributed Object Technology system written entirely
in Python.

PR:             ports/78261
Submitted by:   Choe, Cheng-Dae

Number of commits found: 79