@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.
Search Criteria
Package Details: python-eduvpn-client 4.4.0-4
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://codeberg.org/eduVPN/linux-app |
Keywords: | vpn |
Licenses: | GPL-3.0-or-later |
Submitter: | hv15 |
Maintainer: | hv15 |
Last Packager: | hv15 |
Votes: | 6 |
Popularity: | 0.112235 |
First Submitted: | 2021-04-21 07:42 (UTC) |
Last Updated: | 2024-12-25 08:55 (UTC) |
Dependencies (22)
- dbus-python (python-dbus)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- gobject-introspection-runtime
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgexiv2
- libibus (libibus-gitAUR)
- libnm (libnm-gitAUR, libnm-iwdAUR)
- libnotify (libnotify-gitAUR)
- libsecret
- networkmanager-openvpn (networkmanager-openvpn-gitAUR, networkmanager-openvpn-gtk2AUR)
- pango (pango-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-eduvpn_commonAUR
- python-gobject
- python-pynacl
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-requests-oauthlib
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (0)
Sources (2)
hv15 commented on 2023-03-05 20:00 (UTC)
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.
gothicVI commented on 2021-10-04 18:36 (UTC) (edited on 2021-10-04 19:58 (UTC) by gothicVI)
Installation fails with
==> Starting build()...
File "setup.py", line 39
def extra_files_line(dir_: str):
^
SyntaxError: invalid syntax
==> ERROR: A failure occurred in build().
Aborting...
error making: python-eduvpn-client
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/411
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!):