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: Mon, 12 Jul 2021 22:43:41
Message-Id: 1626129745.5077717300bf3cc3c42ff6a8c3d5e491e300552d.mgorny@gentoo
1 commit: 5077717300bf3cc3c42ff6a8c3d5e491e300552d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 22:42:25 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 22:42:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50777173
7
8 dev-python/sphinxcontrib-serializinghtml: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinxcontrib-serializinghtml/Manifest | 1 -
13 .../sphinxcontrib-serializinghtml-1.1.4.ebuild | 30 ----------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/dev-python/sphinxcontrib-serializinghtml/Manifest b/dev-python/sphinxcontrib-serializinghtml/Manifest
17 index 762c453ed69..e5aa47f5e17 100644
18 --- a/dev-python/sphinxcontrib-serializinghtml/Manifest
19 +++ b/dev-python/sphinxcontrib-serializinghtml/Manifest
20 @@ -1,2 +1 @@
21 -DIST sphinxcontrib-serializinghtml-1.1.4.tar.gz 18647 BLAKE2B aa5dcbacf28a0433cbe86d9da3f6dc5859ec6148f74714654f5095ed1f21042e0d4ab1cbfb1bc816c1de40136ac51cb6f78c913cebf5465a4a11c25b22b36a14 SHA512 d132f75f1e0491167cd6d0f5b3697ac0fc1b16e63fd3dcd480b961e332b521932e405679a695522a4aeb56f57949eb9b1ed7635e9807dd059ae44a6384bdc6d0
22 DIST sphinxcontrib-serializinghtml-1.1.5.tar.gz 21019 BLAKE2B e2da8b1e1300a327b8d508ce98e7c0d3eff1e0cea28cd874df4fbd9ed0bd4de6c17e107e622ec72e00bb237025ae26b2c5aaa33b2156cee2fad7c8f8d2c65ed5 SHA512 c5aabe4d29fd0455c269f8054089fdd61e1de5c35aa407740fc3baae4cfb3235d9fd5515c0489b0becd12abc8f18d0f42aa169ed315c00f30ba87e64ce851667
23
24 diff --git a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.4.ebuild b/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.4.ebuild
25 deleted file mode 100644
26 index 8a5b38c3c9e..00000000000
27 --- a/dev-python/sphinxcontrib-serializinghtml/sphinxcontrib-serializinghtml-1.1.4.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Sphinx extension which outputs outputs serialized HTML files"
39 -HOMEPAGE="https://www.sphinx-doc.org
40 - https://github.com/sphinx-doc/sphinxcontrib-serializinghtml"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD-2"
44 -SLOT="0"
45 -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"
46 -
47 -RDEPEND="dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
48 -PDEPEND="
49 - >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]"
50 -BDEPEND="
51 - dev-python/setuptools[${PYTHON_USEDEP}]
52 - test? ( ${PDEPEND} )"
53 -
54 -distutils_enable_tests pytest
55 -
56 -python_install_all() {
57 - distutils-r1_python_install_all
58 - find "${ED}" -name '*.pth' -delete || die
59 -}