Search Criteria
Package Details: python-eth-keys 0.7.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-eth-keys.git (read-only, click to copy) |
|---|---|
| Package Base: | python-eth-keys |
| Description: | A common API for Ethereum key operations with pluggable backends |
| Upstream URL: | https://github.com/ethereum/eth-keys |
| Licenses: | MIT |
| Submitter: | Kewl |
| Maintainer: | carlosal1015 |
| Last Packager: | carlosal1015 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-09-16 13:33 (UTC) |
| Last Updated: | 2025-04-09 15:33 (UTC) |
Dependencies (7)
- python-eth-typingAUR
- python-eth-utilsAUR
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-coincurveAUR (python-coincurve-gitAUR) (optional) – for CoinCurveECCBackend support
Latest Comments
Xeonacid commented on 2025-01-19 13:13 (UTC)
The PKGBUILD should adhere to Python package guidelines and some other improvements: -
python-factory-boyshould be added as a dependency - It may not use--skip-dependency-checkwhen building - It should usecheck()to run tests - What doesPYTHONPYCACHEPREFIX="${PWD}/.cache/cpython/"use for? It builds fine wihout it.My adjusted PKGBUILD can be used as a reference.
I'd like to co-maintain the package if applicable.