Package Details: openpyn-nordvpn 3.0.0-4

Git Clone URL: https://aur.archlinux.org/openpyn-nordvpn.git (read-only, click to copy)
Package Base: openpyn-nordvpn
Description: Easily connect to and switch between OpenVPN servers hosted by NordVPN
Upstream URL: https://github.com/jotyGill/openpyn-nordvpn
Keywords: nordvpn
Licenses: GPL3
Provides: openpyn-nordvpn, python-openpyn
Submitter: brenix
Maintainer: None
Last Packager: dreieck
Votes: 11
Popularity: 0.000000
First Submitted: 2018-06-24 20:00 (UTC)
Last Updated: 2023-05-07 15:45 (UTC)

Latest Comments

« First ‹ Previous 1 2

macieks commented on 2020-04-17 18:38 (UTC) (edited on 2020-04-17 18:38 (UTC) by macieks)

Install script removes /etc/systemd/system/openpyn.service but the file is not owned by the package:

$ pacman -Qo /etc/systemd/system/openpyn.service
error: No package owns /etc/systemd/system/openpyn.service

brenix commented on 2019-03-08 03:23 (UTC)

Hey @j.taala - I am not able to reproduce this locally. I don't use pacaur, but maybe the cache is causing the conflict? You might be able to build with -c or --cachedir /some/other/path and see if that helps..

j.taala commented on 2019-03-07 07:59 (UTC) (edited on 2019-03-07 08:01 (UTC) by j.taala)

Fails at install step:

==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "openpyn-nordvpn"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: openpyn-nordvpn 2.2.0.r312.ge6ffebf-1 (Thu 07 Mar 2019 18:43:55 AEDT)
==> Cleaning up...
:: Installing openpyn-nordvpn package(s)...
:: openpyn-nordvpn package(s) failed to install.
:: ensure package version does not mismatch between .SRCINFO and PKGBUILD
:: ensure package name has a VCS suffix if this is a devel package

brenix commented on 2018-08-21 02:13 (UTC)

FYI - Package has been updated to install from the master branch of the git repo, rather than a tagged release/archive as it looks like the developer is no longer tagging releases. This will help keep the package up to date with the source until tags are created for new versions..

brenix commented on 2018-07-10 02:42 (UTC)

Added missing dependencies, thanks!

gavsiu commented on 2018-07-10 00:31 (UTC) (edited on 2018-07-10 00:47 (UTC) by gavsiu)

sudo openpyn --init
Traceback (most recent call last):
  File "/usr/bin/openpyn", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3095, in <module>
    @_call_aside
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3079, in _call_aside
    f(*args, **kwargs)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3108, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 570, in _build_master
    ws.require(__requires__)
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 888, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 774, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'colorama' distribution was not found and is required by openpyn

Missing dependency "python-colorama". Fixed when I installed that. Also needed "wget" to download the .ovpn files.