File: control

package info (click to toggle)
pglast 7.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,368 kB
  • sloc: python: 13,349; sql: 2,405; makefile: 159
file content (58 lines) | stat: -rw-r--r-- 1,721 bytes parent folder | download | duplicates (2)
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
55
56
57
58
Source: pglast
Section: python
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
 Christoph Berg <myon@debian.org>,
Build-Depends:
 cython3,
 debhelper-compat (= 13),
 dh-python,
 help2man,
 libpg-query-dev (>= 16),
 libprotobuf-c-dev,
 libpython3-all-dev,
 python3-all,
 python3-pytest,
 python3-pytest-cov,
 python3-setuptools,
 python3-sphinx,
Standards-Version: 4.6.0
Homepage: https://github.com/lelit/pglast
Vcs-Browser: https://salsa.debian.org/postgresql/pglast
Vcs-Git: https://salsa.debian.org/postgresql/pglast.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-pglast
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Provides:
 ${python3:Provides},
Suggests:
 python-pglast-doc,
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.

Package: python-pglast-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.