Search Criteria
Package Details: python-eduvpn-client 3.1.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-eduvpn-client.git (read-only, click to copy) |
---|---|
Package Base: | python-eduvpn-client |
Description: | Linux client and Python client API for eduVPN |
Upstream URL: | https://github.com/eduvpn/python-eduvpn-client |
Licenses: | Apache |
Submitter: | hv15 |
Maintainer: | hv15 |
Last Packager: | hv15 |
Votes: | 3 |
Popularity: | 0.048270 |
First Submitted: | 2021-04-21 07:42 (UTC) |
Last Updated: | 2022-08-04 07:22 (UTC) |
Dependencies (10)
- dbus-python
- hicolor-icon-theme (hicolor-icon-theme-git)
- mypy (mypy-git)
- python-gobject (python-gobject-git)
- python-pynacl
- python-requests-oauthlib
- python-wheel
- python-build (make)
- python-installer (python-installer-git) (make)
- networkmanager-openvpn (networkmanager-openvpn-git, networkmanager-openvpn-gtk2, networkmanager-openvpn-xdg, networkmanager-openvpn-xdg-bin) (optional) – For using NM to manage OpenVPN tun devices
Latest Comments
tirolr commented on 2022-08-03 20:44 (UTC)
For anyone getting 'Expected one openvpn VPN plugins, got: 0', installing the package networkmanager-openvpn fixed it for me.
gothicVI commented on 2021-10-05 07:10 (UTC)
@hv15 thanks for your reply. I actually don't want any
python2
compatibility. I just hadpython
point topython2
instead of topython3
.I'd like to see a bit more thorough check upstream such that they explicitly call
python3
instead of the genericpython
executable.hv15 commented on 2021-10-05 07:05 (UTC) (edited on 2021-10-05 07:06 (UTC) by hv15)
@gothicVI yes its due to the code being python3 flavored, I doubt that it can be made compatible with python2.
EDIT: pushed a change that forces python3 to be used.
gothicVI commented on 2021-10-04 18:36 (UTC) (edited on 2021-10-04 19:58 (UTC) by gothicVI)
Installation fails with
EDIT: Somewhat solved: I have
~/bin/python
being a symlink to/bin/python2
in order to have some old scripts working. Removing that symlink allowed for a smooth build... Maybe this can be addressed upstream. I'll add that to my issue here: https://github.com/eduvpn/python-eduvpn-client/issues/411hv15 commented on 2021-05-02 09:38 (UTC)
@lowph thanks!
lowph commented on 2021-05-01 19:48 (UTC)
I had to add python-wheel to the depends array and python-pip to the makedepends to get it to build.