7 buildPythonPackage rec {
8 pname = "python-ptrace";
13 inherit pname version;
14 hash = "sha256-Vrv+9E6vOne+SBOMyldnzfRx6CeP4Umfm3LxUZB/Jc8=";
21 # requires distorm, which is optionally
25 description = "Python binding of ptrace library";
26 homepage = "https://github.com/vstinner/python-ptrace";
27 changelog = "https://github.com/vstinner/python-ptrace/blob/${version}/doc/changelog.rst";
28 license = licenses.gpl2;
29 maintainers = with maintainers; [ mic92 ];