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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
Source: doit
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Drew Parsons <dparsons@debian.org>
Build-Depends:
debhelper-compat (= 13),
bash-completion,
dh-sequence-python3,
strace,
help2man,
node-html5shiv,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-sphinx-sitemap,
python3-sphinx-reredirects,
python3-all,
python3-setuptools,
python3-gdbm,
python3-pyflakes,
python3-pytest,
python3-cloudpickle,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: http://pydoit.org
Vcs-Git: https://salsa.debian.org/python-team/packages/doit.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/doit
Package: python3-doit
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends},
Recommends: strace, python3-gdbm
Suggests: python-doit-doc
Breaks: python-doit
Replaces: python-doit
Description: Automation tool (Python3) to execute any kind of task in a build-tools fashion
doit is an automation tool that brings the power of build-tools to execute any
kind of task.
.
A task describes some computation to be done (actions), and contains some
extra meta-data.
The actions can be external programs or Python functions. A single task may
define more than one action.
doit uses the task’s meta-data to:
* cache task results
* correct execution order
* parallel execution
* powerful dependency system
.
This is the Python 3 version of the package.
Package: python-doit-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: python3-doit
Suggests: node-html5shiv
Description: Automation tool for executing any kind of task in a build-tools fashion - doc
doit is an automation tool that brings the power of build-tools to execute any
kind of task.
.
A task describes some computation to be done (actions), and contains some
extra meta-data.
The actions can be external programs or Python functions. A single task may
define more than one action.
doit uses the task’s meta-data to:
* cache task results
* correct execution order
* parallel execution
* powerful dependency system
.
This package contains API documentation and examples.
|