Codebase list pyexcel-ods / 981465c debian / control
981465c

Tree @981465c (Download .tar.gz)

control @981465craw · history · blame

Source: pyexcel-ods
Section: python
Priority: optional
Maintainer: Kali Developers <[email protected]>
Build-Depends: debhelper-compat (= 12),
               dh-python,
               python3-all,
               python3-nose,
               python3-odf,
               python3-psutil,
               python3-pyexcel,
               python3-pyexcel-io,
               python3-pyexcel-xls,
               python3-setuptools,
               python3-sphinx
Standards-Version: 4.4.1
Homepage: https://github.com/pyexcel/pyexcel-ods
Vcs-Git: https://gitlab.com/kalilinux/packages/pyexcel-ods.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/pyexcel-ods
Testsuite: autopkgtest-pkg-python

Package: python3-pyexcel-ods
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-pyexcel-ods-doc
Description: API to read and write the data in ods format (Python 3)
 This package contains a tiny wrapper library to read, manipulate and write
 data in ods format.
 .
 This package installs the library for Python 3.

Package: python-pyexcel-ods-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: API to read and write the data in ods format (common documentation)
 This package contains a tiny wrapper library to read, manipulate and write
 data in ods format using Python 2.6 and Python 2.7.
 .
 This is the common documentation package.