deskutils/py-vit: New port

VIT (Visual Interactive Taskwarrior) is a lightweight, curses-based front end
for Taskwarrior that provides a convenient way to quickly navigate and process
tasks. VIT allows you to interact with tasks in a Vi-intuitive way. A goal of
VIT is to allow you to customize the way in which you use Taskwarrior's core
commands as well as to provide a framework for easily dispatching external
commands (both user scripts and Taskwarrior's many External Scripts).

PR:		252678
This commit is contained in:
Thierry Dussuet
2025-07-20 13:25:43 +02:00
committed by Zsolt Udvari
parent f5fa7caa9a
commit 7a13d03b21
4 changed files with 36 additions and 0 deletions

View File

@@ -239,6 +239,7 @@
SUBDIR += py-term-background
SUBDIR += py-trash-cli
SUBDIR += py-vdirsyncer
SUBDIR += py-vit
SUBDIR += py-vobject
SUBDIR += py-vorta
SUBDIR += qlipper

26
deskutils/py-vit/Makefile Normal file
View File

@@ -0,0 +1,26 @@
PORTNAME= vit
DISTVERSIONPREFIX= v
DISTVERSION= 2.3.3
CATEGORIES= deskutils python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thierry.dussuet@protonmail.com
COMMENT= Curses-based interface to taskwarrior
WWW= https://github.com/vit-project/vit
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= task:deskutils/taskwarrior \
${PYTHON_PKGNAMEPREFIX}tasklib>=2.3:devel/py-tasklib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tzlocal>=1.5:devel/py-tzlocal@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}urwid>=0.6:devel/py-urwid@${PY_FLAVOR}
USES= python:3.5+,run
USE_GITHUB= yes
GH_ACCOUNT= vit-project
GH_PROJECT= vit
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1752746778
SHA256 (vit-project-vit-v2.3.3_GH0.tar.gz) = 9a1b1165fd77713df6f7a4cc8c1f7b26f439e529e477f0acd0748b09b1bd81de
SIZE (vit-project-vit-v2.3.3_GH0.tar.gz) = 84297

View File

@@ -0,0 +1,6 @@
VIT (Visual Interactive Taskwarrior) is a lightweight, curses-based front end
for Taskwarrior that provides a convenient way to quickly navigate and process
tasks. VIT allows you to interact with tasks in a Vi-intuitive way. A goal of
VIT is to allow you to customize the way in which you use Taskwarrior's core
commands as well as to provide a framework for easily dispatching external
commands (both user scripts and Taskwarrior's many External Scripts).