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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
Source: doit
Section: python
Priority: optional
Maintainer: Agustin Henze <tin@debian.org>
Uploaders: Ulises Vitulli <dererk@debian.org>
Build-Depends:
debhelper (>= 9),
bash-completion,
dh-python,
strace,
python-all,
python-sphinx (>= 1.0.7+dfsg) | python3-sphinx,
python-pyinotify,
python-setuptools,
python-mock,
python-six,
python-gdbm,
python-pytest,
python3-all,
python3-setuptools,
python3-six,
python3-mock,
python3-gdbm,
python3-pyinotify,
Standards-Version: 3.9.5
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Homepage: http://pydoit.org
Vcs-Git: git://anonscm.debian.org/collab-maint/doit.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/doit.git
Package: python-doit
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-pyinotify, python-six
Recommends: strace, python-gdbm
Suggests: python-doit-doc
Description: Automation tool 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
Package: python3-doit
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-pyinotify, python3-six
Recommends: strace, python3-gdbm
Suggests: python-doit-doc
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
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: python-doit
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.
|