7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 hash = "sha256-EMvvR+Fo38YvFNtXXPHEKAN6K4gc7mw8/O2gQ5wkPnE=";
18 pythonImportsCheck = [ "speg" ];
20 # checks fail for seemingly spurious reasons
24 description = "A PEG-based parser interpreter with memoization (in time)";
25 homepage = "https://github.com/avakar/speg";
26 license = with licenses; [ mit ];
27 maintainers = with maintainers; [ xworld21 ];