equal
deleted
inserted
replaced
1 # Copyright 1999-2021 Gentoo Authors |
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 |
3 |
4 EAPI="7" |
4 EAPI="7" |
5 |
5 |
6 PYTHON_COMPAT=( python3_5 python3_6 python3_7 python3_8 python3_9 python2_7 ) |
6 PYTHON_COMPAT=( python3_8 python3_9 python3_10 python3_11 ) |
7 |
7 |
8 DISTUTILS_USE_SETUPTOOLS=rdepend |
8 DISTUTILS_USE_SETUPTOOLS=rdepend |
9 |
9 |
10 inherit mercurial distutils-r1 |
10 inherit mercurial distutils-r1 |
11 |
11 |