1 { lib, buildPythonPackage, fetchPypi, python }:
3 buildPythonPackage rec {
9 sha256 = "2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0";
13 ${python.interpreter} -m unittest discover -s tests
17 description = "C parser in Python";
18 homepage = "https://github.com/eliben/pycparser";
19 license = licenses.bsd3;
20 maintainers = with maintainers; [ domenkozar ];