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
|
Source: python-bcdoc
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
Build-Depends: debhelper (>= 9)
, python-all
, python-setuptools
, python3-all
, python3-setuptools
Standards-Version: 3.9.6
Homepage: https://github.com/boto/bcdoc
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-bcdoc.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-bcdoc.git
Package: python-bcdoc
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Description: ReST document generation tools for botocore (Python 2)
This is tools to help document botocore-based projects.
.
This package contains the module for Python 2.
Package: python3-bcdoc
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: ReST document generation tools for botocore (Python 3)
This is tools to help document botocore-based projects.
.
This package contains the module for Python 3.
|