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
|
Source: python-docxcompose
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
help2man,
python3-all,
python3-babel <!nocheck>,
python3-docx <!nocheck>,
python3-lxml <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://github.com/4teamwork/docxcompose
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-docxcompose
Vcs-Git: https://salsa.debian.org/python-team/packages/python-docxcompose.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-docxcompose
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: concatenate/append Microsoft Word (.docx) files
docxcompose is a Python library for concatenating/appending Microsoft
Word (.docx) files.
.
This package installs the library for Python 3.
|