1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: python-public
Maintainer: Barry Warsaw <barry@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
Homepage: http://public.readthedocs.io/en/latest/
Section: python
X-Python3-Version: >= 3.4
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python3-sphinx,
python3-all,
python3-pkg-resources,
python3-setuptools,
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-public.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-public.git
Package: python3-public
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Suggests: python-public-doc,
Description: @public decorator for adding names to __all__
Never add an explicit __all__ to your modules again!
|