9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
18 sha256 = "134q0z0dqzxzr0jw5jr98kp90kx2dl0qw9smykwxdgq555q1l6qa";
21 propagatedBuildInputs = [ future ];
23 nativeCheckInputs = [ pytestCheckHook ];
26 description = "Ethereum Virtual Machine (EVM) assembler and disassembler";
27 mainProgram = "evmasm";
28 homepage = "https://github.com/crytic/pyevmasm";
29 changelog = "https://github.com/crytic/pyevmasm/releases/tag/${version}";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ arturcygan ];