File: control

package info (click to toggle)
python-rply 0.7.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 184 kB
  • sloc: python: 985; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 965 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
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-compat (= 12),
 devscripts,
 dh-python,
 python3-all,
 python3-appdirs,
 python3-setuptools,
Standards-Version: 4.4.0
Homepage: https://github.com/alex/rply
Vcs-Git: https://salsa.debian.org/python-team/modules/python-rply.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-rply
Testsuite: autopkgtest-pkg-python

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.