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 50 51 52 53
|
Source: pydocstyle
Section: devel
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
python3,
python3-mock,
python3-pytest,
python3-setuptools,
python3-snowballstemmer,
python3-sphinx,
Standards-Version: 4.1.4
Homepage: http://pydocstyle.readthedocs.org/
Vcs-Git: https://salsa.debian.org/python-team/applications/pydocstyle.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/pydocstyle
Package: pydocstyle
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3-pydocstyle (= ${binary:Version}),
Conflicts: pep257
Replaces: pep257
Description: Python docstring style checker (PEP-257 conventions)
PEP-257 provides conventions for Python docstrings (string literals which
occur as first statement in a module, function, class or method definition
for documentation purposes). This tool checks Python code whether
these conventions have been complied with, and if docstring are missing.
.
This is a successor of the application "pep257".
.
This package installs the cli tool.
Package: python3-pydocstyle
Section: python
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Conflicts: pep257
Breaks: pydocstyle (<< 2.0.0-1~exp2)
Replaces: pep257,
pydocstyle (<< 2.0.0-1~exp2),
Description: Python docstring style checker (Python 3 library)
PEP-257 provides conventions for Python docstrings (string literals which
occur as first statement in a module, function, class or method definition
for documentation purposes). This tool checks Python code whether
these conventions have been complied with, and if docstring are missing.
.
This is a successor of the application "pep257".
.
This package installs the library for Python 3.
|