Search Criteria
Package Details: python-unicrypto 0.0.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-unicrypto.git (read-only, click to copy) |
---|---|
Package Base: | python-unicrypto |
Description: | Unified interface for cryptographic libraries. |
Upstream URL: | https://github.com/skelsec/unicrypto |
Licenses: | MIT |
Submitter: | tikrass |
Maintainer: | tikrass |
Last Packager: | tikrass |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-08-17 20:11 (UTC) |
Last Updated: | 2023-05-07 16:09 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- python-pycryptodomex
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
tikrass commented on 2023-05-07 16:11 (UTC)
Thanks @dreieck for the input. I updated the PKGBUILD and the issues should be resolved.
dreieck commented on 2023-05-07 15:18 (UTC) (edited on 2023-05-07 15:19 (UTC) by dreieck)
I think you should switch to using
python -m build
andpython -m installer
instead of invokingsetup.py
directly:e.g. (just the idea, not tested with your package):
Regards!