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-serializinghtml/
Date: Tue, 26 Apr 2022 20:28:49
Message-Id: 1651004914.d992e104f4125a9f2a57baf1b3225872803e4db7.mgorny@gentoo
1 commit: d992e104f4125a9f2a57baf1b3225872803e4db7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 20:18:30 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 20:28:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d992e104
7
8 dev-python/sphinxcontrib-serializinghtml: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../sphinxcontrib-serializinghtml-1.1.5.ebuild | 29 ----------------------
13 1 file changed, 29 deletions(-)
14
15 diff --git a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5.ebuild b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5.ebuild
16 deleted file mode 100644
17 index a6e047c73b14..000000000000
18 --- a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.5.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 outputs serialized HTML files"
30 -HOMEPAGE="https://www.sphinx-doc.org
31 - https://github.com/sphinx-doc/sphinxcontrib-serializinghtml"
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 -}