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/bleach/
Date: Tue, 02 Feb 2021 21:22:39
Message-Id: 1612300950.f3437318a81f6163f7a65c9d79c3c7d0f6a2e5e1.mgorny@gentoo
1 commit: f3437318a81f6163f7a65c9d79c3c7d0f6a2e5e1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 21:06:31 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 21:22:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3437318
7
8 dev-python/bleach: Remove old
9
10 Bug: https://bugs.gentoo.org/768336
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/bleach/Manifest | 3 ---
14 dev-python/bleach/bleach-3.2.1.ebuild | 39 -----------------------------------
15 dev-python/bleach/bleach-3.2.2.ebuild | 39 -----------------------------------
16 dev-python/bleach/bleach-3.2.3.ebuild | 39 -----------------------------------
17 4 files changed, 120 deletions(-)
18
19 diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
20 index 831c79a3bb6..276c0ace960 100644
21 --- a/dev-python/bleach/Manifest
22 +++ b/dev-python/bleach/Manifest
23 @@ -1,4 +1 @@
24 -DIST bleach-3.2.1.tar.gz 179763 BLAKE2B 5288277ceae1f51fb76c360db72fb646e1d391b3e51f29ba2b25f5dba7704af8ef7cfd2db017237dad42ff4a99e502daa29cdf4edd82952e15842e288c50c0dd SHA512 61710f48f00333b38d251360736e19078063433ca4d7aada210a986f7d79b08c79c64b412686c67f360e4b2e8420c40c4b515eb175ab92bd546f88e2ba0e5835
25 -DIST bleach-3.2.2.tar.gz 180189 BLAKE2B 14b496ced66abb5dadabbfaca7663124deda939c494cfc79803db875bcd4195f3b951962d219d56780de56320948c4d5be294a73a8244d1dfa1ced3fe92862d2 SHA512 20e58b58f6464d819ffbf70d0dbaf4b52eac8894d089291b40c2e27440d5c78577f653020ab6296ca72de27bbad60f58e07ce4bcf140ccb21928b0f600f1c236
26 -DIST bleach-3.2.3.tar.gz 180414 BLAKE2B 2b46fbedd109649e61b17719cc6fbbaa34e03e878938eee17aa81c66e11887ca9156e5e1b2a99b19f319c99df9fd0ce4d91106acae1638cf2569df0f1c41b788 SHA512 0bee6415ed0d6349311e92b68c4897b830a9ae8c0b1399a35da8ebb76af7b989b67c3e90c24cc34fd8afb903ee5f8de1062a0fa0e34a75328a281cf1706193a0
27 DIST bleach-3.3.0.tar.gz 181274 BLAKE2B 32883ef9a77bf1d0cd208217930474285e55f158dc8d7b9c4049ca896cdc5cfb873674aa5f5181c31d46345be29f954badd29969bf156b1cc10eb200214de367 SHA512 8e408289c5175234a383658552e48379da9f570866e4c248a4e5c0b7bdaa9a2e6be545943dd32968cdb425929d51de282cca0678fdc6dd06b6fc2c2f41b58097
28
29 diff --git a/dev-python/bleach/bleach-3.2.1.ebuild b/dev-python/bleach/bleach-3.2.1.ebuild
30 deleted file mode 100644
31 index 58a75eb8226..00000000000
32 --- a/dev-python/bleach/bleach-3.2.1.ebuild
33 +++ /dev/null
34 @@ -1,39 +0,0 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
44 -HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~x64-macos"
50 -
51 -RDEPEND="
52 - dev-python/packaging[${PYTHON_USEDEP}]
53 - >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
54 - dev-python/six[${PYTHON_USEDEP}]
55 - dev-python/webencodings[${PYTHON_USEDEP}]
56 -"
57 -
58 -distutils_enable_tests pytest
59 -
60 -PATCHES=(
61 - "${FILESDIR}"/bleach-3.2.1-py39.patch
62 -)
63 -
64 -src_prepare() {
65 - # unbundle unpatched broken html5lib
66 - rm -r bleach/_vendor || die
67 - sed -i -e 's:bleach\._vendor\.::' \
68 - bleach/html5lib_shim.py \
69 - bleach/sanitizer.py \
70 - tests/test_clean.py || die
71 -
72 - distutils-r1_src_prepare
73 -}
74
75 diff --git a/dev-python/bleach/bleach-3.2.2.ebuild b/dev-python/bleach/bleach-3.2.2.ebuild
76 deleted file mode 100644
77 index 02055abb3dd..00000000000
78 --- a/dev-python/bleach/bleach-3.2.2.ebuild
79 +++ /dev/null
80 @@ -1,39 +0,0 @@
81 -# Copyright 1999-2021 Gentoo Authors
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=7
85 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
86 -
87 -inherit distutils-r1
88 -
89 -DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
90 -HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/"
91 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
92 -
93 -LICENSE="Apache-2.0"
94 -SLOT="0"
95 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
96 -
97 -RDEPEND="
98 - dev-python/packaging[${PYTHON_USEDEP}]
99 - >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
100 - dev-python/six[${PYTHON_USEDEP}]
101 - dev-python/webencodings[${PYTHON_USEDEP}]
102 -"
103 -
104 -distutils_enable_tests pytest
105 -
106 -PATCHES=(
107 - "${FILESDIR}"/bleach-3.2.1-py39.patch
108 -)
109 -
110 -src_prepare() {
111 - # unbundle unpatched broken html5lib
112 - rm -r bleach/_vendor || die
113 - sed -i -e 's:bleach\._vendor\.::' \
114 - bleach/html5lib_shim.py \
115 - bleach/sanitizer.py \
116 - tests/test_clean.py || die
117 -
118 - distutils-r1_src_prepare
119 -}
120
121 diff --git a/dev-python/bleach/bleach-3.2.3.ebuild b/dev-python/bleach/bleach-3.2.3.ebuild
122 deleted file mode 100644
123 index 02055abb3dd..00000000000
124 --- a/dev-python/bleach/bleach-3.2.3.ebuild
125 +++ /dev/null
126 @@ -1,39 +0,0 @@
127 -# Copyright 1999-2021 Gentoo Authors
128 -# Distributed under the terms of the GNU General Public License v2
129 -
130 -EAPI=7
131 -PYTHON_COMPAT=( python3_{7..9} pypy3 )
132 -
133 -inherit distutils-r1
134 -
135 -DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
136 -HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/"
137 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
138 -
139 -LICENSE="Apache-2.0"
140 -SLOT="0"
141 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
142 -
143 -RDEPEND="
144 - dev-python/packaging[${PYTHON_USEDEP}]
145 - >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
146 - dev-python/six[${PYTHON_USEDEP}]
147 - dev-python/webencodings[${PYTHON_USEDEP}]
148 -"
149 -
150 -distutils_enable_tests pytest
151 -
152 -PATCHES=(
153 - "${FILESDIR}"/bleach-3.2.1-py39.patch
154 -)
155 -
156 -src_prepare() {
157 - # unbundle unpatched broken html5lib
158 - rm -r bleach/_vendor || die
159 - sed -i -e 's:bleach\._vendor\.::' \
160 - bleach/html5lib_shim.py \
161 - bleach/sanitizer.py \
162 - tests/test_clean.py || die
163 -
164 - distutils-r1_src_prepare
165 -}