commit: 99e6b565f31e86ff0e8030f178978b588194e3a5 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Fri Feb 4 19:41:53 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Feb 4 19:47:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e6b565
dev-python/sphinxcontrib-github-alt: weak block duplicate package I have added a duplicate package, so weak block it. Bug: https://bugs.gentoo.org/832379 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> ...-alt-1.2.ebuild => sphinxcontrib-github-alt-1.2-r1.ebuild} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 similarity index 72% rename from dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild rename to dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild index b23d2d3a9983..7faae223efa3 100644 --- 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 @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DISTUTILS_USE_SETUPTOOLS=pyproject.toml -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 @@ -19,5 +19,8 @@ LICENSE="BSD-2" SLOT="0" KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" -RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND}" +RDEPEND=" + dev-python/sphinx[${PYTHON_USEDEP}] + !dev-python/sphinxcontrib_github_alt +" +BDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
