Search Criteria
Package Details: python-pysodium 0.7.12-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pysodium.git (read-only, click to copy) |
---|---|
Package Base: | python-pysodium |
Description: | python libsodium wrapper |
Upstream URL: | https://github.com/stef/pysodium |
Licenses: | BSD |
Submitter: | hrehfeld |
Maintainer: | hrehfeld |
Last Packager: | hrehfeld |
Votes: | 1 |
Popularity: | 0.000410 |
First Submitted: | 2019-01-20 16:12 (UTC) |
Last Updated: | 2022-12-18 13:26 (UTC) |
Dependencies (8)
- libsodium (libsodium-git)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312)
- python (nogil-python, python36, python32, python39, python38, python37, python311, python312) (make)
- python-build (make)
- python-installer (python-installer-git) (make)
- python-pip (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
yan12125 commented on 2022-12-19 04:42 (UTC)
Thanks it works!
hrehfeld commented on 2022-12-18 13:36 (UTC)
Thanks! Should be fixed. I was calling tests wrongly, no idea why it worked on my system though :shrug:
yan12125 commented on 2022-12-18 06:46 (UTC)
Thanks! I also need two changes to make it build:
export PYTHONPATH="$PWD/.."
beforepython test_pysodium.py
hrehfeld commented on 2022-12-17 22:41 (UTC)
@yan12125 finally found time to update according to your suggestions, can you take a look?
yan12125 commented on 2022-03-05 10:43 (UTC)
Well, generally it's preferred to let makepkg download source files instead of downloading things in
build()
. makepkg can guarantee downloaded files are the same as what package maintainers got (via checksums), not something else replaced or hacked.Other changes are minor improvements: add check(), fix shebang to get rid of a namcap warning & remove site-packages/test, which often results in conflicts with other packages.
By the way, python-wheel is needed for the current PKGBUILD, otherwise egg-info is installed instead of dist-info, and the last command in
package()
fails.hrehfeld commented on 2022-03-04 15:12 (UTC)
Can you explain what your PKGBUILD improves? What's wrong with using pip to install the package?
yan12125 commented on 2022-02-25 06:11 (UTC)
Here is an updated PKGBUILD with various fixes/improvements: https://fars.ee/1qYz