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