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 54 55 56 57 58
|
Source: enlighten
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Shayan Doust <hello@shayandoust.me>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
python3-all,
python3-setuptools,
dh-python,
python3-blessed (>= 1.17.7) <!nocheck>,
python3-prefixed,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-sphinxcontrib.spelling,
python3-wheel <!nocheck>,
tox <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/python-team/packages/enlighten
Vcs-Git: https://salsa.debian.org/python-team/packages/enlighten.git
Homepage: https://github.com/Rockhopper-Technologies/enlighten
Rules-Requires-Root: no
Package: python3-enlighten
Architecture: any
Section: python
Depends: ${python3:Depends},
${misc:Depends},
python3-blessed
Description: console progress bar module for Python3
Enlighten progress bar is a console progress bar module for Python3 which
allows writing for stdout and stderr without any redirection.
Package: python3-enlighten-doc
Architecture: all
Section: doc
Depends: ${sphinxdoc:Depends},
${misc:Depends}
Recommends: python3-enlighten
Multi-Arch: foreign
Description: console progress bar module for Python3 (documentation)
Enlighten progress bar is a console progress bar module for Python3
which allows writing for stdout and stderr without any redirection.
.
This package contains documentation.
Package: python3-enlighten-examples
Architecture: all
Section: python
Depends: ${python3:Depends},
${misc:Depends}
Recommends: python3-enlighten
Multi-Arch: foreign
Description: console progress bar module for Python3 (examples)
Enlighten progress bar is a console progress bar module for Python3
which allows writing for stdout and stderr without any redirection.
.
This package contains example Python3 files meant to accommodate the python3-
enlighten package.
|