Codebase list pyexcel-ods / 1c66990
Remove Python 2 module Sophie Brun 4 years ago
2 changed file(s) with 1 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
33 Maintainer: Kali Developers <[email protected]>
44 Build-Depends: debhelper-compat (= 12),
55 dh-python,
6 python-all,
7 python-nose,
8 python-odf,
9 python-psutil,
10 python-pyexcel,
11 python-pyexcel-io,
12 python-pyexcel-xls,
13 python-setuptools,
146 python3-all,
157 python3-nose,
168 python3-odf,
2517 Vcs-Git: https://gitlab.com/kalilinux/packages/pyexcel-ods.git
2618 Vcs-Browser: https://gitlab.com/kalilinux/packages/pyexcel-ods
2719 Testsuite: autopkgtest-pkg-python
28
29 Package: python-pyexcel-ods
30 Architecture: all
31 Depends: ${misc:Depends}, ${python:Depends}
32 Suggests: python-pyexcel-ods-doc
33 Description: API to read and write the data in ods format (Python 2)
34 This package contains a tiny wrapper library to read, manipulate and write
35 data in ods format.
36 .
37 This package installs the library for Python 2.
3820
3921 Package: python3-pyexcel-ods
4022 Architecture: all
22 export PYBUILD_NAME=pyexcel-ods
33
44 %:
5 dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
5 dh $@ --with python3,sphinxdoc --buildsystem=pybuild
66
77
88 override_dh_auto_build: