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-htmlhelp/
Date: Tue, 26 Apr 2022 20:28:47
Message-Id: 1651004912.53b7794b2e3f8fa3992281c0ecb1c0bd9f76b170.mgorny@gentoo
1 commit: 53b7794b2e3f8fa3992281c0ecb1c0bd9f76b170
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 20:14:55 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 20:28:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53b7794b
7
8 dev-python/sphinxcontrib-htmlhelp: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../sphinxcontrib-htmlhelp-2.0.0.ebuild | 32 ----------------------
13 1 file changed, 32 deletions(-)
14
15 diff --git a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild b/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
16 deleted file mode 100644
17 index b94a7f8825b9..000000000000
18 --- a/dev-python/sphinxcontrib-htmlhelp/sphinxcontrib-htmlhelp-2.0.0.ebuild
19 +++ /dev/null
20 @@ -1,32 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Sphinx extension which outputs HTML help book"
30 -HOMEPAGE="https://www.sphinx-doc.org/
31 - https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="BSD-2"
35 -SLOT="0"
36 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
37 -
38 -RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
39 -PDEPEND="
40 - >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
41 -BDEPEND="
42 - test? (
43 - ${PDEPEND}
44 - dev-python/html5lib[${PYTHON_USEDEP}]
45 - )"
46 -
47 -distutils_enable_tests pytest
48 -
49 -python_install_all() {
50 - distutils-r1_python_install_all
51 - find "${ED}" -name '*.pth' -delete || die
52 -}