Search Criteria
Package Details: python-rpyc 4.1.5-1
Git Clone URL: | https://aur.archlinux.org/python-rpyc.git (read-only, click to copy) |
---|---|
Package Base: | python-rpyc |
Description: | Remote Python Call (RPyC), a transparent and symmetric RPC library |
Upstream URL: | http://rpyc.readthedocs.org |
Licenses: | |
Submitter: | sleduc |
Maintainer: | sleduc |
Last Packager: | sleduc |
Votes: | 18 |
Popularity: | 1.01 |
First Submitted: | 2015-07-12 15:43 |
Last Updated: | 2020-11-01 14:24 |
Dependencies (4)
- python (python-dbg)
- python-plumbum (python-plumbum-git)
- python-setuptools (make)
- python2-setuptools (make)
Required by (11)
- electron-cash (optional)
- electron-cash-git (optional)
- electrum-dash (optional)
- electrum-git (optional)
- electrum-ltc-git (optional)
- flexget
- flexget-git
- passhole
- python-angr-git
- python-idalink-git
- python-modin
Latest Comments
satiricon commented on 2019-11-17 18:09
if you are getting "ERROR: makedepends can not be set inside a package function" just remove the makedepends from the package functions and write it in the top. Like so:
Booloki commented on 2019-10-27 07:15
Hello, I have an error building package (with makepkg): ==> ERROR: makedepends can not be set inside a package function
sleduc commented on 2017-03-14 18:23
@greylts: I am not sure I understand your question : python2-pubsub does only depend on python2, python2-plumbum, and python2-setuptools as a makedependency.
There is no need to have python(3) installed if you only want the python2 version.
greyltc commented on 2017-03-14 17:27
Can you please make python2-rpyc not depend on python(3)?
lolilolicon commented on 2014-06-30 12:51
Since rpyc 3.3.0 python2-plumbum is required. It's stated[1] to be an optional dep, but the pypi package configuration makes it a hard dep.
[1] http://rpyc.readthedocs.org/en/latest/changelog.html