10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 sha256 = "4ec99d0c832d9f95f5e51dd18a629ad50df0b5464ce557ef42c6e0cd9478bfcf";
20 nativeCheckInputs = [ pytest ];
21 propagatedBuildInputs = [
31 description = "C/C++ source generation from an AST";
32 homepage = "https://github.com/inducer/cgen";
33 license = lib.licenses.mit;
34 maintainers = with lib.maintainers; [ sigmanificient ];