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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: python-cleo
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Emmanuel Arias <eamanu@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-sphinxdoc <!nodoc>,
pybuild-plugin-pyproject,
python3-all:any,
python3-crashtest <!nocheck>,
python3-poetry-core,
python3-pylev,
python3-pytest <!nocheck>,
python3-pytest-mock <!nocheck>,
python3-rapidfuzz,
python3-sphinx-rtd-theme <!nodoc>,
Standards-Version: 4.7.0.1
Homepage: https://github.com/python-poetry/cleo
Vcs-Git: https://salsa.debian.org/python-team/packages/python-cleo.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cleo
Rules-Requires-Root: no
Package: python3-cleo
Architecture: all
Depends: python3-rapidfuzz,
${misc:Depends},
${python3:Depends},
Breaks: python3-poetry (<< 2.0.1+dfsg-1),
python3-poetry-core (<< 2.0.1~2),
Suggests: python-cleo-doc,
Description: create beautiful and testable command-line interfaces
Cleo is mostly a higher level wrapper for CliKit, so a lot of the
components and utilities comes from it. Refer to its documentation
for more information.
.
This package installs the library for Python 3.
Package: python-cleo-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Description: create beautiful and testable command-line interfaces (documentation)
Cleo is mostly a higher level wrapper for CliKit, so a lot of the
components and utilities comes from it. Refer to its documentation
for more information.
.
This is the common documentation package.
|