app-misc/t/t-9999.ebuild
author Da Risk <da_risk@geekorum.com>
Sun, 11 Dec 2022 18:23:57 -0400
changeset 251 e7f7160897cf
parent 250 dd0b4cb26d85
permissions -rw-r--r--
remove dev-python/caldav

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

PYTHON_COMPAT=( python3_8 python3_9 python3_10 python3_11 )

DISTUTILS_USE_SETUPTOOLS=rdepend

inherit mercurial distutils-r1

DESCRIPTION="command-line todo list manager"
HOMEPAGE="http://stevelosh.com/projects/t/"
SRC_URI=""

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

EHG_REPO_URI="https://hg.stevelosh.com/t/"

[[ "${PV}" != "9999" ]] && EHG_REVISION="v${PV}"

DEPEND=""
RDEPEND="${DEPEND}"