Codebase list python-cx-oracle / 0116ccc
Remove python2 module Sophie Brun 4 years ago
2 changed file(s) with 2 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
22 Priority: optional
33 Maintainer: Kali Developers <[email protected]>
44 Uploaders: Sophie Brun <[email protected]>
5 Build-Depends: debhelper-compat (= 12), dh-python, python-all-dev, python-setuptools, python3-all-dev, python3-setuptools, python3-sphinx, libodpic-dev
5 Build-Depends: debhelper-compat (= 12), dh-python, python3-all-dev, python3-setuptools, python3-sphinx, libodpic-dev
66 Standards-Version: 4.3.0
77 Homepage: https://oracle.github.io/python-cx_Oracle/index.html
88 Vcs-Browser: https://gitlab.com/kalilinux/packages/python-cx-oracle
99 Vcs-Git: https://gitlab.com/kalilinux/packages/python-cx-oracle.git
10
11 Package: python-cx-oracle
12 Architecture: any
13 Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
14 Suggests: python-cx-oracle-doc
15 Description: Python interface to Oracle Database (Python 2)
16 This package contains a Python extension module that enables access to
17 Oracle Database. It conforms to the Python database API 2.0 specification with
18 a considerable number of additions and a couple of exclusions.
19 .
20 This package installs the library for Python 2.
2110
2211 Package: python3-cx-oracle
2312 Architecture: any
77 export PYBUILD_NAME=cx-oracle
88
99 %:
10 dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
10 dh $@ --with python3,sphinxdoc --buildsystem=pybuild
1111
1212
1313 override_dh_auto_build: