Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-github-alt/
Date: Fri, 04 Feb 2022 19:47:21
Message-Id: 1644004024.99e6b565f31e86ff0e8030f178978b588194e3a5.arthurzam@gentoo
1 commit: 99e6b565f31e86ff0e8030f178978b588194e3a5
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 4 19:41:53 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 4 19:47:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e6b565
7
8 dev-python/sphinxcontrib-github-alt: weak block duplicate package
9
10 I have added a duplicate package, so weak block it.
11
12 Bug: https://bugs.gentoo.org/832379
13 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
14
15 ...-alt-1.2.ebuild => sphinxcontrib-github-alt-1.2-r1.ebuild} | 11 +++++++----
16 1 file changed, 7 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild
19 similarity index 72%
20 rename from dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild
21 rename to dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild
22 index b23d2d3a9983..7faae223efa3 100644
23 --- a/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild
24 +++ b/dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild
25 @@ -1,10 +1,10 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31
32 DISTUTILS_USE_SETUPTOOLS=pyproject.toml
33 -PYTHON_COMPAT=( python3_{7..10} )
34 +PYTHON_COMPAT=( python3_{8..10} )
35
36 inherit distutils-r1
37
38 @@ -19,5 +19,8 @@ LICENSE="BSD-2"
39 SLOT="0"
40 KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86"
41
42 -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
43 -BDEPEND="${RDEPEND}"
44 +RDEPEND="
45 + dev-python/sphinx[${PYTHON_USEDEP}]
46 + !dev-python/sphinxcontrib_github_alt
47 +"
48 +BDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"