diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-11-11 04:50:08 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-11-11 05:07:23 +0100 |
commit | 832063fcffe02eb04f68486146ceb7b214197961 (patch) | |
tree | 756ae9509b83cb6250a760372336a84730cbb29c /dev-util/diff-cover | |
parent | dev-python/sphinxcontrib-log-cabinet: Enable py3.13 (diff) | |
download | gentoo-832063fcffe02eb04f68486146ceb7b214197961.tar.gz gentoo-832063fcffe02eb04f68486146ceb7b214197961.tar.bz2 gentoo-832063fcffe02eb04f68486146ceb7b214197961.zip |
Rename dev-python/{jinja → jinja2}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/diff-cover')
-rw-r--r-- | dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild b/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild index 670609c2faec..ef930d4d0703 100644 --- a/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild +++ b/dev-util/diff-cover/diff-cover-6.5.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit distutils-r1 DESCRIPTION="Find diff lines that do not have test coverage" @@ -17,7 +17,7 @@ KEYWORDS="~amd64" RDEPEND=" dev-python/pygments[${PYTHON_USEDEP}] - >=dev-python/jinja-2.7.1[${PYTHON_USEDEP}] + >=dev-python/jinja2-2.7.1[${PYTHON_USEDEP}] >=dev-python/pluggy-0.13.1[${PYTHON_USEDEP}] >=dev-python/chardet-3.0.0[${PYTHON_USEDEP}] >=dev-python/tomli-1.2.1 |