Source: python-eth-hash Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Manuel Guerra , Soren Stoutner Build-Depends: debhelper-compat (= 13), dh-sequence-python3 Build-Depends-Indep: python3-all, python3-pycryptodome, python3-setuptools, python3-wheel, dh-sequence-sphinxdoc , python3-sphinx , python3-sphinx-rtd-theme , python3-typing-extensions , sphinx-common , python3-pytest Homepage: https://github.com/ethereum/eth-hash Vcs-Browser: https://salsa.debian.org/python-team/packages/python-eth-hash Vcs-Git: https://salsa.debian.org/python-team/packages/python-eth-hash.git Testsuite: autopkgtest-pkg-pybuild Standards-Version: 4.7.2 Package: python3-eth-hash Architecture: all # Python doesn't automatically detect the the binary package depends on # python3-pycryptodome. Depends: ${python3:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}, python3-pycryptodome Built-Using: ${sphinxdoc:Built-Using} Description: Ethereum hashing function (keccak256) The eth-hash package provides the Ethereum hashing function keccak256, which is sometimes (erroneously) called sha3. This package installs the library for Python 3.