Search Criteria
Package Details: python-py_ecc 8.0.0_beta.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-py_ecc.git (read-only, click to copy) |
---|---|
Package Base: | python-py_ecc |
Description: | Elliptic curve crypto in python including secp256k1, alt_bn128, and bls12_381. |
Upstream URL: | https://github.com/ethereum/py_ecc |
Licenses: | MIT |
Submitter: | gilcu3 |
Maintainer: | gilcu3 |
Last Packager: | gilcu3 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-07-22 14:23 (UTC) |
Last Updated: | 2025-01-20 15:58 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- python-eth-typingAUR
- python-eth-utilsAUR
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
gilcu3 commented on 2025-01-20 15:59 (UTC) (edited on 2025-01-20 15:59 (UTC) by gilcu3)
@Xeonacid package has been updated, thanks for the suggestions. README not included as it does not seem informative, proper doc building should be done at some point.
Xeonacid commented on 2025-01-19 13:56 (UTC)
The PKGBUILD should adhere to Python package guidelines and some other improvements: - Add
python-eth-typing python-eth-utils
to depends - Addcheck()
- Install LICENSE and READMEMy adjusted PKGBUILD can be used as a reference.
I'd like to co-maintain the package if applicable.