Port details |
- py-RPyC Remote Python Call
- 6.0.1 devel =2 6.0.0Version of this port present on the latest quarterly branch.
- Maintainer: skozlov@FreeBSD.org
- Port Added: 2009-02-09 22:33:29
- Last Update: 2024-10-01 16:27:10
- Commit Hash: f4494a7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://rpyc.readthedocs.org/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- 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}rpyc>0:devel/py-RPyC@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-RPyC/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-RPyC
- pkg install py311-rpyc
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 py311-rpyc listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-rpyc
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1727799649
SHA256 (tomerfiliba-org-rpyc-6.0.1_GH0.tar.gz) = 8b73d5ae5bd055dc89635182f9625d4399e7f2dacebdbfce8bf2ad5ee590a00c
SIZE (tomerfiliba-org-rpyc-6.0.1_GH0.tar.gz) = 1274201
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:
-
- py311-hatchling>=0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-plumbum>0 : sysutils/py-plumbum@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- security/py-angr
- security/py-pwntools
- security/py-pykeepass-cache
- www/flexget
-
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 py311-rpyc-6.0.1:
PLUMBUM=on: Required for features like rpyc_classic.py and zero deploy
===> Use 'make config' to modify these settings
- Options name:
- devel_py-RPyC
- USES:
- cpe python shebangfix
- 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 |
6.0.1 01 Oct 2024 16:27:10 |
Serhii (Sergey) Kozlov (skozlov) |
devel/py-RPyC: update to 6.0.1
Changelog: https://rpyc.readthedocs.io/en/latest/changelog.html |
6.0.0 26 Feb 2024 21:53:47 |
Serhii (Sergey) Kozlov (skozlov) |
devel/py-RPyC: update to 6.0.0
Changelog: https://rpyc.readthedocs.io/en/latest/changelog.html |
5.3.1_1 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> |
5.3.1_1 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
5.3.1 13 Mar 2023 23:41:09 |
Serhii (Sergey) Kozlov (skozlov) |
devel/py-RPyC: update to 5.3.1
Changelog: https://github.com/tomerfiliba-org/rpyc/releases/tag/5.3.1 |
5.3.0 05 Feb 2023 21:29:34 |
Serhii (Sergey) Kozlov (skozlov) |
devel/py-RPyC: update to 5.3.0
Changelog: https://github.com/tomerfiliba-org/rpyc/releases/tag/5.3.0 |
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) |
5.1.0 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 ) |
5.1.0 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 ) |
5.1.0 11 May 2022 23:11:32 |
Serhii (Sergey) Kozlov (skozlov) |
devel/py-RPyC: update to 5.1.0
Changelog: https://github.com/tomerfiliba-org/rpyc/releases/tag/5.1.0 |
5.0.1 14 Oct 2021 21:30:38 |
Stefan Eßer (se) |
devel/py-RPyC: Add CPE information
Approved by: portmgr (blanket) |
5.0.1 11 Apr 2021 14:40:04 |
Serhii (Sergey) Kozlov (skozlov) |
devel/py-RPyC: Update to 5.0.1
New branch has some incompatibilities with 4.x, please check out the
changelog before upgrading:
https://rpyc.readthedocs.io/en/latest/changelog.html#backwards-incompatible |
4.1.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.5 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
4.1.5 26 Sep 2020 18:50:10 |
skozlov |
devel/py-RPyC: Update to 4.1.5
Changelog: https://github.com/tomerfiliba-org/rpyc/blob/master/CHANGELOG.rst |
4.1.2 20 Dec 2019 14:20:05 |
skozlov |
devel/py-RPyC: Update to 4.1.2
- Update distinfo and PORTVERSION
- Pet portlint while here
RPyC 4.x.x is not completely backwards compatible with RPyC 3.x.x.
Backward incompatibilities list can be found at:
https://rpyc.readthedocs.io/en/latest/changelog.html#backward-incompatibilities
Relnotes: https://rpyc.readthedocs.io/en/latest/changelog.html
Sponsored by: Intel Corporation |
3.3.0_1 23 Sep 2018 08:13:44 |
skozlov |
Change MAINTAINER in my ports to @FreeBSD.org email
Approved By: sbruno
Differential Revision: https://reviews.freebsd.org/D17284 |
3.3.0_1 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 |
3.3.0_1 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 ) |
3.3.0_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
3.3.0_1 04 Sep 2015 17:13:01 |
jbeich |
devel/py-RPyC: properly register py-plumbum dependency
This fixes package consumers like www/py-flexget since r363629.
$ flexget
Traceback (most recent call last):
File "/usr/local/bin/flexget", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 3074, in <module>
@_call_aside
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 3060, in _call_aside
f(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 3087, in _initialize_master_working_set
working_set = WorkingSet._build_master()
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 645, in _build_master
ws.require(__requires__)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 946, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py",
line 833, in resolve
raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'plumbum' distribution was not found
and is required by rpyc
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D3566 |
3.3.0 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
3.3.0 31 Jul 2014 16:13:00 |
wg |
devel/py-RPyC: update to 3.3.0
PR: 191850
Submitted by: maintainer |
3.2.3 19 Jan 2014 13:37:38 |
mva |
- Convert to PYDISTUTILS_AUTOPLIST
- Remove obsolete patch, now that setuptools is used
PR: ports/184809
Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> |
3.2.3 01 Oct 2013 07:24:07 |
wen |
- Pass maintainership to new volunteer |
3.2.3 30 Sep 2013 06:16:23 |
wen |
- Update to 3.2.3 [1]
- Update WWW and MASTER_SITES [1]
- Support stage build
- Reset maintainer to ports@
PR: 182378 [1]
Submitted by: Kozlov Sergey <kozlov.sergey.404@gmail.com> [1] |
3.1.0 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
3.1.0 11 Aug 2011 11:04:20 |
wen |
- Update to 3.1.0
- Add CHEESESHOP mirror
- Use DOS2UNIX
- Update WWW
PR: ports/159106
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
3.0.7 14 Mar 2011 00:46:10 |
wen |
- Update to 3.0.7
- Add License
PR: ports/155521
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
3.0.6 11 Aug 2010 17:46:16 |
glarkin |
- Restricted Python version to 2.5+, since 2.4 exits with a syntax
error during the build.
PR: ports/149336
Submitted by: glarkin
Approved by: wen (via email) |
3.0.6 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
3.0.6 17 Aug 2009 20:29:23 |
miwi |
- Update to 3.0.6
PR: 137816
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
3.0.5 11 Apr 2009 11:44:27 |
miwi |
- Update to 3.0.5
PR: 133589
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
3.0.4 09 Mar 2009 20:45:25 |
miwi |
- Update to 3.0.4
PR: 132297
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
3.02 09 Feb 2009 22:33:07 |
miwi |
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> |