File: control

package info (click to toggle)
pygresql 1%3A3.8.1-1etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 432 kB
  • ctags: 533
  • sloc: ansic: 2,598; python: 1,390; makefile: 57
file content (19 lines) | stat: -rw-r--r-- 776 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: pygresql
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 5.0.37.1), python-central (>= 0.4.17), python-all-dev (>= 2.3.5-9), libpq-dev, libssl-dev
XS-Python-Version: all
Standards-Version: 3.7.2

Package: python-pygresql
Architecture: any
Depends: ${shlibs:Depends}, ${python:Depends}, python-egenix-mxdatetime
Conflicts: python2.3-pygresql, python2.4-pygresql
Replaces: python2.3-pygresql, python2.4-pygresql
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: PostgreSQL module for Python
 PyGreSQL is a Python module that interfaces to a PostgreSQL database. It
 embeds the PostgreSQL query library to allow easy use of the powerful
 PostgreSQL features from a Python script.