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 E1B47158090 for ; Sat, 28 May 2022 10:31:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32C06E087E; Sat, 28 May 2022 10:31:32 +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 161AFE087E for ; Sat, 28 May 2022 10:31:32 +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 21F2134122C for ; Sat, 28 May 2022 10:31:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0116F4D5 for ; Sat, 28 May 2022 10:31:28 +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: <1653733845.2c610e3586f6dd0045fcccfe393543753cf61219.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-tabs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-tabs/sphinx-tabs-3.3.1-r1.ebuild dev-python/sphinx-tabs/sphinx-tabs-3.3.1.ebuild X-VCS-Directories: dev-python/sphinx-tabs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2c610e3586f6dd0045fcccfe393543753cf61219 X-VCS-Branch: master Date: Sat, 28 May 2022 10:31:28 +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: 22f8cdd3-f9ce-4035-b06a-0130e25953c2 X-Archives-Hash: 7b0cef43dc521c3642db57ef8e6bc0b5 commit: 2c610e3586f6dd0045fcccfe393543753cf61219 Author: Michał Górny gentoo org> AuthorDate: Sat May 28 10:30:45 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat May 28 10:30:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c610e35 dev-python/sphinx-tabs: Add RDEP on dev-python/pygments Signed-off-by: Michał Górny gentoo.org> .../{sphinx-tabs-3.3.1.ebuild => sphinx-tabs-3.3.1-r1.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/sphinx-tabs/sphinx-tabs-3.3.1.ebuild b/dev-python/sphinx-tabs/sphinx-tabs-3.3.1-r1.ebuild similarity index 86% rename from dev-python/sphinx-tabs/sphinx-tabs-3.3.1.ebuild rename to dev-python/sphinx-tabs/sphinx-tabs-3.3.1-r1.ebuild index 828e5557db8f..c396a7f60c23 100644 --- a/dev-python/sphinx-tabs/sphinx-tabs-3.3.1.ebuild +++ b/dev-python/sphinx-tabs/sphinx-tabs-3.3.1-r1.ebuild @@ -9,7 +9,10 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Tabbed views for Sphinx" -HOMEPAGE="https://github.com/executablebooks/sphinx-tabs" +HOMEPAGE=" + https://github.com/executablebooks/sphinx-tabs/ + https://pypi.org/project/sphinx-tabs/ +" SRC_URI="https://github.com/executablebooks/sphinx-tabs/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" @@ -18,6 +21,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x RDEPEND=" =dev-python/docutils-0.17*[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] "