Search Criteria
Package Details: python-eth-typing 5.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-eth-typing.git (read-only, click to copy) |
---|---|
Package Base: | python-eth-typing |
Description: | Common type annotations for ethereum python packages |
Upstream URL: | https://github.com/ethereum/eth-typing |
Licenses: | MIT |
Submitter: | algebro |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-01-19 19:35 (UTC) |
Last Updated: | 2025-01-09 21:47 (UTC) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
Xeonacid commented on 2025-01-19 13:11 (UTC)
The PKGBUILD should adhere to Python package guidelines and some other improvements: -
python-typing_extensions
should be added as a dependency - It should usearch=(any)
- 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. - Docs can be build with sphinxMy adjusted PKGBUILD can be used as a reference.
I'd like to co-maintain the package if applicable.
Xeonacid commented on 2025-01-12 10:55 (UTC)
https://github.com/ethereum/eth-typing/blob/v5.1.0/setup.py#L51 shows
python-typing_extensions
should be added as depends.