11 buildPythonPackage rec {
12 pname = "py-eth-sig-utils";
15 src = fetchFromGitHub {
17 repo = "py-eth-sig-utils";
19 hash = "sha256-PNvEHH5w2ptntRGzqWrqlbIzJJsT60OXg/Dh5f6Wq9k=";
22 propagatedBuildInputs = [
29 # lots of: isinstance() arg 2 must be a type or tuple of types
33 ${python.interpreter} -m unittest
36 pythonImportsCheck = [ "py_eth_sig_utils" ];
39 description = "Collection of functions to generate hashes for signing on Ethereum";
40 homepage = "https://github.com/rmeissner/py-eth-sig-utils";
41 license = licenses.mit;
42 maintainers = with maintainers; [ ];
43 # TODO: upstream is stale and doesn't not work with the new `eth-abi` package any more.