python3-eth-utils_5.0.0.bb 555 B

12345678910111213141516171819
  1. SUMMARY = "Common utility functions for codebases which interact with ethereum."
  2. HOMEPAGE = "https://github.com/ethereum/eth-utils"
  3. SECTION = "devel/python"
  4. LICENSE = "MIT"
  5. LIC_FILES_CHKSUM = "file://LICENSE;md5=6749008d847c14b9718949c2e24d5c0a"
  6. SRC_URI[sha256sum] = "a5eb9555f43f4579eb83cb84f9dda9f3d6663bbd4a5a6b693f8d35045f305a1f"
  7. PYPI_PACKAGE = "eth_utils"
  8. UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
  9. inherit pypi setuptools3
  10. RDEPENDS:${PN} += " \
  11. python3-eth-hash \
  12. python3-eth-typing \
  13. python3-setuptools \
  14. python3-toolz \
  15. "