Source: python-ply
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/dabeaz/ply/tags
Vcs-Browser: https://github.com/alvistack/dabeaz-ply
Vcs-Git: https://github.com/alvistack/dabeaz-ply.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-ply
Architecture: all
Description: Python Lex & Yacc
 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.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
