Package Details: python-eduvpn_common 3.0.0-1

Git Clone URL: https://aur.archlinux.org/python-eduvpn_common.git (read-only, click to copy)
Package Base: python-eduvpn_common
Description: EduVPN common library for python clients
Upstream URL: https://codeberg.org/eduVPN/eduvpn-common
Licenses: MIT
Submitter: hv15
Maintainer: hv15
Last Packager: hv15
Votes: 3
Popularity: 0.091821
First Submitted: 2023-03-05 14:56 (UTC)
Last Updated: 2025-04-19 07:52 (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

1 2 Next › Last »

hv15 commented on 2025-06-12 19:50 (UTC)

Hi @mehrad, it looks like your go installation isn't working correctly. I was able to build this package in a chroot using makechrootpkg without issue. Are you perhaps calling makepkg from some reduced environment?

mehrad commented on 2025-06-11 09:28 (UTC)

Building the AUR results in this error. I am not sure if this should be reported here or on https://codeberg.org/eduVPN/eduvpn-common

==> Starting build()...
CGO_ENABLED="1" go build -o lib/libeduvpn_common-3.0.0.so -buildmode=c-shared ./exports
go: module cache not found: neither GOMODCACHE nor GOPATH is set
make: *** [Makefile:9: build] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'python-eduvpn_common-3.0.0-1':
error: packages failed to build: python-eduvpn_common-3.0.0-1

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

Please update this to version 1.1.2 and then also update python-eduvpn-client with this dependency. See my comment in https://aur.archlinux.org/packages/python-eduvpn-client

Thanks for maintaining.

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 12:47 (UTC)

@TheCrazyRABBIT13 sure that would be helpful.

TheCrazyRABBIT13 commented on 2023-03-06 12:33 (UTC)

@hv15 None. But I found out I only get this error, if I rebuild the package. When it was first installed as dependency in the last update of python-eduvpn-client it installed flawlessly. Although I had an error in the build process of python-eduvpn-client during this last update and the troubleshooting of this error lead me to the error in the rebuild process of this package. Maybe I should post the original error in the comment section of python-eduvpn-client?

hv15 commented on 2023-03-06 08:34 (UTC)

@TheCrazyRABBIT13 what version of python-importlib-metadata or python-importlib_resources do you have installed?

TheCrazyRABBIT13 commented on 2023-03-05 22:01 (UTC) (edited on 2023-03-05 22:03 (UTC) by TheCrazyRABBIT13)

I'm getting following error when trying to build

$  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'
    make: *** [Makefile:13: pack] Fehler 1
    ==> ERROR: An error occurred in build().
        Aborting...
    Error: can not build ‚python-eduvpn_common-1.0.0-2‘:
    Error: can not build package: python-eduvpn_common-1.0.0-2

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

@zeroconf thanks! I've dropped the detached sig, tracking cause upstream https://github.com/eduvpn/eduvpn-common/issues/11.