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

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

hv15 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.