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
|
Source: python-pgsql
Section: python
Priority: optional
Maintainer: Ben Burton <bab@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), ed, libpq-dev (>= 8.0.3-6), python (>= 2.3.5-7), python-all-dev (>= 2.3.5-11), python-central (>= 0.4.17)
Standards-Version: 3.7.2.0
XS-Python-Version: all
Package: python-pgsql
Architecture: any
Section: python
Depends: ${shlibs:Depends}, ${python:Depends}, python-egenix-mxdatetime (>= 1.3.0-5)
Conflicts: python2.3-pgsql (<< 2.5.1), python2.4-pgsql (<< 2.5.1), python2-pgsql
Replaces: python2.3-pgsql (<< 2.5.1), python2.4-pgsql (<< 2.5.1), python2-pgsql
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: A Python DB-API 2.0 interface to PostgreSQL v7.x
PgSQL is a package of two (2) modules that provide a Python
DB-API 2.0 compliant interface to PostgreSQL databases. The
first module, libpq, exports the PostgreSQL C API to Python.
The second module, PgSQL, provides the DB-API 2.0 compliant
interface and support for various PostgreSQL data types, such
as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc.
.
This package contains modules for all supported Python versions.
|