File: control

package info (click to toggle)
python-pgspecial 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: python: 3,778; makefile: 3
file content (32 lines) | stat: -rw-r--r-- 1,190 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
Source: python-pgspecial
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-configobj <!nocheck>,
               python3-click,
               python3-psycopg,
               python3-pytest <!nocheck>,
               python3-setuptools,
               python3-setuptools-scm,
               python3-sqlparse,
Standards-Version: 4.7.2
Section: python
Homepage: https://github.com/dbcli/pgspecial
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pgspecial.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pgspecial
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pgspecial
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Meta-commands handler for Postgres Database (Python 3)
 This package provides an API to execute meta-commands (AKA "special", or
 "backslash commands") on PostgreSQL.
 .
 This package is for Python 3 environment.