12 buildPythonPackage rec {
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
21 hash = "sha256-638otYA3e/Ld4mcM69yrqHQnGoK/Sfl/UA9FWnjgO/U=";
24 propagatedBuildInputs = [
35 pythonImportsCheck = [ "py_ecc" ];
38 description = "ECC pairing and bn_128 and bls12_381 curve operations";
39 homepage = "https://github.com/ethereum/py_ecc";
40 license = licenses.mit;
41 maintainers = with maintainers; [ ];