10 buildPythonPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-viMfB/nDrvDA/IGRZEX+yXylxbbmqbh/fgdYXBzK0zM=";
21 buildInputs = [ pytools six cgen ];
22 propagatedBuildInputs = [ appdirs ];
24 pythonImportsCheck = [ "codepy" ];
30 homepage = "https://github.com/inducer/codepy";
31 description = "Generate and execute native code at run time, from Python";
32 license = licenses.mit;
33 maintainers = with maintainers; [ atila ];