11 buildPythonPackage rec {
16 disabled = pythonOlder "3.7";
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-wHZy2BG3h+OMTvIAPtLlq1vsW5V/TqZdnzBJ9VipMiQ=";
25 nativeBuildInputs = [ setuptools ];
29 llvmPackages.libcxxStdenv
32 # running the suite is hard, needs to generate xml_generator.cfg
33 # but the format doesn't accept -isystem directives
37 description = "Python package for easy C++ declarations navigation";
38 homepage = "https://github.com/gccxml/pygccxml";
39 changelog = "https://github.com/CastXML/pygccxml/blob/v${version}/CHANGELOG.md";
40 license = licenses.boost;
41 maintainers = with maintainers; [ teto ];