equal
deleted
inserted
replaced
1 # Copyright 1999-2012 Gentoo Foundation |
1 # Copyright 1999-2021 Gentoo Authors |
2 # Distributed under the terms of the GNU General Public License v2 |
2 # Distributed under the terms of the GNU General Public License v2 |
3 # $Header: $ |
|
4 |
3 |
5 EAPI="5" |
4 EAPI="7" |
6 |
5 |
7 PYTHON_COMPAT=( python3_5 python3_6 python2_7 ) |
6 PYTHON_COMPAT=( python3_5 python3_6 python3_7 python3_8 python3_9 python2_7 ) |
|
7 |
|
8 DISTUTILS_USE_SETUPTOOLS=rdepend |
8 |
9 |
9 inherit mercurial distutils-r1 |
10 inherit mercurial distutils-r1 |
10 |
11 |
11 DESCRIPTION="command-line todo list manager" |
12 DESCRIPTION="command-line todo list manager" |
12 HOMEPAGE="http://stevelosh.com/projects/t/" |
13 HOMEPAGE="http://stevelosh.com/projects/t/" |
15 LICENSE="MIT" |
16 LICENSE="MIT" |
16 SLOT="0" |
17 SLOT="0" |
17 KEYWORDS="~amd64" |
18 KEYWORDS="~amd64" |
18 IUSE="" |
19 IUSE="" |
19 |
20 |
20 |
21 EHG_REPO_URI="https://hg.stevelosh.com/t/" |
21 EHG_REPO_URI="https://bitbucket.org/sjl/t" |
|
22 |
22 |
23 [[ "${PV}" != "9999" ]] && EHG_REVISION="v${PV}" |
23 [[ "${PV}" != "9999" ]] && EHG_REVISION="v${PV}" |
24 |
24 |
25 DEPEND="" |
25 DEPEND="" |
26 RDEPEND="${DEPEND}" |
26 RDEPEND="${DEPEND}" |
27 |
|