File: control

package info (click to toggle)
topydo 0.14-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,036 kB
  • sloc: python: 11,673; sh: 20; makefile: 19
file content (40 lines) | stat: -rw-r--r-- 1,155 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
33
34
35
36
37
38
39
40
Source: topydo
Section: misc
Priority: optional
Maintainer: David Steele <steele@debian.org>
Build-Depends:
    debhelper-compat (= 13),
    dh-python,
    python-all,
    python-setuptools,
    python3-all,
    python3-setuptools,
    python3-arrow,
    python3-freezegun,
    pandoc,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/topydo/topydo
Vcs-Browser: https://github.com/davesteele/topydo
Vcs-Git: https://github.com/davesteele/topydo.git -b debian

Package: topydo
Architecture: all
Depends:
    ${python3:Depends},
    ${misc:Depends},
Recommends:
    todo.txt-base (>= 2.0), todo.txt-base (<< 3.0),
    python3-icalendar,
    python3-urwid,
    python3-watchdog,
    python3-prompt-toolkit,
Provides: todo.txt
Conflicts: devtodo
Description: advanced todo.txt terminal utility for managing tasks
 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 installs a more advanced version of the command-line tool for
 working with todo.txt tasking files.