File: control

package info (click to toggle)
python-pgspecial 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 300 kB
  • ctags: 122
  • sloc: python: 2,276; makefile: 6
file content (43 lines) | stat: -rw-r--r-- 1,523 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
Source: python-pgspecial
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python3-all,
               python3-click,
               python3-psycopg2,
               python3-setuptools,
               python3-sqlparse,
               python-all,
               python-click,
               python-psycopg2,
               python-setuptools,
               python-sqlparse,
Standards-Version: 3.9.8
Section: python
Homepage: https://github.com/dbcli/pgspecial
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-pgspecial.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-pgspecial.git
X-Python3-Version: >= 3.2
X-Python-Version: >= 2.6

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

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.