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-blockdiag/
Date: Tue, 26 Apr 2022 20:28:45
Message-Id: 1651004911.c6122c0f3bb8c140a821e95ceaed1fe53769617f.mgorny@gentoo
1 commit: c6122c0f3bb8c140a821e95ceaed1fe53769617f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 20:14:45 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 20:28:31 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6122c0f
7
8 dev-python/sphinxcontrib-blockdiag: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinxcontrib-blockdiag/Manifest | 1 -
13 .../sphinxcontrib-blockdiag-2.0.0.ebuild | 42 ----------------------
14 2 files changed, 43 deletions(-)
15
16 diff --git a/dev-python/sphinxcontrib-blockdiag/Manifest b/dev-python/sphinxcontrib-blockdiag/Manifest
17 index 37574458ef74..020f13fd66c7 100644
18 --- a/dev-python/sphinxcontrib-blockdiag/Manifest
19 +++ b/dev-python/sphinxcontrib-blockdiag/Manifest
20 @@ -1,2 +1 @@
21 DIST sphinxcontrib-blockdiag-2.0.0.gh.tar.gz 11903 BLAKE2B 9301fe05ff936836e8e648a507b7e2e5fd8cada58252fd46b274a4bb3e6b51b00b7696ceee712d12bd590c40c5ae1235e0b532ef55ffc2e78b2986cdae64a0f2 SHA512 305ad9b27bbb44480c69139cc0ae9cd8e47c6ad95da5b14a964c703a17e62ab9b342ff567e8312e403549a794f6381fe4c4d444ccb7a8e41410d1a3754ffb3f1
22 -DIST sphinxcontrib-blockdiag-2.0.0.tar.gz 11903 BLAKE2B 9301fe05ff936836e8e648a507b7e2e5fd8cada58252fd46b274a4bb3e6b51b00b7696ceee712d12bd590c40c5ae1235e0b532ef55ffc2e78b2986cdae64a0f2 SHA512 305ad9b27bbb44480c69139cc0ae9cd8e47c6ad95da5b14a964c703a17e62ab9b342ff567e8312e403549a794f6381fe4c4d444ccb7a8e41410d1a3754ffb3f1
23
24 diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
25 deleted file mode 100644
26 index e7d18a6002f3..000000000000
27 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-2.0.0.ebuild
28 +++ /dev/null
29 @@ -1,42 +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 -
35 -PYTHON_COMPAT=( python3_{8..10} )
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="A sphinx extension for embedding block diagrams using blockdiag"
39 -HOMEPAGE="https://github.com/blockdiag/sphinxcontrib-blockdiag"
40 -SRC_URI="https://github.com/blockdiag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
45 -
46 -RDEPEND="
47 - >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
48 - >=dev-python/blockdiag-1.5.0[${PYTHON_USEDEP}]
49 -"
50 -BDEPEND="
51 - dev-python/setuptools[${PYTHON_USEDEP}]
52 - test? (
53 - dev-python/mock[${PYTHON_USEDEP}]
54 - dev-python/reportlab[${PYTHON_USEDEP}]
55 - dev-python/sphinx-testing[${PYTHON_USEDEP}]
56 - )"
57 -
58 -distutils_enable_tests nose
59 -
60 -RDEPEND+="
61 - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
62 -
63 -python_prepare_all() {
64 - sed -i -e /build-base/d setup.cfg || die
65 - distutils-r1_python_prepare_all
66 -}
67 -
68 -python_install_all() {
69 - distutils-r1_python_install_all
70 - find "${ED}" -name '*.pth' -delete || die
71 -}