File: control

package info (click to toggle)
python-testing.postgresql 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 196 kB
  • ctags: 118
  • sloc: python: 355; makefile: 8
file content (61 lines) | stat: -rw-r--r-- 2,064 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: python-testing.postgresql
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Dominik George <nik@naturalnet.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 10),
 dh-python,
 postgresql,
 python-all (>= 2.6.6-3),
 python-nose,
 python-pg8000 (>= 1.10),
 python-psycopg2,
 python-setuptools (>= 0.6b3),
 python-sqlalchemy,
 python-testing.common.database (>= 1.1.0),
 python3-all,
 python3-nose,
 python3-pg8000 (>= 1.10),
 python3-psycopg2,
 python3-setuptools,
 python3-sqlalchemy,
 python3-testing.common.database (>= 1.1.0),
Standards-Version: 3.9.8
Homepage: https://github.com/tk0miya/testing.postgresql
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-testing.postgresql.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-testing.postgresql.git

Package: python-testing.postgresql
Architecture: all
Depends:
 postgresql,
 ${misc:Depends},
 ${python:Depends},
Description: Python testing.* framework - PostgreSQL helpers (Python 2)
 The testing.* Python modules provide a framework for Python unit test suites
 that need to run tests against servers, like network-based DBMSs.
 .
 testing.postgresql contains helper classes to work with a temporary
 PostgreSQL server. It automatically sets up a PostgreSQL instance in a
 temporary directory, and destroys it after testing.
 .
 This package contains the Python 2 version.

Package: python3-testing.postgresql
Architecture: all
Depends:
 postgresql,
 ${misc:Depends},
 ${python3:Depends},
Description: Python testing.* framework - PostgreSQL helpers (Python 3)
 The testing.* Python modules provide a framework for Python unit test suites
 that need to run tests against servers, like network-based DBMSs.
 .
 testing.postgresql contains helper classes to work with a temporary
 PostgreSQL server. It automatically sets up a PostgreSQL instance in a
 temporary directory, and destroys it after testing.
 .
 This package contains the Python 3 version.