6 buildPythonPackage rec {
10 inherit pname version;
11 sha256 = "0hcd41bl07a8sx7nmx12p16xprnblc4phxkawwmmy78n8y6jfi4l";
13 # Tests fail although the package works just fine. Unfortunately
14 # the tests as run by the upstream CI server travis.org are broken.
17 license = licenses.mit;
18 homepage = "https://launchpad.net/parsley";
19 description = "A parser generator library based on OMeta, and other useful parsing tools.";
20 maintainers = with maintainers; [ seppeljordan ];