diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-04-27 09:06:30 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-04-27 09:07:08 +0200 |
commit | 29ce0bc4641d30e0d3deec5d2a3bc32c2adb74df (patch) | |
tree | fc0ad34c1d8c7945d964817e19a154647ca16e7e /dev-python/sphinxcontrib-spelling | |
parent | dev-python/sphinxcontrib-openapi: Remove old (diff) | |
download | gentoo-29ce0bc4641d30e0d3deec5d2a3bc32c2adb74df.tar.gz gentoo-29ce0bc4641d30e0d3deec5d2a3bc32c2adb74df.tar.bz2 gentoo-29ce0bc4641d30e0d3deec5d2a3bc32c2adb74df.zip |
dev-python/sphinxcontrib-spelling: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-spelling')
-rw-r--r-- | dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.2.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.2.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.2.ebuild deleted file mode 100644 index e2437f44cfdb..000000000000 --- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Sphinx spelling extension" -HOMEPAGE="https://github.com/sphinx-contrib/spelling" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND=" - dev-python/pyenchant[${PYTHON_USEDEP}] - dev-python/sphinx[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/pbr[${PYTHON_USEDEP}] - test? ( - app-dicts/myspell-en - ) -" - -# The doc can only be built from a git repository -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # requires the git repo - tests/test_filter.py::test_contributors -) - -# We don't want distutils_enable_tests to add the namespace -# package to BDEPEND under "test?". Therefore we add it to RDEPEND -# after running distutils_enable_tests. -RDEPEND+=" - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}] -" - -python_install_all() { - distutils-r1_python_install_all - find "${ED}" -name '*.pth' -delete || die -} |