app-misc/t/t-9999.ebuild
author Da Risk <da_risk@geekorum.com>
Sat, 20 Feb 2021 15:30:24 -0400
changeset 244 dd84d90b2177
parent 241 4fa15504c4dd
child 250 dd0b4cb26d85
permissions -rw-r--r--
remove pep257-> replaced by pydocstyle

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

EAPI="7"

PYTHON_COMPAT=( python3_5 python3_6 python3_7 python3_8 python3_9 python2_7 )

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}"