File: control

package info (click to toggle)
todo.txt-base 2.7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: python: 476; makefile: 17; sh: 16
file content (32 lines) | stat: -rw-r--r-- 1,098 bytes parent folder | download
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
Source: todo.txt-base
Section: text
Priority: optional
Maintainer: David Steele <steele@debian.org>
Build-Depends:
    debhelper-compat (= 13),
    dh-python,
    python3-all,
    python3-setuptools,
    python3-pytest,
    python3-pytest-runner,
    python3-poetry,
    pybuild-plugin-pyproject,
    pandoc,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/davesteele/todo.txt-base
Vcs-Browser: https://github.com/davesteele/todo.txt-base
Vcs-Git: https://github.com/davesteele/todo.txt-base.git

Package: todo.txt-base
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, topydo
Suggests: libreoffice-writer
Description: Common support for todo.txt packages
 The Todo.txt project defines a format for supporting context-rich tasking in a
 plain text file. It supports an ecosystem of tools which allow working with
 tasks across hosts and operating systems.
 .
 This package adds helper programs to aid in editing and viewing todo.txt
 tasking files, and adds a hook mechanism for use by other packages. It should
 not be necessary to install it directly.