From 1862dab667e65f41d10080f17d52349b13863b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Thu, 20 Jun 2024 17:01:23 +0200 Subject: dev-python/ansible-pygments: Enable py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../ansible-pygments/ansible-pygments-0.1.1-r1.ebuild | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'dev-python') diff --git a/dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild b/dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild index 144271f84a10..1fe6e28e6526 100644 --- a/dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild +++ b/dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild @@ -1,22 +1,27 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517="poetry" PYPI_NO_NORMALIZE=1 +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi DESCRIPTION="Pygments lexer and style Ansible snippets" -HOMEPAGE="https://github.com/ansible-community/ansible-pygments" +HOMEPAGE=" + https://github.com/ansible-community/ansible-pygments/ + https://pypi.org/project/ansible-pygments/ +" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm64 ~riscv" -RDEPEND="dev-python/pygments[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/pygments[${PYTHON_USEDEP}] +" PATCHES=( "${FILESDIR}"/${PN}-0.1.1-make_lexer_test_compare_tokens.patch -- cgit v1.2.3