summaryrefslogtreecommitdiff
path: root/debian/control
blob: 4ed51d0445ef4eb2b02da36d71bb3011249fef98 (plain)
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: calendar-cli
Section: net
Priority: optional
Maintainer: cos <cos>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 python3,
 python3-pytest,
Standards-Version: 4.6.2
Homepage: https://github.com/tobixen/calendar-cli
Vcs-Browser: https://git.netizen.se/calendar-cli
Vcs-Git: https://git.netizen.se/calendar-cli

Package: calendar-cli
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
 python3-caldav (>=0.12),
 python3-icalendar,
 python3-pytz-deprecation-shim,
 python3-tzlocal,
 python3-Click,
 python3-six,
Description: Simple command-line CalDav client
 With calendar-cli it is possible to add calendar events, browse an agenda and
 do task management using a caldav server.
 .
 THIS IS THE LEGACY VERSION. If you're already using calendar-cli and don't
 want to change anything, then keep using it. If you need a production-ready
 mature command-line utility for accessing your calendar, then this is the
 right tool ... as for now. I decided to change a bit on the user interface,
 rather than breaking backward compatibility I made a new command name plann. I
 would recommend visit https://github.com/tobixen/plann for the new version.
 .
 This command, calendar-cli, will be maintained primarily for backward
 compatibility. Bugfixes or minor "missing" features will be considered - but
 for anyone in need of a command-line interface towards a CalDAV calendar
 server, the recommendation is to use plann instead.