7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 hash = "sha256-Fs+CMV4eRKcB+KdV93ncgcqaMnO5etnMY/ivmSJh3Wc=";
17 fetchSubmodules = true;
21 homepage = "https://github.com/ned14/pcpp";
22 description = "C99 preprocessor written in pure Python";
24 license = licenses.bsd0;
25 maintainers = with maintainers; [ rakesh4g ];