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 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: pygresql
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
libpq-dev,
libssl-dev,
postgresql-server-dev-all,
python-all,
python-all-dev (>= 2.6.6-14),
python-docutils,
python-setuptools,
python3-sphinx,
python3-all,
python3-all-dev,
python3-setuptools
# X-Python-Version: >= 2.6
# X-Python3-Version: >= 3.3
Standards-Version: 4.1.4
Homepage: http://www.pygresql.org/index.html
Vcs-Git: https://salsa.debian.org/debian/pygresql.git
Vcs-Browser: https://salsa.debian.org/debian/pygresql
Package: python-pygresql
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Conflicts: python2.3-pygresql, python2.4-pygresql
Replaces: python2.3-pygresql, python2.4-pygresql
Provides: python-pg, ${python:Provides}
Suggests: python-pygresql-doc
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.
.
This package install the library for Python 2.
Package: python3-pygresql
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Provides: python3-pg, ${python3:Provides}
Suggests: python-pygresql-doc
Description: PostgreSQL module for Python3
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.
.
This package installs the library for Python 3.
Package: python-pygresql-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Python Pygresql (common documentation)
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.
.
This is the common documentation package.
|