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 0F3E2158043 for ; Wed, 17 Apr 2024 03:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A64542BC025; Wed, 17 Apr 2024 03:42:41 +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 4F57C2BC024 for ; Wed, 17 Apr 2024 03:42:41 +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 95D14343454 for ; Wed, 17 Apr 2024 03:42:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1C0F170A for ; Wed, 17 Apr 2024 03:42:37 +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: <1713325350.1cf66b8eba75b489da91e1ab05688d874c8e7f54.mgorny@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.15.2-r1.ebuild dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild X-VCS-Directories: dev-python/pydata-sphinx-theme/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1cf66b8eba75b489da91e1ab05688d874c8e7f54 X-VCS-Branch: master Date: Wed, 17 Apr 2024 03:42:37 +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: 81e5c84b-5663-4460-871a-7d16e2344f39 X-Archives-Hash: 11f68b0f69222bbaf1c0763f3ac05151 commit: 1cf66b8eba75b489da91e1ab05688d874c8e7f54 Author: Michał Górny gentoo org> AuthorDate: Wed Apr 17 02:56:10 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Apr 17 03:42:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cf66b8e dev-python/pydata-sphinx-theme: Require gentoo.org> ...a-sphinx-theme-0.15.2.ebuild => pydata-sphinx-theme-0.15.2-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2-r1.ebuild similarity index 96% rename from dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild rename to dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2-r1.ebuild index 32f4ef5c1e32..c6ad991578c5 100644 --- a/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2.ebuild +++ b/dev-python/pydata-sphinx-theme/pydata-sphinx-theme-0.15.2-r1.ebuild @@ -31,6 +31,7 @@ RDEPEND=" dev-python/docutils[${PYTHON_USEDEP}] dev-python/packaging[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] + =dev-python/sphinx-5[${PYTHON_USEDEP}] dev-python/typing-extensions[${PYTHON_USEDEP}] "