Codebase list pyexcel-ods / debian/0.1.1-0kali1
Initial release Sophie Brun 6 years ago
10 changed file(s) with 112 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 pyexcel-ods for Debian
1 ---------------------
2
3 We package an old version because it's required by osrframework
4 This version is for python2 only
5
6 -- Sophie Brun <[email protected]> Mon, 28 Aug 2017 16:06:46 +0200
0 pyexcel-ods (0.1.1-0kali1) kali-dev; urgency=medium
1
2 * Initial release
3
4 -- Sophie Brun <[email protected]> Tue, 29 Aug 2017 11:05:00 +0200
0 Source: pyexcel-ods
1 Section: python
2 Priority: optional
3 Maintainer: Sophie Brun <[email protected]>
4 Build-Depends: debhelper (>= 10), dh-python, python-all, python-setuptools, python-sphinx, python-pyexcel-io, python-odf
5 Standards-Version: 4.0.0
6 Homepage: https://github.com/pyexcel/pyexcel-ods
7 Vcs-Git: git://git.kali.org/packages/pyexcel-ods.git
8 Vcs-Browser: http://git.kali.org/gitweb/?p=packages/pyexcel-ods.git;a=summary
9 Testsuite: autopkgtest-pkg-python
10
11 Package: python-pyexcel-ods
12 Architecture: all
13 Depends: ${python:Depends}, ${misc:Depends}
14 Suggests: python-pyexcel-ods-doc
15 Description: API to read and write the data in ods format (Python 2)
16 This package contains a tiny wrapper library to read, manipulate and write
17 data in ods format using Python 2.6 and Python 2.7.
18 .
19 This package installs the library for Python 2.
20
21 #Package: python3-pyexcel-ods
22 #Architecture: all
23 #Depends: ${python3:Depends}, ${misc:Depends}
24 #Suggests: python-pyexcel-ods-doc
25 #Description: API to read and write the data in ods format (Python 3)
26 # This package contains a tiny wrapper library to read, manipulate and write
27 # data in ods format using Python 2.6 and Python 2.7.
28 # .
29 # This package installs the library for Python 3.
30
31 Package: python-pyexcel-ods-doc
32 Architecture: all
33 Section: doc
34 Depends: ${sphinxdoc:Depends}, ${misc:Depends}
35 Description: API to read and write the data in ods format (common documentation)
36 This package contains a tiny wrapper library to read, manipulate and write
37 data in ods format using Python 2.6 and Python 2.7.
38 .
39 This is the common documentation package.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: pyexcel-ods
2 Source: https://github.com/pyexcel/pyexcel-ods
3
4 Files: *
5 Copyright: 2014-2016 by Onni Software Ltd. and its contributors
6 License: BSD-3-clause
7
8 Files: debian/*
9 Copyright: 2017 Sophie Brun <[email protected]>
10 License: BSD-3-clause
11
12 License: BSD-3-clause
13 All rights reserved.
14 .
15 Redistribution and use in source and binary forms of the software as well
16 as documentation, with or without modification, are permitted provided
17 that the following conditions are met:
18 .
19 * Redistributions of source code must retain the above copyright notice, this
20 list of conditions and the following disclaimer.
21 .
22 * Redistributions in binary form must reproduce the above copyright notice,
23 this list of conditions and the following disclaimer in the documentation
24 and/or other materials provided with the distribution.
25 .
26 * Neither the name of 'pyexcel-ods' nor the names of the contributors
27 may not be used to endorse or promote products derived from this software
28 without specific prior written permission.
29 .
30 THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
31 CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
32 NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
33 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
34 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
35 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
36 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
37 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
38 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
39 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
40 SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
41 DAMAGE.
0 #!/usr/bin/make -f
1
2 export PYBUILD_NAME=pyexcel-ods
3
4 %:
5 dh $@ --with python2,sphinxdoc --buildsystem=pybuild
6
7
8 override_dh_auto_build:
9 dh_auto_build
10 PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bman docs/source build/man # Manpage generator
11
0 3.0 (quilt)
0 extend-diff-ignore = "^[^/]*[.]egg-info/"
0 version=4
1 https://pypi.debian.net/pyexcel-ods/pyexcel-ods-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))