equal
deleted
inserted
replaced
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: $ |
3 # $Header: $ |
4 |
4 |
5 EAPI="5" |
5 EAPI="5" |
6 |
6 |
7 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) |
7 PYTHON_COMPAT=( python3_5 python3_6 python2_7 ) |
8 |
8 |
9 inherit mercurial distutils-r1 |
9 inherit mercurial distutils-r1 |
10 |
10 |
11 DESCRIPTION="command-line todo list manager" |
11 DESCRIPTION="command-line todo list manager" |
12 HOMEPAGE="http://stevelosh.com/projects/t/" |
12 HOMEPAGE="http://stevelosh.com/projects/t/" |