summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-02-04 21:41:53 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-02-04 21:47:04 +0200
commit99e6b565f31e86ff0e8030f178978b588194e3a5 (patch)
treedf7453df529ae68652311e720b5db2b11957f550 /dev-python/sphinxcontrib-github-alt
parentdev-python/jupyter_server: use correct package name (diff)
downloadgentoo-99e6b565f31e86ff0e8030f178978b588194e3a5.tar.gz
gentoo-99e6b565f31e86ff0e8030f178978b588194e3a5.tar.bz2
gentoo-99e6b565f31e86ff0e8030f178978b588194e3a5.zip
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@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-github-alt')
-rw-r--r--dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2-r1.ebuild (renamed from dev-python/sphinxcontrib-github-alt/sphinxcontrib-github-alt-1.2.ebuild)11
1 files 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
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}]"