./net/khal, CLI calendar application built around CalDAV

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.11.3nb1, Package name: khal-0.11.3nb1, Maintainer: pkgsrc-users

Khal is a standards based CLI (console) calendar program. CalDAV
compatibiliy is achieved by using vdir/vdirsyncer as a backend,
allowing syncing of calendars with a variety of other programs on
a host of different platforms.

khal is currently in an early stage of development, has a limited
feature set and is probably full of bugs. If you do try it out,
please make sure you have a backup of your date and please report
back any bugs you might encounter.


Required to run:
[devel/py-setuptools] [devel/py-urwid] [time/py-dateutil] [time/py-pytz] [databases/py-sqlite3] [devel/py-xdg] [time/py-icalendar] [sysutils/py-setproctitle] [devel/py-click] [devel/py-configobj] [devel/py-atomicwrites] [time/py-tzlocal] [devel/py-click-log] [lang/python310]

Required to build:
[textproc/py-sphinx] [devel/py-setuptools_scm] [textproc/py-sphinxcontrib-newsfeed]

Master sites:

Filesize: 192.337 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-31 14:35:05 by Leonardo Taccari | Files touched by this commit (4)
Log message:
khal: Make it compatible with icalendar>=6.0.0

Adjust the code in order to be compatible with (and require)
icalendar>=6.0.0.

Now all tests passes (remove the comment due that).

PKGREVISION++
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-08-10 09:49:06 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
khal: not for Python 3.9
   2024-08-06 19:24:11 by Thomas Klausner | Files touched by this commit (2)
Log message:
ikhal: add upstream bug report URL
   2024-08-06 19:19:52 by Thomas Klausner | Files touched by this commit (2)
Log message:
khal: fix build with py-sphinx 8.
   2024-02-19 12:51:43 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
khal: update to 0.11.3.

0.11.3
======
2024-02-12

* FIX support urwid 2.4.2
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+