From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1645055-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBCB515817D for <garchives@archives.gentoo.org>; Thu, 20 Jun 2024 15:20:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D8CFE2A5E; Thu, 20 Jun 2024 15:20:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEF8CE2A4B for <gentoo-commits@lists.gentoo.org>; Thu, 20 Jun 2024 15:20:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3B6733BF39 for <gentoo-commits@lists.gentoo.org>; Thu, 20 Jun 2024 15:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BAB51D2D for <gentoo-commits@lists.gentoo.org>; Thu, 20 Jun 2024 15:20:17 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1718896805.1862dab667e65f41d10080f17d52349b13863b38.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ansible-pygments/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ansible-pygments/ansible-pygments-0.1.1-r1.ebuild X-VCS-Directories: dev-python/ansible-pygments/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1862dab667e65f41d10080f17d52349b13863b38 X-VCS-Branch: master Date: Thu, 20 Jun 2024 15:20:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dbd1dc69-3210-4500-9ff5-fe3b59971969 X-Archives-Hash: 025dc7cb7b9cf2fa92b919608ba152cf commit: 1862dab667e65f41d10080f17d52349b13863b38 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jun 20 15:01:23 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jun 20 15:20:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1862dab6 dev-python/ansible-pygments: Enable py3.13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> .../ansible-pygments/ansible-pygments-0.1.1-r1.ebuild | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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