Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/
Date: Mon, 30 Mar 2020 17:41:07
Message-Id: 1585590047.0db9a0d1b87089bbad023ef5b99c9a5e3311ad95.zlogene@gentoo
1 commit: 0db9a0d1b87089bbad023ef5b99c9a5e3311ad95
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 30 17:40:47 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 17:40:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db9a0d1
7
8 dev-python/bleach: Security cleanup
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 dev-python/bleach/Manifest | 2 --
14 dev-python/bleach/bleach-3.0.2.ebuild | 28 ----------------------------
15 dev-python/bleach/bleach-3.1.3.ebuild | 23 -----------------------
16 3 files changed, 53 deletions(-)
17
18 diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
19 index bb7046499a9..30257503a9c 100644
20 --- a/dev-python/bleach/Manifest
21 +++ b/dev-python/bleach/Manifest
22 @@ -1,3 +1 @@
23 -DIST bleach-3.0.2.tar.gz 165682 BLAKE2B 26dfca08732af9eb11a27e1913ad1ed76454950d902d8f0dfd4a816dfe972d2280a29fcb7ba6c021938863f92d20d6ee3bb5ea64ee0b1f52e62cdbe12aebe009 SHA512 f5a6537c5b048a23b7834f27e30413517f82082f2abc4ad26c16a3aa4486545beec5394d2b759e82022f4cb8915e4034d8cd3383e41a3772a73f3858c283c155
24 -DIST bleach-3.1.3.tar.gz 176601 BLAKE2B ddc7174160625064ed26b077fd912d6781569a2c97c999a076a57e2fd436b58eb193121c1054518e72cfc4f11a144270b2bee20912e510d5b76e21714ffae60b SHA512 6c46504833ac9aa83ea056b6a2970aa539774301b14b5f0d7ae5abb9576ace56b7e027b718159c8ed83d37ae78b4db1083eb12b1cafcff10429399025fb5ab4e
25 DIST bleach-3.1.4.tar.gz 177813 BLAKE2B 446740fcb7f2aa137d7353b0fbbebd57db9d571248b67f4d0a6a47baf3581aa3793431f68cf340bc8a0478d21e84aafca17538d069d74657285fdc4a06869586 SHA512 da233794954aad4e63e334d3c3bab9089e7767e0d784b8c51d12d2862ac6ed73ad5122b4d9cfd291ba7d9fc86a4a3b515429d7e383f241a46e3290acefa2ffc6
26
27 diff --git a/dev-python/bleach/bleach-3.0.2.ebuild b/dev-python/bleach/bleach-3.0.2.ebuild
28 deleted file mode 100644
29 index 5d9a20c3381..00000000000
30 --- a/dev-python/bleach/bleach-3.0.2.ebuild
31 +++ /dev/null
32 @@ -1,28 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
42 -HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
48 -IUSE="test"
49 -RESTRICT="!test? ( test )"
50 -
51 -RDEPEND="
52 - dev-python/six[${PYTHON_USEDEP}]
53 - dev-python/webencodings[${PYTHON_USEDEP}]"
54 -BDEPEND="
55 - dev-python/setuptools[${PYTHON_USEDEP}]
56 - test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
57 -
58 -python_test() {
59 - pytest -v || die "tests failed under ${EPYTHON}"
60 -}
61
62 diff --git a/dev-python/bleach/bleach-3.1.3.ebuild b/dev-python/bleach/bleach-3.1.3.ebuild
63 deleted file mode 100644
64 index 125ccb78ee9..00000000000
65 --- a/dev-python/bleach/bleach-3.1.3.ebuild
66 +++ /dev/null
67 @@ -1,23 +0,0 @@
68 -# Copyright 1999-2020 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=7
72 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
73 -
74 -inherit distutils-r1
75 -
76 -DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
77 -HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/"
78 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
79 -
80 -LICENSE="Apache-2.0"
81 -SLOT="0"
82 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
83 -IUSE="test"
84 -
85 -RDEPEND="
86 - dev-python/six[${PYTHON_USEDEP}]
87 - dev-python/webencodings[${PYTHON_USEDEP}]
88 -"
89 -
90 -distutils_enable_tests pytest