10 buildPythonPackage rec {
13 format = "setuptools";
15 src = fetchFromGitHub {
19 hash = "sha256-mO/wcIsDIBjoxUsFvzftj5H5ziJijJcoyrUk52fcyE4=";
22 propagatedBuildInputs = [ appdirs ];
30 export HOME=$(mktemp -d)
34 description = "Python Lex/Yacc that works with RPython";
35 homepage = "https://github.com/alex/rply";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ nixy ];