Package Details: python-eduvpn-client 4.2.1-2

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
Keywords: vpn
Licenses: GPL
Submitter: hv15
Maintainer: hv15
Last Packager: hv15
Votes: 3
Popularity: 0.000003
First Submitted: 2021-04-21 07:42 (UTC)
Last Updated: 2024-03-10 11:14 (UTC)

Pinned Comments

hv15 commented on 2023-03-07 14:28 (UTC)

Re-added signature, users need to retrieve the PGP public key from upstream: https://app.eduvpn.org/linux/v4/deb/app+linux@eduvpn.org.asc.

For convenience, you can also do the following (note the dash - at the end of the line!):

curl https://app.eduvpn.org/linux/v4/deb/app+linux@eduvpn.org.asc | gpg --import -

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

gothicVI commented on 2023-03-05 21:18 (UTC)

@hv15 Update worked now. Thanks! Is this, however, expected:

$ eduvpn-gui --version
eduVPN Linux client version 3.1.0

hv15 commented on 2023-03-05 20:00 (UTC)

@gothicVI the sig error is coming from the dependency python-eduvpn_common, I've pushed a new release for that. You should be able to complete the build of python-eduvpn-client now.

gothicVI commented on 2023-03-05 19:59 (UTC)

@hv15 so there'll be a new version soon? I couldn't find anything obvious upstream.

hv15 commented on 2023-03-05 19:55 (UTC)

@gothicVI thanks, I've dropped the detached sig, something upstream went wrong I guess.

gothicVI commented on 2023-03-05 15:13 (UTC) (edited on 2023-03-05 15:16 (UTC) by gothicVI)

I'm getting

==> Verifying source file signatures with gpg...
    eduvpn-common-1.0.0.tar.xz ... FAILED (unknown public key 02BB8048BBFF222C)
==> ERROR: One or more PGP signatures could not be verified!
error: target not found: python-eduvpn_common

but then also

$ gpg --recv-key 02BB8048BBFF222C
gpg: keyserver receive failed: No data

Problem isn't solved by

$ rm -rf ~/.cache/yay/python-eduvpn*

hv15 commented on 2023-03-05 14:59 (UTC)

@all version 4.0.0 makes use of external module python-eduvpn_common, if anyone has issues running this please let me know ASAP!

hv15 commented on 2023-03-05 14:59 (UTC)

@tirolr the original design should allow for other plugins other than NetworkManager, but this has not been done upstream yet. If it would help other users, I can make it a hard dependency for the moment.

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 had python point to python2 instead of to python3.

I'd like to see a bit more thorough check upstream such that they explicitly call python3 instead of the generic python 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.