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 DA755158089 for ; Thu, 14 Sep 2023 11:02:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B0C42BC014; Thu, 14 Sep 2023 11:02:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E872A2BC014 for ; Thu, 14 Sep 2023 11:02:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22261335C87 for ; Thu, 14 Sep 2023 11:02:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45EB41148 for ; Thu, 14 Sep 2023 11:02:02 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1694689276.63c82fa8e651464f10508f944311dd02061fcf68.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pydata-sphinx-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3-r1.ebuild dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild X-VCS-Directories: dev-python/pydata-sphinx-theme/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 63c82fa8e651464f10508f944311dd02061fcf68 X-VCS-Branch: master Date: Thu, 14 Sep 2023 11:02:02 +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: 45e57f34-d28f-4d8c-a529-0e939a092f26 X-Archives-Hash: e6c10b9b3d9aff0c89d993af22d11dcc commit: 63c82fa8e651464f10508f944311dd02061fcf68 Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Sep 14 10:05:53 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Sep 14 11:01:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63c82fa8 dev-python/pydata-sphinx-theme: enable py3.12, restrict to sphinx-6 Closes: https://bugs.gentoo.org/892345 Signed-off-by: Andrew Ammerlaan gentoo.org> ...sphinx-theme-0.13.3.ebuild => pydata-sphinx-theme-0.13.3-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3-r1.ebuild similarity index 93% rename from dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild rename to dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3-r1.ebuild index 60f667f739e9..e2e87eb25f6b 100644 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3.ebuild +++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.13.3-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_USE_PEP517=standalone PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 pypi @@ -32,6 +32,7 @@ RDEPEND=" dev-python/packaging[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] >=dev-python/sphinx-4.2[${PYTHON_USEDEP}] +