File: control

package info (click to toggle)
python-psycogreen 1.0.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 132 kB
  • sloc: python: 145; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 822 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
Source: python-psycogreen
Section: python
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 12), dh-python
    ,python3-all
    ,python3-setuptools
Standards-Version: 4.4.1
Homepage: https://pypi.python.org/pypi/psycogreen
Vcs-Browser: https://salsa.debian.org/debian/python-psycogreen
Vcs-Git: https://salsa.debian.org/debian/python-psycogreen.git
Testsuite: autopkgtest-pkg-python

Package: python3-psycogreen
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-psycopg2
Enhances: python3-psycopg2
Description: psycopg2 integration with coroutine libraries
 This package enables "psycopg2" to work with coroutine libraries, using
 asynchronous calls internally but offering a blocking interface so that
 regular code can run unmodified.