1 { lib, pytest, fetchFromGitHub, buildPythonPackage, appdirs }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "1qv37hn7hhxd388znri76g0zjxsbwhxhcaic94dvw9pq4l60vqp6";
14 propagatedBuildInputs = [ appdirs ];
16 checkInputs = [ pytest ];
18 HOME=$(mktemp -d) py.test tests
22 description = "A python Lex/Yacc that works with RPython";
23 homepage = "https://github.com/alex/rply";
24 license = licenses.bsd3;
25 maintainers = with maintainers; [ nixy ];