File: control

package info (click to toggle)
python-rply 0.7.4-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 208 kB
  • ctags: 139
  • sloc: python: 1,065; makefile: 4
file content (54 lines) | stat: -rw-r--r-- 1,899 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
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.