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-applehelp/
Date: Tue, 26 Apr 2022 18:55:52
Message-Id: 1650999264.0e8f22a93d926b1372cdfb6f981b01ab6062e678.mgorny@gentoo
1 commit: 0e8f22a93d926b1372cdfb6f981b01ab6062e678
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 18:54:24 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 18:54:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e8f22a9
7
8 dev-python/sphinxcontrib-applehelp: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../sphinxcontrib-applehelp-1.0.2.ebuild | 29 ----------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2.ebuild b/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2.ebuild
16 deleted file mode 100644
17 index 235da974ce65..000000000000
18 --- a/dev-python/sphinxcontrib-applehelp/sphinxcontrib-applehelp-1.0.2.ebuild
19 +++ /dev/null
20 @@ -1,29 +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 Apple help book"
30 -HOMEPAGE="https://www.sphinx-doc.org
31 - https://github.com/sphinx-doc/sphinxcontrib-applehelp"
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? ( ${PDEPEND} )"
43 -
44 -distutils_enable_tests pytest
45 -
46 -python_install_all() {
47 - distutils-r1_python_install_all
48 - find "${ED}" -name '*.pth' -delete || die
49 -}