Package Details: python-eduvpn-client 4.4.0-4

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.116863
First Submitted: 2021-04-21 07:42 (UTC)
Last Updated: 2024-12-25 08:55 (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 5 Next › Last »

dmark04 commented on 2023-11-24 13:02 (UTC) (edited on 2023-11-24 13:23 (UTC) by dmark04)

Please update: Latest version 4.1.3 was released almost 3 months ago. https://github.com/eduvpn/python-eduvpn-client/releases/tag/4.1.3

I think it should be as easy as just updating pkgver=4.1.3

Edit: and once python-eduvpn_common is updated to 1.1.2 it would be nice to update that in the dependencies.

For me it builds (and works) just fine with these small changes.

Thanks for maintaining.

dreieck commented on 2023-05-12 12:28 (UTC)

python-argparse must be removed from the depends array, see ↗ here.

Thanks for maintaining!

bphil commented on 2023-03-10 14:55 (UTC)

@TheCrazyRABBIT13 New version of setuptools solves this problem.

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 -

hv15 commented on 2023-03-06 20:10 (UTC)

@gothicVI oh you have both the AUR package and the pip user local one installed? I suggest you only use one or the other, don't install both on your system, it creates exactly the kind of issue you've reported. The pip user local packages by default are picked up first on your PATH/PYTHONPATH.

gothicVI commented on 2023-03-06 16:37 (UTC)

@hv15 sort of yes but no.

The installation worked for sure, however, the version remained 3.1.0. Also, the gui didn't change. Today, after a reboot, still:

$ eduvpn-gui --version
eduVPN Linux client version 3.1.0
$ which eduvpn-gui 
/home/$whoami/.local/bin/eduvpn-gui
$ /usr/bin/eduvpn-gui --version
eduVPN Linux client version 3.1.0
$ yay -Q python-eduvpn-client 
python-eduvpn-client 4.0.0-1

After pip install -U eduvpn-client the gui is different and I'm getting:

$ eduvpn-gui --version
eduVPN client version 4.0.0
$ /usr/bin/eduvpn-gui --version
eduVPN client version 4.0.0

So everything seems to be fine but it's strange that a reboot and a pip update of the user package were necessary.

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

@gothicVI are you sure the installation worked? I get 4.0.0 from the same command...

hv15 commented on 2023-03-06 14:05 (UTC) (edited on 2023-03-06 14:06 (UTC) by hv15)

@TheCrazyRABBIT13 that's a very strange error message, it implies that your installation of setuptools is somehow not working correctly. I don't have a Manjaro system to hand to test this, but I suggest you check and make sure Manjaro supports PEP517-based python wheel building and installation.

TheCrazyRABBIT13 commented on 2023-03-06 13:43 (UTC)

With the new update I get this error on Manjaro, not on other Arch-based Distros:

File "/usr/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 253, in finalize_options
        if pd is not None and pd.key == self.egg_name.lower():
    AttributeError: 'PathDistribution' object has no attribute 'key'

    ERROR Backend subprocess exited when trying to invoke build_wheel
    ==> ERROR: An error occurred in build().
        Aborting...
    Error: can not build ‚python-eduvpn-client-4.0.0-1‘:
    Error: can not build package: python-eduvpn-client-4.0.0-1

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