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
|
Source: todoman
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Félix Sipma <felix@debian.org>,
Jonas Smedegaard <dr@jones.dk>,
Section: utils
Build-Depends:
bash-completion,
debhelper-compat (= 13),
dh-exec,
dh-python,
dh-sequence-bash-completion,
dh-sequence-python3,
dh-sequence-sphinxdoc,
locales-all,
pybuild-plugin-pyproject,
python3-all,
python3-atomicwrites,
python3-click,
python3-click-log,
python3-configobj,
python3-dateutil,
python3-flake8,
python3-freezegun,
python3-humanize,
python3-hypothesis,
python3-icalendar (>= 5),
python3-parsedatetime,
python3-pytest,
python3-pytest-cov,
python3-pytest-runner,
python3-pytz <!nocheck>,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
python3-sphinx-click,
python3-sphinx-rtd-theme,
python3-tabulate,
python3-urwid,
python3-xdg,
sphinx-common,
sphinx-rtd-theme-common,
tzdata-legacy,
Standards-Version: 4.7.3
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.
|