7 buildPythonPackage rec {
8 pname = "python-ptrace";
12 inherit pname version;
13 sha256 = "1e3bc6223f626aaacde8a7979732691c11b13012e702fee9ae16c87f71633eaa";
16 # requires distorm, which is optionally
19 propagatedBuildInputs = [ six ];
22 description = "Python binding of ptrace library";
23 homepage = "https://github.com/vstinner/python-ptrace";
24 license = licenses.gpl2;
25 maintainers = with maintainers; [ mic92 ];