Port details |
- py-pyro Distributed Object Middleware for Python (IPC/RPC)
- 4.77 devel
=3 4.77Version of this port present on the latest quarterly branch. - Maintainer: rm@FreeBSD.org
 - 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:: gnupg1, p5-Dancer-Session-Memcached, p5-Test-SharedFork, p5-Scalar-Defer, py39-werkzeug
- 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!
¦ ¦ ¦ ¦ 
- 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>)
- distinfo:
- TIMESTAMP = 1572814314
SHA256 (Pyro4-4.77.tar.gz) = 2bfe12a22f396474b0e57c898c7e2c561a8f850bf2055d8cf0f7119f0c7a523f
SIZE (Pyro4-4.77.tar.gz) = 479025
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-serpent>=1.27 : devel/py-serpent@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.77 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
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
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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
    |
Stefan Eßer (se)  |
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 ) |
4.77 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
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 ) |
4.77 21 Sep 2021 12:01:41
    |
Bernhard Froehlich (decke)  |
devel/py-pyro: Add CPE information
Approved by: portmgr (blanket) |
4.77 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.77 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
4.77 03 Nov 2019 21:01:47
  |
rm  |
devel/py-pyro: update to 4.77 |
4.74_1 10 Apr 2019 06:18:32
  |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
4.74 04 Jan 2019 20:34:57
  |
rm  |
devel/py-pyro: update to 4.74 |
4.73 10 Sep 2018 13:15:48
  |
mat  |
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
  |
mat  |
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
  |
rm  |
devel/py-pyro: update to 4.73 |
4.71 20 Jun 2018 17:05:44
  |
mat  |
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
  |
rm  |
devel/py-pyro: update to 4.71 |
4.70 05 Feb 2018 17:05:23
  |
rm  |
devel/py-pyro: update to 4.70 |
4.63 22 Jan 2018 20:17:06
  |
rm  |
devel/py-pyro: update to 4.63 |
4.62 29 Dec 2017 09:01:54
  |
antoine  |
Simplify some USES=python
With hat: portmgr |
4.62 30 Nov 2017 15:50:34
  |
mat  |
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 ) |
4.62 22 Sep 2017 20:50:25
  |
rm  |
devel/py-pyro: update to 4.62 |
4.61 14 Jul 2017 20:19:00
  |
rm  |
devel/py-pyro: update to 4.61 |
4.60 06 Jun 2017 20:52:49
  |
rm  |
devel/py-pyro: update to 4.60 |
4.59 23 Apr 2017 16:15:15
  |
rm  |
devel/py-pyro: update to 4.59 |
4.55 18 Feb 2017 19:15:13
  |
rm  |
devel/py-pyro: update to 4.55 |
4.54 10 Feb 2017 20:41:49
  |
rm  |
devel/py-pyro: update to 4.54 |
4.53 13 Jan 2017 20:11:24
  |
rm  |
devel/py-pyro: update to 4.53 |
4.52 14 Dec 2016 21:03:19
  |
rm  |
devel/py-pyro: update to 4.52 |
4.51 09 Dec 2016 22:21:02
  |
rm  |
devel/py-pyro: update to 4.51 |
4.50 07 Nov 2016 20:21:17
  |
rm  |
devel/py-pyro: update to 4.50 |
4.49 30 Oct 2016 20:14:13
  |
rm  |
devel/py-pyro: update to 4.49 |
4.47 21 Aug 2016 13:50:48
  |
rm  |
devel/py-pyro: update to 4.47 |
4.42 17 Apr 2016 17:15:14
  |
rm  |
devel/py-pyro: update to 4.42 |
4.41 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.41 13 Mar 2016 18:59:14
  |
rm  |
devel/py-pyro: update to 4.41 |
4.40 14 Nov 2015 22:25:29
  |
rm  |
devel/py-pyro: update to 4.40 |
4.39 13 Aug 2015 19:34:51
  |
