From 7a0f8a92967dc1c6eab8d6f66ec476905009a287 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 15 Jul 2023 22:41:20 +0100 Subject: gentoo auto-resync : 15:07:2023 - 22:41:20 --- app-misc/vit/vit-2.3.1.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app-misc/vit/vit-2.3.1.ebuild (limited to 'app-misc/vit/vit-2.3.1.ebuild') diff --git a/app-misc/vit/vit-2.3.1.ebuild b/app-misc/vit/vit-2.3.1.ebuild new file mode 100644 index 000000000000..9d7895ed1487 --- /dev/null +++ b/app-misc/vit/vit-2.3.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_SINGLE_IMPL=yes +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A lightweight, fast, curses-based front end to Taskwarrior" +HOMEPAGE=" + https://github.com/vit-project/vit + https://pypi.org/project/vit/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + app-misc/task + $(python_gen_cond_dep ' + >=dev-python/tasklib-2.4.3[${PYTHON_USEDEP}] + >=dev-python/urwid-2.1.2[${PYTHON_USEDEP}] + ') +" + +distutils_enable_tests pytest -- cgit v1.2.3