1 { lib, fetchPypi, buildPythonPackage, ply, isPy3k }:
2 buildPythonPackage rec {
8 sha256 = "0g3flgfm3jpb2d8v9z0qmbwca5gxdqr10cs3zvlfhv5cs06ahpnp";
11 propagatedBuildInputs = [ ply ];
16 homepage = "https://github.com/erezsh/plyplus";
17 description = "A general-purpose parser built on top of PLY";
18 maintainers = with lib.maintainers; [ twey ];
19 license = lib.licenses.mit;