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
|
Source: todoman
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Félix Sipma <felix@debian.org>
Priority: optional
Section: utils
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-exec,
sphinx-common,
sphinx-rtd-theme-common,
bash-completion,
locales-all,
python3-all,
python3-pkg-resources,
python3-atomicwrites,
python3-click,
python3-click-log,
python3-configobj,
python3-dateutil,
python3-flake8,
python3-freezegun,
python3-humanize,
python3-hypothesis,
python3-icalendar,
python3-parsedatetime,
python3-pytest,
python3-pytest-cov,
python3-pytest-runner,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
python3-sphinx-click,
python3-sphinx-autorun,
python3-sphinx-rtd-theme,
python3-tabulate,
python3-urwid,
python3-xdg
Standards-Version: 4.5.1
Homepage: https://github.com/pimutils/todoman
Vcs-Git: https://salsa.debian.org/python-team/packages/todoman.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/todoman
Package: todoman
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends}
Suggests: vdirsyncer
Description: Simple CalDAV-based todo manager
Todoman is a simple, standards-based, cli todo (aka: task) manager. Todos are
stored into icalendar files, which means you can sync them via CalDAV using,
for example, vdirsyncer.
|