1 { lib, buildPythonPackage, fetchPypi, pythonOlder, pytest }:
3 buildPythonPackage rec {
9 sha256 = "bfc941ea5a69e6ac16bd4f7d9f807bbc17e35edd8b95bcd2499a25b059359012";
12 checkInputs = [ pytest ];
18 disabled = pythonOlder "3.4";
21 homepage = "https://github.com/python-parsy/parsy";
22 description = "Easy-to-use parser combinators, for parsing in pure Python";
23 license = [ licenses.mit ];
24 maintainers = with maintainers; [ edibopp ];