7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "75554b3b8ad0553ce2f607627dad3d95c60c441189875b98e097528f8e23ac0c";
16 propagatedBuildInputs = [
21 description = "Extract semantic information about static Python code";
22 homepage = "https://github.com/serge-sans-paille/beniget";
23 license = lib.licenses.bsd3;