10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-rw99afv68c92LWmKUErB1y0Cts69UEpI0GCxSMvD+B8=";
30 llvmPackages.libcxxStdenv
33 # running the suite is hard, needs to generate xml_generator.cfg
34 # but the format doesn't accept -isystem directives
38 description = "Python package for easy C++ declarations navigation";
39 homepage = "https://github.com/gccxml/pygccxml";
40 changelog = "https://github.com/CastXML/pygccxml/blob/v${version}/CHANGELOG.md";
41 license = licenses.boost;
42 maintainers = with maintainers; [ teto ];