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-programoutput/
Date: Wed, 05 Aug 2020 15:18:38
Message-Id: 1596640698.4ec35c8dbe793a6e01db6e62fb9157ce24d23ddb.mgorny@gentoo
1 commit: 4ec35c8dbe793a6e01db6e62fb9157ce24d23ddb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 5 15:12:05 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 5 15:18:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec35c8d
7
8 dev-python/sphinxcontrib-programoutput: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinxcontrib-programoutput/Manifest | 1 -
13 .../sphinxcontrib-programoutput-0.15.ebuild | 40 ----------------------
14 2 files changed, 41 deletions(-)
15
16 diff --git a/dev-python/sphinxcontrib-programoutput/Manifest b/dev-python/sphinxcontrib-programoutput/Manifest
17 index f900e70328d..85d3e5578b3 100644
18 --- a/dev-python/sphinxcontrib-programoutput/Manifest
19 +++ b/dev-python/sphinxcontrib-programoutput/Manifest
20 @@ -1,2 +1 @@
21 -DIST sphinxcontrib-programoutput-0.15.tar.gz 21772 BLAKE2B e3bf609315e0298e73bf37db0d7e4d5175121fd0b0c612083427d60ab10cbfc1bf65c572b9ce561b05c9adffe288df7f0b28d6f2daa44af197d22b99ec8d00f4 SHA512 08444118daf09e05c1318ee87a22fcccb7822b99d58d18cf46748aa32338f35519017839c233cd5176a5426cb5f55047039ee28a26f6f4ebd99a35b199c0ff19
22 DIST sphinxcontrib-programoutput-0.16.tar.gz 23714 BLAKE2B 1e5136faa89a2f303008fb0e24f99f544464d30f5c0c072db4e2e25cb30bfc3cd4af6157f6c8dc7ddfaffd8f6587435c5947b6981c34daf2d6029736fdc22870 SHA512 6003b8ce43ed468b01f6bda02c6f58c0518b38c43a75f1ed0869dd8df2ee215310246b7feeba90f213547644c1bdb0164cf1f44f44879ac054dcbd6d6f48a69e
23
24 diff --git a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.15.ebuild b/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.15.ebuild
25 deleted file mode 100644
26 index 950fa2dea78..00000000000
27 --- a/dev-python/sphinxcontrib-programoutput/sphinxcontrib-programoutput-0.15.ebuild
28 +++ /dev/null
29 @@ -1,40 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{6,7} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Extension to sphinx to include program output"
40 -HOMEPAGE="
41 - https://sphinxcontrib-programoutput.readthedocs.io/en/latest/
42 - https://pypi.org/project/sphinxcontrib-programoutput/
43 -"
44 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0"
48 -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
49 -
50 -IUSE="doc test"
51 -RESTRICT="!test? ( test )"
52 -
53 -RDEPEND="
54 - dev-python/sphinx[${PYTHON_USEDEP}]
55 - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
56 -"
57 -DEPEND="
58 - ${RDEPEND}
59 - test? (
60 - dev-python/mock[${PYTHON_USEDEP}]
61 - )"
62 -
63 -distutils_enable_tests pytest
64 -distutils_enable_sphinx doc
65 -
66 -python_install_all() {
67 - distutils-r1_python_install_all
68 - find "${ED}" -name '*.pth' -delete || die
69 -}