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
|
Source: python-cx-oracle
Section: contrib/python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Adam Cecile <acecile@le-vert.net>,
Joseph Nahmias <jello@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-sphinxdoc <!nodoc>,
odpic-dev,
python3-all-dev,
python3-setuptools,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.6.0
Homepage: https://oracle.github.io/python-cx_Oracle/
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cx-oracle
Vcs-Git: https://salsa.debian.org/python-team/packages/python-cx-oracle.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-cx-oracle
Architecture: any
Depends: ${shlibs:Depends}, ${python3:Depends}, ${misc:Depends}
Suggests: python-cx-oracle-doc
Description: Python interface to Oracle Database (Python 3)
cx_Oracle is a Python extension module that enables access to Oracle
Database.
.
It conforms to the Python database API 2.0 specification with a considerable
number of additions and a couple of exclusions.
.
You can use cx_Oracle with Oracle 11.2, 12, 18 and 19 client libraries.
.
This package installs the library for Python 3.
Package: python-cx-oracle-doc
Build-Profiles: <!nodoc>
Architecture: all
Section: contrib/doc
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: Python interface to Oracle Database (common documentation)
cx_Oracle is a Python extension module that enables access to Oracle
Database.
.
It conforms to the Python database API 2.0 specification with a considerable
number of additions and a couple of exclusions.
.
You can use cx_Oracle with Oracle 11.2, 12, 18 and 19 client libraries.
.
This is the common documentation package.
|