Source: topydo
Section: misc
Priority: optional
Maintainer: David Steele <steele@debian.org>
Build-Depends:
    debhelper-compat (= 13),
    dh-python,
    python3-all,
    python3-setuptools,
    python3-arrow,
    python3-freezegun,
    python3-pytest,
    pandoc,
Standards-Version: 4.6.0.1
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.