Name python-ply
Version 3.4
Summary Lex and Yacc implementation for Python2
Description PLY is yet another implementation of lex and yacc for\nPython. Although several other parsing tools are available for\nPython, there are several reasons why you might want to take a look\nat PLY:\n * It's implemented entirely in Python.\n * It uses LR-parsing which is reasonably efficient and well suited\n for larger grammars.\n * PLY provides most of the standard lex/yacc features including\n support for empty productions, precedence rules, error recovery,\n and support for ambiguous grammars.\n * PLY is extremely easy to use and provides very extensive error\n checking.
Section python
License BSD-3-Clause
Homepage http://www.dabeaz.com/ply/
Recipe file recipes-debian/python-ply/python-ply_debian.bb
Layer meta-debian (morty branch)
Inherits
  • allarch
  • debian-fix-timestamp
  • debian-multiarch
  • debian-package
  • debian-verify-version
  • distutils
  • distutils-base
  • distutils-common-base
  • python-dir
  • pythonnative
  • setuptools
Dependencies
  • python
  • python-distribute-native
  • python-native
PACKAGECONFIG options

Sources

git://github.com/ystk/debian-ply.git

Patches

None

Other branches

This recipe in other branches of meta-debian:

Branch Recipe
warrior (Yocto Project 2.7) python-ply 3.11
morty (Yocto Project 2.2) python-ply 3.4 (this recipe)