File: control

package info (click to toggle)
python-pgq 3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: python: 2,822; makefile: 36; awk: 14
file content (26 lines) | stat: -rw-r--r-- 835 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
Source: python-pgq
Section: python
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Tomasz Rybak <serpent@debian.org>
Standards-Version: 4.6.2
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-psycopg2,
 python3-setuptools,
 pybuild-plugin-pyproject,
 python3-skytools,
Vcs-Git: https://salsa.debian.org/postgresql/python-pgq.git
Vcs-Browser: https://salsa.debian.org/postgresql/python-pgq
Homepage: https://github.com/pgq/python-pgq

Package: python3-pgq
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: PgQ queue processing for Python
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the Python3 module.