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
|
Source: postgresql-multicorn
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
Markus Wanner <markus@bluegap.ch>,
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-python,
postgresql-server-dev-all (>= 171~),
python3-dev,
python3-docutils,
python3-pytest,
python3-setuptools,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://multicorn.org/
Vcs-Browser: https://salsa.debian.org/postgresql/postgresql-multicorn
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-multicorn.git
Package: postgresql-13-python3-multicorn
Architecture: any
Depends:
postgresql-13,
python3-multicorn,
${misc:Depends},
${shlibs:Depends},
Conflicts:
postgresql-13-python-multicorn,
Provides:
postgresql-python3-multicorn,
Description: multicorn extension for Postgres 13 to write FDWs with python3
Multicorn is a PostgreSQL extension meant to make Foreign Data
Wrapper development easy, by allowing the programmer to use the
Python programming language
.
This package is for PostgreSQL 13 and uses Python 3.
Package: python3-multicorn
Section: python
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Recommends:
python3-ldap3,
python3-lxml,
python3-sqlalchemy,
Suggests:
postgresql-python3-multicorn,
Description: multicorn utility module for postgresql-X.Y-python3-multicorn
Multicorn is a PostgreSQL extension meant to make Foreign Data
Wrapper development easy, by allowing the programmer to use the
Python programming language
.
This package provides a common Python 3 module used by all PostgreSQL
versions of the extension.
|