Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-apidoc/
Date: Tue, 26 Apr 2022 19:01:23
Message-Id: 1650999676.aef1b78cc557e99ff30e36ffe6d3f681da5a4ca4.mgorny@gentoo
1 commit: aef1b78cc557e99ff30e36ffe6d3f681da5a4ca4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 18:58:30 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 19:01:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aef1b78c
7
8 dev-python/sphinxcontrib-apidoc: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../sphinxcontrib-apidoc-0.3.0.ebuild | 27 ----------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/dev-python/sphinxcontrib-apidoc/sphinxcontrib-apidoc-0.3.0.ebuild b/dev-python/sphinxcontrib-apidoc/sphinxcontrib-apidoc-0.3.0.ebuild
16 deleted file mode 100644
17 index cea7e192a03b..000000000000
18 --- a/dev-python/sphinxcontrib-apidoc/sphinxcontrib-apidoc-0.3.0.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Sphinx extension for running sphinx-apidoc on each build"
30 -HOMEPAGE="https://pypi.org/project/sphinxcontrib-apidoc/ https://github.com/sphinx-contrib/apidoc"
31 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
32 -
33 -LICENSE="BSD"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -
37 -BDEPEND="dev-python/pbr[${PYTHON_USEDEP}]"
38 -RDEPEND="${BDEPEND}
39 - dev-python/sphinx[${PYTHON_USEDEP}]
40 -"
41 -
42 -distutils_enable_tests pytest
43 -
44 -python_install_all() {
45 - distutils-r1_python_install_all
46 - find "${D}" -name '*.pth' -delete || die
47 -}