git: 1c8c01d00c41 - main - deskutils/py-calendar_cli: Simple command-line CalDav client
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Mar 2025 10:19:10 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1c8c01d00c41de726a1a545bfec9b1f31ed12d02 commit 1c8c01d00c41de726a1a545bfec9b1f31ed12d02 Author: cos <freebsd.org@fydagy.netizen.se> AuthorDate: 2025-03-02 10:18:23 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-03-02 10:19:06 +0000 deskutils/py-calendar_cli: Simple command-line CalDav client PR: 278045 --- deskutils/Makefile | 1 + deskutils/py-calendar_cli/Makefile | 26 ++++++++++++++++++++++++++ deskutils/py-calendar_cli/distinfo | 3 +++ deskutils/py-calendar_cli/pkg-descr | 4 ++++ 4 files changed, 34 insertions(+) diff --git a/deskutils/Makefile b/deskutils/Makefile index d314a63c7e75..261d5661e0a0 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -225,6 +225,7 @@ SUBDIR += puush SUBDIR += py-autokey SUBDIR += py-bugwarrior + SUBDIR += py-calendar_cli SUBDIR += py-i3-gnome-pomodoro SUBDIR += py-khal SUBDIR += py-khard diff --git a/deskutils/py-calendar_cli/Makefile b/deskutils/py-calendar_cli/Makefile new file mode 100644 index 000000000000..7199294ea319 --- /dev/null +++ b/deskutils/py-calendar_cli/Makefile @@ -0,0 +1,26 @@ +PORTNAME= calendar_cli +DISTVERSION= 1.0.1 +CATEGORIES= deskutils python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= freebsd.org@fydagy.netizen.se +COMMENT= Simple command-line CalDav client +WWW= https://github.com/tobixen/calendar-cli + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.TXT + +RUN_DEPENDS= icalendar:devel/py-icalendar@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tzlocal>0:devel/py-tzlocal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}caldav>=0.12-dev0:www/py-caldav@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyyaml>0:devel/py-pyyaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils noflavors +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/deskutils/py-calendar_cli/distinfo b/deskutils/py-calendar_cli/distinfo new file mode 100644 index 000000000000..10c3f7513033 --- /dev/null +++ b/deskutils/py-calendar_cli/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1739571370 +SHA256 (calendar_cli-1.0.1.tar.gz) = 16a1c23ffd7bc806caa22a669d7d044d623a62e148c7e40e30b0e65e3d3c2717 +SIZE (calendar_cli-1.0.1.tar.gz) = 33367 diff --git a/deskutils/py-calendar_cli/pkg-descr b/deskutils/py-calendar_cli/pkg-descr new file mode 100644 index 000000000000..cd0c13981885 --- /dev/null +++ b/deskutils/py-calendar_cli/pkg-descr @@ -0,0 +1,4 @@ +Simple command-line CalDav client, for adding and browsing calendar items, todo +list items + +See also: https://github.com/tobixen/calendar-cli