category: Python requires: python27 sdesc: "Python lex and yacc" ldesc: "PLY is yet another implementation of lex and yacc for Python. Some notable features include the fact that its implemented entirely in Python and it uses LALR(1) parsing which is efficient and well suited for larger grammars." obsoletes: python-ply python2-ply external-source: python-ply