Search Criteria
Package Details: python-hexbytes 1.3.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-hexbytes.git (read-only, click to copy) |
|---|---|
| Package Base: | python-hexbytes |
| Description: | Python bytes subclass that decodes hex, with a readable console output |
| Upstream URL: | https://github.com/ethereum/hexbytes |
| Licenses: | MIT |
| Submitter: | Kewl |
| Maintainer: | carlosal1015 |
| Last Packager: | carlosal1015 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-09-16 11:36 (UTC) |
| Last Updated: | 2025-05-14 23:02 (UTC) |
Dependencies (5)
- python
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
Xeonacid commented on 2025-01-19 13:38 (UTC)
The PKGBUILD should adhere to Python package guidelines and some other improvements: - 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. - Docs can be built with sphinxMy adjusted PKGBUILD can be used as a reference.
I'd like to co-maintain the package if applicable.