12 buildPythonPackage rec {
14 version = "2.4.7.2.4.1";
17 disabled = pythonOlder "3.7";
20 inherit pname version;
21 hash = "sha256-2RfwGnSz/GFPk565n8MooIybHeWAlWYMDylZd0S/HTA=";
29 nativeCheckInputs = [ pexpect ];
32 ${python.interpreter} tests/cPyparsing_test.py
35 pythonImportsCheck = [ "cPyparsing" ];
38 description = "Cython PyParsing implementation";
39 homepage = "https://github.com/evhub/cpyparsing";
40 changelog = "https://github.com/evhub/cpyparsing/releases/tag/v${version}";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ fabianhjr ];