rm  |
devel/py-pyro: add NO_ARCH forgotten in previous commit |
4.39 13 Aug 2015 19:34:03
  |
rm  |
devel/py-pyro: update to 4.39 |
4.35 02 Apr 2015 18:32:28
  |
rm  |
devel/py-pyro: update to 4.35 |
4.34 22 Feb 2015 09:33:12
  |
rm  |
devel/py-pyro: update to 4.34 |
4.32 17 Jan 2015 22:44:01
  |
rm  |
devel/py-pyro: update to 4.32 |
4.26 20 Oct 2014 16:04:14
  |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
4.26 08 Jul 2014 06:21:32
  |
rm  |
devel/py-pyro: update to 4.26 |
4.25 18 Apr 2014 20:13:13
  |
rm  |
devel/py-pyro: update to 4.25 |
4.24 23 Feb 2014 19:36:35
  |
rm  |
- update to 4.24 |
4.23 24 Jan 2014 09:25:41
  |
rm  |
- correct the DOCSDIR value
Submitted by: mat |
4.23 24 Jan 2014 09:08:26
  |
rm  |
- enclose docs and examples installation command with parenthesis
Submitted by: mat |
4.23 24 Jan 2014 09:00:35
  |
rm  |
- 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
  |
bapt  |
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
  |
rm  |
- update to 4.22 |
4.20 11 Jun 2013 21:24:41
  |
rm  |
- update to 4.20 |
4.18 01 May 2013 20:41:57
  |
rm  |
- restore DOS2UNIX call, that I forgot to comment off |
4.18 01 May 2013 20:38:55
  |
rm  |
- update to 4.18 |
4.17 31 Dec 2012 07:17:27
  |
rm  |
- update to 4.17 |
4.15 16 Oct 2012 10:25:46
  |
rm  |
- 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
 |
rm  |
- update project homepage |
4.14 10 May 2012 07:14:47
 |
rm  |
- update to 4.14 |
4.13 01 May 2012 19:37:23
 |
rm  |
- update to 4.13 |
4.12 16 Feb 2012 15:00:56
 |
rm  |
- update to 4.12 |
4.11 21 Nov 2011 04:33:15
 |
rm  |
- 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
 |
rm  |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
4.10 17 Oct 2011 17:12:05
 |
glarkin  |
- Updated to 4.10
PR: ports/161513
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) |
4.9 03 Oct 2011 08:51:49
 |
sbz  |
- 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
 |
jlaffaye  |
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
 |
miwi  |
- Update to 4.7
PR: 158336
Submitted by: maintainer |
4.6_1 25 Jun 2011 04:28:06
 |
miwi  |
- 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
 |
wen  |
- Update to 4.6 and unbreak it.
Approved by: bapt@(portmgr) |
4.3 16 Jun 2011 19:11:11
 |
bapt  |
Over to new volunteer, keep broken as it still doesn't fetch |
4.3 16 Jun 2011 17:42:42
 |
bapt  |
Mark broken some ports with unfetchable distfiles |
4.3 14 Feb 2011 06:29:56
 |
wen  |
- Update to 4.3 |
4.1 03 Aug 2010 23:23:52
 |
glarkin  |
- 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
 |
wen  |
- Update to 4.1
Feature safe: yes |
3.10 24 May 2010 00:56:00
 |
wen  |
- Update to 3.10
- Reset maintainer |
3.9.1 29 Nov 2009 09:31:48
 |
wen  |
- Update to 3.9.1 |
3.9 22 Aug 2009 00:18:43
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
3.9 04 Apr 2009 17:39:54
 |
miwi  |
- Update to 3.9 |
3.8.1 08 Jan 2009 16:02:26
 |
miwi  |
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
 |
ahze  |
Remove this port, it is a dupe to devel/py-ro
Pointed out by: barner |
3.4 02 Mar 2005 09:05:39
 |
ahze  |
Add py-pyro 3.4, distributed Object Technology system written entirely
in Python.
PR: ports/78261
Submitted by: Choe, Cheng-Dae |