Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinxcontrib-blockdiag/, profiles/
Date: Sat, 18 Mar 2023 16:45:32
Message-Id: 1679157771.90d1fffc90816b90e69bed6cf847d091ce671dc4.soap@gentoo
1 commit: 90d1fffc90816b90e69bed6cf847d091ce671dc4
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 18 16:42:51 2023 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 18 16:42:51 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90d1fffc
7
8 dev-python/sphinxcontrib-blockdiag: treeclean
9
10 Closes: https://bugs.gentoo.org/888233
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/sphinxcontrib-blockdiag/Manifest | 1 -
14 dev-python/sphinxcontrib-blockdiag/metadata.xml | 16 -------
15 .../sphinxcontrib-blockdiag-3.0.0.ebuild | 53 ----------------------
16 profiles/package.mask | 1 -
17 4 files changed, 71 deletions(-)
18
19 diff --git a/dev-python/sphinxcontrib-blockdiag/Manifest b/dev-python/sphinxcontrib-blockdiag/Manifest
20 deleted file mode 100644
21 index c01c25dad4fb..000000000000
22 --- a/dev-python/sphinxcontrib-blockdiag/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST sphinxcontrib-blockdiag-3.0.0.gh.tar.gz 12300 BLAKE2B 4bb6e83625095aab209b3f8eff3f96dd0c0ff37c542bedd03d7b56be282bdb6929bba7ef9cbbc458492b17bfbcf80d705cb17b3f194213c1416bf1ab090fcc6a SHA512 1d03296007b0b6455fa25b1c0d3f09fb76dfaeba43ac7155033ec6fda0aaae40b757f6b77b63725489f2360eb5a80ce8e9e55eb6460b73c3b3bca363afe8aeac
26
27 diff --git a/dev-python/sphinxcontrib-blockdiag/metadata.xml b/dev-python/sphinxcontrib-blockdiag/metadata.xml
28 deleted file mode 100644
29 index b212d7d00f0f..000000000000
30 --- a/dev-python/sphinxcontrib-blockdiag/metadata.xml
31 +++ /dev/null
32 @@ -1,16 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <maintainer type="project">
37 - <email>python@g.o</email>
38 - </maintainer>
39 - <stabilize-allarches/>
40 - <upstream>
41 - <maintainer>
42 - <email>i.tkomiya@×××××.com</email>
43 - <name>Takeshi KOMIYA</name>
44 - </maintainer>
45 - <remote-id type="github">blockdiag/sphinxcontrib-blockdiag</remote-id>
46 - <remote-id type="pypi">sphinxcontrib-blockdiag</remote-id>
47 - </upstream>
48 -</pkgmetadata>
49
50 diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-3.0.0.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-3.0.0.ebuild
51 deleted file mode 100644
52 index caa17bdd1940..000000000000
53 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-3.0.0.ebuild
54 +++ /dev/null
55 @@ -1,53 +0,0 @@
56 -# Copyright 1999-2023 Gentoo Authors
57 -# Distributed under the terms of the GNU General Public License v2
58 -
59 -EAPI=8
60 -
61 -DISTUTILS_USE_PEP517=setuptools
62 -PYTHON_COMPAT=( python3_{9..10} )
63 -
64 -inherit distutils-r1
65 -
66 -DESCRIPTION="A sphinx extension for embedding block diagrams using blockdiag"
67 -HOMEPAGE="
68 - https://github.com/blockdiag/sphinxcontrib-blockdiag/
69 - https://pypi.org/project/sphinxcontrib-blockdiag/
70 -"
71 -SRC_URI="
72 - https://github.com/blockdiag/${PN}/archive/${PV}.tar.gz
73 - -> ${P}.gh.tar.gz
74 -"
75 -
76 -LICENSE="BSD"
77 -SLOT="0"
78 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
79 -
80 -RDEPEND="
81 - >=dev-python/sphinx-2.0[${PYTHON_USEDEP}]
82 - >=dev-python/blockdiag-1.5.0[${PYTHON_USEDEP}]
83 -"
84 -BDEPEND="
85 - test? (
86 - dev-python/mock[${PYTHON_USEDEP}]
87 - dev-python/reportlab[${PYTHON_USEDEP}]
88 - dev-python/sphinx-testing[${PYTHON_USEDEP}]
89 - )
90 -"
91 -
92 -distutils_enable_tests unittest
93 -
94 -python_prepare_all() {
95 - sed -i -e "/build-base/d" setup.cfg || die
96 - distutils-r1_python_prepare_all
97 -}
98 -
99 -python_compile() {
100 - distutils-r1_python_compile
101 - find "${BUILD_DIR}" -name '*.pth' -delete || die
102 -}
103 -
104 -python_test() {
105 - rm -rf sphinxcontrib || die
106 - distutils_write_namespace sphinxcontrib
107 - eunittest
108 -}
109
110 diff --git a/profiles/package.mask b/profiles/package.mask
111 index 922d7ed98ca4..53441488c5f6 100644
112 --- a/profiles/package.mask
113 +++ b/profiles/package.mask
114 @@ -286,7 +286,6 @@ acct-group/jabber
115 # It was needed only for dev-python/aiohttp[doc].
116 # Removal on 2023-03-03. Bug #888233.
117 dev-python/blockdiag
118 -dev-python/sphinxcontrib-blockdiag
119
120 # Michał Górny <mgorny@g.o> (2023-02-01)
121 # Requires legacy setuptools backend. Hacky build system. The only