Source: python-rply
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
Build-Depends:
 debhelper (>= 9~),
 devscripts,
 dh-python,
 pypy,
 pypy-appdirs,
 pypy-setuptools,
 python,
 python-appdirs,
 python-setuptools,
 python3,
 python3-appdirs,
 python3-setuptools,
Standards-Version: 3.9.8
Homepage: https://github.com/alex/rply
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-rply.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-rply.git
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.1

Package: python-rply
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: pure Python based parser that also works with RPython (Python 2)
 This package provides a pure Python based parser generator, that also
 works with RPython. It is a more-or-less direct port of David
 Bazzley's awesome PLY, with a new public API, and RPython support.
 .
 This package provides Python 2 bindings only.

Package: python3-rply
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: pure Python based parser that also works with RPython (Python 3)
 This package provides a pure Python based parser generator, that also
 works with RPython. It is a more-or-less direct port of David
 Bazzley's awesome PLY, with a new public API, and RPython support.
 .
 This package provides Python 3 bindings only.

Package: pypy-rply
Architecture: all
Depends: ${misc:Depends}, ${pypy:Depends}
Description: pure Python based parser that also works with RPython (PyPy)
 This package provides a pure Python based parser generator, that also
 works with RPython. It is a more-or-less direct port of David
 Bazzley's awesome PLY, with a new public API, and RPython support.
 .
 This package provides PyPy bindings only.
