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: Sun, 29 Mar 2020 09:16:10
Message-Id: 1585473329.b726632b0169a124df34260341c361167176aeed.mgorny@gentoo
1 commit: b726632b0169a124df34260341c361167176aeed
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 09:01:08 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 09:15:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b726632b
7
8 dev-python/sphinxcontrib-blockdiag: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinxcontrib-blockdiag/Manifest | 1 -
13 .../sphinxcontrib-blockdiag-1.5.5-r1.ebuild | 35 ---------------
14 .../sphinxcontrib-blockdiag-1.5.5-r2.ebuild | 50 ----------------------
15 .../sphinxcontrib-blockdiag-1.5.5.ebuild | 33 --------------
16 4 files changed, 119 deletions(-)
17
18 diff --git a/dev-python/sphinxcontrib-blockdiag/Manifest b/dev-python/sphinxcontrib-blockdiag/Manifest
19 index d23cdbdcf65..3db82002af8 100644
20 --- a/dev-python/sphinxcontrib-blockdiag/Manifest
21 +++ b/dev-python/sphinxcontrib-blockdiag/Manifest
22 @@ -1,2 +1 @@
23 -DIST sphinxcontrib-blockdiag-1.5.5.tar.gz 12066 BLAKE2B 4913aa53b365a05db2962c81c3f15df748c3424c88dc70bb5c97325c92492852698246b2d644748fde46ccc9ac6535871036851798db6d9db5e9610c5ef58b45 SHA512 4c007e2c394bf90ff84a000cf44ec1d50b39286a32929c89a64320299a70f10e44da35d942e7bb8697a9d61eb6a551f74bd15349cf0b439369aaaf12d175635a
24 DIST sphinxcontrib-blockdiag-2.0.0.tar.gz 11903 BLAKE2B 9301fe05ff936836e8e648a507b7e2e5fd8cada58252fd46b274a4bb3e6b51b00b7696ceee712d12bd590c40c5ae1235e0b532ef55ffc2e78b2986cdae64a0f2 SHA512 305ad9b27bbb44480c69139cc0ae9cd8e47c6ad95da5b14a964c703a17e62ab9b342ff567e8312e403549a794f6381fe4c4d444ccb7a8e41410d1a3754ffb3f1
25
26 diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r1.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r1.ebuild
27 deleted file mode 100644
28 index e2f7a4c438d..00000000000
29 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r1.ebuild
30 +++ /dev/null
31 @@ -1,35 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -PYTHON_COMPAT=( python3_6 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A sphinx extension for embedding block diagrams using blockdiag"
41 -HOMEPAGE="https://github.com/blockdiag/sphinxcontrib-blockdiag"
42 -SRC_URI="https://github.com/blockdiag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
47 -IUSE=""
48 -
49 -COMMON_DEPEND="
50 - dev-python/sphinx[${PYTHON_USEDEP}]
51 - >=dev-python/blockdiag-1.5.0[${PYTHON_USEDEP}]
52 -"
53 -DEPEND="
54 - dev-python/setuptools[${PYTHON_USEDEP}]"
55 -RDEPEND="${DEPEND}
56 - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
57 -
58 -python_prepare_all() {
59 - sed -i -e /build-base/d setup.cfg || die
60 - distutils-r1_python_prepare_all
61 -}
62 -
63 -python_install_all() {
64 - distutils-r1_python_install_all
65 - find "${ED}" -name '*.pth' -delete || die
66 -}
67
68 diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r2.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r2.ebuild
69 deleted file mode 100644
70 index e2449197687..00000000000
71 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5-r2.ebuild
72 +++ /dev/null
73 @@ -1,50 +0,0 @@
74 -# Copyright 1999-2020 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=6
78 -PYTHON_COMPAT=( python3_{6,7} )
79 -
80 -inherit distutils-r1
81 -
82 -DESCRIPTION="A sphinx extension for embedding block diagrams using blockdiag"
83 -HOMEPAGE="https://github.com/blockdiag/sphinxcontrib-blockdiag"
84 -SRC_URI="https://github.com/blockdiag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
85 -
86 -LICENSE="BSD"
87 -SLOT="0"
88 -KEYWORDS="amd64 ~arm ~arm64 x86"
89 -IUSE="test"
90 -RESTRICT="!test? ( test )"
91 -
92 -COMMON_DEPEND="
93 - dev-python/sphinx[${PYTHON_USEDEP}]
94 - >=dev-python/blockdiag-1.5.0[${PYTHON_USEDEP}]
95 -"
96 -DEPEND="
97 - dev-python/setuptools[${PYTHON_USEDEP}]
98 - test? (
99 - ${COMMON_DEPEND}
100 - dev-python/mock[${PYTHON_USEDEP}]
101 - dev-python/nose[${PYTHON_USEDEP}]
102 - dev-python/reportlab[${PYTHON_USEDEP}]
103 - dev-python/sphinx-testing[${PYTHON_USEDEP}]
104 - )"
105 -RDEPEND="${COMMON_DEPEND}
106 - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]"
107 -
108 -python_prepare_all() {
109 - sed -i -e /build-base/d setup.cfg || die
110 - # Those tests are known-broken upstream
111 - # https://github.com/blockdiag/sphinxcontrib-blockdiag/pull/11
112 - rm tests/test_latex.py || die
113 - distutils-r1_python_prepare_all
114 -}
115 -
116 -python_test() {
117 - nosetests -v || die "Tests fail with ${EPYTHON}"
118 -}
119 -
120 -python_install_all() {
121 - distutils-r1_python_install_all
122 - find "${ED}" -name '*.pth' -delete || die
123 -}
124
125 diff --git a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild b/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild
126 deleted file mode 100644
127 index 8375f8282c8..00000000000
128 --- a/dev-python/sphinxcontrib-blockdiag/sphinxcontrib-blockdiag-1.5.5.ebuild
129 +++ /dev/null
130 @@ -1,33 +0,0 @@
131 -# Copyright 1999-2020 Gentoo Authors
132 -# Distributed under the terms of the GNU General Public License v2
133 -
134 -EAPI=6
135 -PYTHON_COMPAT=( python3_6 )
136 -
137 -inherit distutils-r1
138 -
139 -DESCRIPTION="A sphinx extension for embedding block diagrams using blockdiag"
140 -
141 -HOMEPAGE="https://github.com/blockdiag/sphinxcontrib-blockdiag"
142 -
143 -SRC_URI="https://github.com/blockdiag/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
144 -
145 -LICENSE="BSD"
146 -
147 -SLOT="0"
148 -
149 -KEYWORDS="~amd64"
150 -
151 -IUSE=""
152 -
153 -DEPEND="
154 - dev-python/sphinx[${PYTHON_USEDEP}]
155 - >=dev-python/blockdiag-1.5.0[${PYTHON_USEDEP}]
156 -"
157 -
158 -RDEPEND="${DEPEND}"
159 -
160 -python_prepare_all() {
161 - sed -i -e /build-base/d setup.cfg || die
162 - distutils-r1_python_prepare_all
163 -}