File: control

package info (click to toggle)
python-phply 1.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 620 kB
  • sloc: python: 4,354; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,020 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
Source: python-phply
Section: python
Priority: optional
Maintainer: Gianfranco Costamagna <locutusofborg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-ply,
               python3-pytest,
               python3-setuptools
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/ramen/phply
Vcs-Git: https://salsa.debian.org/debian/python-phply.git
Vcs-Browser: https://salsa.debian.org/debian/python-phply

Package: python3-phply
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: PHP parser written in Python 3 using PLY
 phply is a parser for the PHP programming language written using PLY,
 a Lex/YACC-style parser generator toolkit for Python.
 With this parser you can:
   - Convert PHP code to Python
   - Run PHP templates in a Python environment
   - Learn more about parsing "industrial" languages, warts and all
 .
 This is the Python 3 version of the package and the executables.