File: control

package info (click to toggle)
python-pgbouncer 0.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 192 kB
  • sloc: python: 247; makefile: 7
file content (41 lines) | stat: -rw-r--r-- 1,205 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
Source: python-pgbouncer
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Colin Watson <cjwatson@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 pgbouncer,
 postgresql,
 pybuild-plugin-pyproject,
 python3-all (>= 3.1.2-8~),
 python3-fixtures,
 python3-postgresfixture,
 python3-psycopg2,
 python3-setuptools,
 python3-testscenarios,
 python3-testtools,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pgbouncer.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pgbouncer
Homepage: https://launchpad.net/python-pgbouncer
Testsuite: autopkgtest-pkg-pybuild
X-Style: black

Package: python3-pgbouncer
Architecture: all
Multi-Arch: foreign
Depends:
 pgbouncer,
 python3-fixtures,
 python3-psycopg2,
 ${misc:Depends},
 ${python3:Depends},
Description: Fixture to bring up temporary pgbouncer instances (Python 3)
 A fixture (https://launchpad.net/python-fixtures) for creating a temporary
 instance of pgbouncer, a lightweight connection pooler for PostgreSQL.  It
 is intended for use during development and testing.
 .
 This package installs the library for Python 3.