Search Criteria
Package Details: python2-pynacl-git 1.4.0.r21.gc3279b1-1
Git Clone URL: | https://aur.archlinux.org/python2-pynacl-git.git (read-only, click to copy) |
---|---|
Package Base: | python2-pynacl-git |
Description: | A simple ctypes based python binding to libsodium |
Upstream URL: | http://libnacl.readthedocs.org |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 2 |
Popularity: | 0.27 |
First Submitted: | 2016-12-27 16:21 |
Last Updated: | 2020-09-27 16:17 |
Dependencies (4)
- git (git-git) (make)
- libsodium (libsodium-git) (make)
- python-setuptools (make)
- python2-setuptools (make)
Required by (5)
- python2-autobahn (requires python2-pynacl) (make)
- python2-autobahn (requires python2-pynacl) (optional)
- python2-paramiko
- python2-syutil (requires python2-pynacl)
- python2-syutil-git (requires python2-pynacl)
Latest Comments
drmoose commented on 2020-09-27 16:15
Adding
conflicts=('python2-pynacl')
to the PKGBUILD (in addition to theprovides
line which is already there) fixes the install conflicts. Pacman will offer to removepython2-pynacl
for you as part of installing this package.EDIT: Four minutes later, the maintainer has added it and this package is fixed. Nicely done.
cknoblauch commented on 2020-09-27 15:41
I also ran into this while trying to upgrade python2-paramiko, like @Zwenn76. I fixed it by uninstalling that package (which removed python2-pynacl as an orphan dependency) and reinstalling it with no issue.
Note though that if the official python2-pynacl package is upgraded it will fail unless it starts "providing" python2-pynacl in its
PKGBUILD
the same way as python2-pynacl-git does, otherwise package managers will assume both packges can coexist and the upgrade will fail.alwyns42 commented on 2020-09-25 12:43
The package also has replaces('python2-pynacl') which is supposed to work when doing a a sysupgrade, but it does not.
I got it to work by doing yay -Syu --overwrite '/usr/lib/python2.7/site-packages/nacl/*'
This is one place where I find the Arch tooling to be inferior to others.
Zwenn76 commented on 2020-09-23 13:52
I cannot install this package since it conflicts with python2-pynacl which already exists on my system. ertua mentioned to add the provides=('python2-pynacl') to the PKGBUILD, but as far as I can see this is already provided in the file. By the way, I am having this problem since I want to update the python2-paramiko package.
ertua commented on 2020-05-25 09:50
Those who need the now-defunct python2-pynacl package, can add
provides=('python2-pynacl')
to this PKGBUILD to make dependency issues resolvable.
aboe commented on 2016-12-24 23:12
shouldn't this be renamed to python2-pynacl-git?