Search Criteria
Package Details: python-eth-keys 0.6.1-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-01-14 20:42 (UTC) |
Dependencies (7)
- python-eth-typingAUR
- python-eth-utilsAUR
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-coincurveAUR (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-boy
should be added as a dependency - It may not use--skip-dependency-check
when 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.