From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 2AC84158090 for ; Tue, 24 May 2022 06:16:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2015EE092C; Tue, 24 May 2022 06:16:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0B4C5E092C for ; Tue, 24 May 2022 06:16:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4D0CC341698 for ; Tue, 24 May 2022 06:16:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 562264ED for ; Tue, 24 May 2022 06:16:30 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1653372934.22dbbd02cd79848920c3f970529bbe1744f14394.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/readme_renderer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/readme_renderer/readme_renderer-35.0.ebuild X-VCS-Directories: dev-python/readme_renderer/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 22dbbd02cd79848920c3f970529bbe1744f14394 X-VCS-Branch: master Date: Tue, 24 May 2022 06:16:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 013b7ec8-82a8-4e75-aab3-a5c4d7eb01a9 X-Archives-Hash: f5b173b37032092611ab1d9c571e82e1 commit: 22dbbd02cd79848920c3f970529bbe1744f14394 Author: Michał Górny gentoo org> AuthorDate: Tue May 24 04:35:21 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 24 06:15:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22dbbd02 dev-python/readme_renderer: Enable py3.11 Signed-off-by: Michał Górny gentoo.org> dev-python/readme_renderer/readme_renderer-35.0.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-python/readme_renderer/readme_renderer-35.0.ebuild b/dev-python/readme_renderer/readme_renderer-35.0.ebuild index 35fd2b513a00..4ce1fe0bd41c 100644 --- a/dev-python/readme_renderer/readme_renderer-35.0.ebuild +++ b/dev-python/readme_renderer/readme_renderer-35.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) inherit distutils-r1 @@ -25,7 +25,9 @@ RDEPEND=" >=dev-python/pygments-2.5.2[${PYTHON_USEDEP}] " BDEPEND=" - test? ( dev-python/mock[${PYTHON_USEDEP}] ) + test? ( + dev-python/mock[${PYTHON_USEDEP}] + ) " DOCS=( README.rst )