summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-04-26 20:58:30 +0200
committerMichał Górny <mgorny@gentoo.org>2022-04-26 21:01:16 +0200
commitaef1b78cc557e99ff30e36ffe6d3f681da5a4ca4 (patch)
tree78b1d6bd96416543e1333f3a227390d476307a05 /dev-python/sphinxcontrib-apidoc
parentdev-python/dill: Stabilize 0.3.4-r1 ppc64, #841047 (diff)
downloadgentoo-aef1b78cc557e99ff30e36ffe6d3f681da5a4ca4.tar.gz
gentoo-aef1b78cc557e99ff30e36ffe6d3f681da5a4ca4.tar.bz2
gentoo-aef1b78cc557e99ff30e36ffe6d3f681da5a4ca4.zip
dev-python/sphinxcontrib-apidoc: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinxcontrib-apidoc')
-rw-r--r--dev-python/sphinxcontrib-apidoc/sphinxcontrib-apidoc-0.3.0.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/sphinxcontrib-apidoc/sphinxcontrib-apidoc-0.3.0.ebuild b/dev-python/sphinxcontrib-apidoc/sphinxcontrib-apidoc-0.3.0.ebuild
deleted file mode 100644
index cea7e192a03b..000000000000
--- a/dev-python/sphinxcontrib-apidoc/sphinxcontrib-apidoc-0.3.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021 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 extension for running sphinx-apidoc on each build"
-HOMEPAGE="https://pypi.org/project/sphinxcontrib-apidoc/ https://github.com/sphinx-contrib/apidoc"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
-RDEPEND="${BDEPEND}
- dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
- distutils-r1_python_install_all
- find "${D}" -name '*.pth' -delete || die
-}