Package Details: python-eth-typing 5.1.0-1

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)

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 use arch=(any) - It may not use --skip-dependency-check when building - It should use check() to run tests - What does PYTHONPYCACHEPREFIX="${PWD}/.cache/cpython/" use for? It builds fine wihout it. - Docs can be build with sphinx

My 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.