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-spelling/
Date: Mon, 06 Jun 2022 11:36:30
Message-Id: 1654515247.cc92eea9c605c5cc95a14205e5ea24abaebe408c.mgorny@gentoo
1 commit: cc92eea9c605c5cc95a14205e5ea24abaebe408c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 6 11:34:07 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 6 11:34:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc92eea9
7
8 dev-python/sphinxcontrib-spelling: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sphinxcontrib-spelling/Manifest | 3 --
13 .../sphinxcontrib-spelling-7.3.2-r1.ebuild | 49 ----------------------
14 .../sphinxcontrib-spelling-7.4.0.ebuild | 49 ----------------------
15 .../sphinxcontrib-spelling-7.4.1.ebuild | 49 ----------------------
16 4 files changed, 150 deletions(-)
17
18 diff --git a/dev-python/sphinxcontrib-spelling/Manifest b/dev-python/sphinxcontrib-spelling/Manifest
19 index 34df840f6d8b..29a4999f7370 100644
20 --- a/dev-python/sphinxcontrib-spelling/Manifest
21 +++ b/dev-python/sphinxcontrib-spelling/Manifest
22 @@ -1,5 +1,2 @@
23 -DIST sphinxcontrib-spelling-7.3.2.tar.gz 51813 BLAKE2B 7c96f3b102fa33ea4d9e35100930a157200a1c01c51d8ec5145c45c5a24e3b5de35f6c4669177363c6098cb96275e10c39ff660c36d209cb6fa658e50cb8e169 SHA512 043a50f694366de4a3aedc24ca2ea7d89c85087097264f4e4fc860f68a3df5a67f19ec7172e4a67074377846d013d24edecd751885136c7263bc30b034c0f0e9
24 DIST sphinxcontrib-spelling-7.3.3.tar.gz 51912 BLAKE2B 6a9bd90db2298beb78686252d555dd5e77d0c9042eb0986dd2eeab9e413a921c5f5f594c539c2cfe6315002c2f2892241b789b10976e634158f3ca1d8be1b627 SHA512 7406bd846c5eac507f8e4481ada4d0d725d0a3ad8cf2f8fd3328389128cf54091bb0e304dfe23fdf771a26d9103d2c028d2f7f29e1949ca59fcf43de5bac9cb1
25 -DIST sphinxcontrib-spelling-7.4.0.tar.gz 52966 BLAKE2B d0dbb6a5ae704f8cc8eaf0a73455b1ae044d68e34c723f1368899f7d7567c0e77a5279f333c710017ed00c53f7eb9a977f6a803b87b03fbf2b78e0be02bd1ac0 SHA512 27edbde0ad7d9321ceda9263e2139421578c48f82bad04c51359134ae89631ddfcf27ac5bdb1d012354e71020be373c8017550c5db73fdccb912d4ab10d223c8
26 -DIST sphinxcontrib-spelling-7.4.1.tar.gz 53664 BLAKE2B 66d46e9c3a9e66c56e90bbc97efe35517b53fe9f78d50790dc2f3cd14509b20b1c4374ce9230b029c65a91401f2ae8241ba6aecc4116e98849408a9dfe29811f SHA512 54672b1fdd6503dfc15edcbe5e9bcbfe2d67bbf88e44bd1b21ff7077dd3c64841e23eaf24f155075f6385dc17f71c853b583bed0eedc8387c87fe38613e7694b
27 DIST sphinxcontrib-spelling-7.5.0.tar.gz 54978 BLAKE2B ed56e27434a43d688a63ff6ca8aa7889a80a0a750abdebc5e9307c68fae8a14ae7ba065b127c583fff11499e75750aee6f017b4d442204b1a2308a5c8692e73c SHA512 d306d19664990cfb6ceff947f3a34243a8ead95b0e6076f9da924cd0ef43e2621178bd374400f805970592f803d6a129c74a32a6c6837d41e4f72118da667138
28
29 diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.2-r1.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.2-r1.ebuild
30 deleted file mode 100644
31 index 5cdd12d99504..000000000000
32 --- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.3.2-r1.ebuild
33 +++ /dev/null
34 @@ -1,49 +0,0 @@
35 -# Copyright 1999-2022 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=8
39 -
40 -DISTUTILS_USE_PEP517=setuptools
41 -PYTHON_COMPAT=( python3_{8..10} )
42 -
43 -inherit distutils-r1
44 -
45 -DESCRIPTION="Sphinx spelling extension"
46 -HOMEPAGE="
47 - https://github.com/sphinx-contrib/spelling/
48 - https://pypi.org/project/sphinxcontrib-spelling/
49 -"
50 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
51 -
52 -LICENSE="BSD-2"
53 -SLOT="0"
54 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
55 -
56 -RDEPEND="
57 - dev-python/pyenchant[${PYTHON_USEDEP}]
58 - dev-python/sphinx[${PYTHON_USEDEP}]
59 -"
60 -BDEPEND="
61 - dev-python/pbr[${PYTHON_USEDEP}]
62 - test? (
63 - app-dicts/myspell-en
64 - )
65 -"
66 -
67 -distutils_enable_tests pytest
68 -
69 -EPYTEST_DESELECT=(
70 - # requires the git repo
71 - tests/test_filter.py::test_contributors
72 -)
73 -
74 -python_compile() {
75 - distutils-r1_python_compile
76 - find "${BUILD_DIR}" -name '*.pth' -delete || die
77 -}
78 -
79 -python_test() {
80 - distutils_write_namespace sphinxcontrib
81 - rm -rf sphinxcontrib || die
82 - epytest tests
83 -}
84
85 diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.4.0.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.4.0.ebuild
86 deleted file mode 100644
87 index 834977197c58..000000000000
88 --- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.4.0.ebuild
89 +++ /dev/null
90 @@ -1,49 +0,0 @@
91 -# Copyright 1999-2022 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=8
95 -
96 -DISTUTILS_USE_PEP517=setuptools
97 -PYTHON_COMPAT=( python3_{8..11} )
98 -
99 -inherit distutils-r1
100 -
101 -DESCRIPTION="Sphinx spelling extension"
102 -HOMEPAGE="
103 - https://github.com/sphinx-contrib/spelling/
104 - https://pypi.org/project/sphinxcontrib-spelling/
105 -"
106 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
107 -
108 -LICENSE="BSD-2"
109 -SLOT="0"
110 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
111 -
112 -RDEPEND="
113 - dev-python/pyenchant[${PYTHON_USEDEP}]
114 - dev-python/sphinx[${PYTHON_USEDEP}]
115 -"
116 -BDEPEND="
117 - dev-python/pbr[${PYTHON_USEDEP}]
118 - test? (
119 - app-dicts/myspell-en
120 - )
121 -"
122 -
123 -distutils_enable_tests pytest
124 -
125 -EPYTEST_DESELECT=(
126 - # requires the git repo
127 - tests/test_filter.py::test_contributors
128 -)
129 -
130 -python_compile() {
131 - distutils-r1_python_compile
132 - find "${BUILD_DIR}" -name '*.pth' -delete || die
133 -}
134 -
135 -python_test() {
136 - distutils_write_namespace sphinxcontrib
137 - rm -rf sphinxcontrib || die
138 - epytest tests
139 -}
140
141 diff --git a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.4.1.ebuild b/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.4.1.ebuild
142 deleted file mode 100644
143 index 834977197c58..000000000000
144 --- a/dev-python/sphinxcontrib-spelling/sphinxcontrib-spelling-7.4.1.ebuild
145 +++ /dev/null
146 @@ -1,49 +0,0 @@
147 -# Copyright 1999-2022 Gentoo Authors
148 -# Distributed under the terms of the GNU General Public License v2
149 -
150 -EAPI=8
151 -
152 -DISTUTILS_USE_PEP517=setuptools
153 -PYTHON_COMPAT=( python3_{8..11} )
154 -
155 -inherit distutils-r1
156 -
157 -DESCRIPTION="Sphinx spelling extension"
158 -HOMEPAGE="
159 - https://github.com/sphinx-contrib/spelling/
160 - https://pypi.org/project/sphinxcontrib-spelling/
161 -"
162 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
163 -
164 -LICENSE="BSD-2"
165 -SLOT="0"
166 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
167 -
168 -RDEPEND="
169 - dev-python/pyenchant[${PYTHON_USEDEP}]
170 - dev-python/sphinx[${PYTHON_USEDEP}]
171 -"
172 -BDEPEND="
173 - dev-python/pbr[${PYTHON_USEDEP}]
174 - test? (
175 - app-dicts/myspell-en
176 - )
177 -"
178 -
179 -distutils_enable_tests pytest
180 -
181 -EPYTEST_DESELECT=(
182 - # requires the git repo
183 - tests/test_filter.py::test_contributors
184 -)
185 -
186 -python_compile() {
187 - distutils-r1_python_compile
188 - find "${BUILD_DIR}" -name '*.pth' -delete || die
189 -}
190 -
191 -python_test() {
192 - distutils_write_namespace sphinxcontrib
193 - rm -rf sphinxcontrib || die
194 - epytest tests
195 -}