[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2024-05-17 Thread Michał Górny
commit: fc3f4ef03c2610e29a63019bd389dabc47bd713b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 14:04:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 14:26:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc3f4ef0

dev-python/bleach: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/bleach-6.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/bleach/bleach-6.1.0.ebuild 
b/dev-python/bleach/bleach-6.1.0.ebuild
index ea40acfc772e..514ecaa5ca9f 100644
--- a/dev-python/bleach/bleach-6.1.0.ebuild
+++ b/dev-python/bleach/bleach-6.1.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2023-11-11 Thread Michał Górny
commit: 5b700d7d206a38214aa029bc62f1a52319a4572b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 20:30:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 20:30:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b700d7d

dev-python/bleach: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest|  1 -
 dev-python/bleach/bleach-6.0.0.ebuild | 45 ---
 2 files changed, 46 deletions(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index b9b0cf7dd336..d01aa6e4e3a5 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,2 +1 @@
-DIST bleach-6.0.0.tar.gz 201298 BLAKE2B 
e4af5da351fdb63bc75b935f70f40434bd81c49cde4f584901397e5fd4ac4507d2e29eb283ff28a764018dbd795021e2edf1f43385ff8a2d7d8affd358fc0e31
 SHA512 
95900e4347c1f7d0aa5b2e8fbf43fac6410dd6bbbac988fb3f407a964d0aa1dc51fe3cf17459e6ce762a02b45bb3d20b539ca05727278d120aee9500cf0d208a
 DIST bleach-6.1.0.tar.gz 202119 BLAKE2B 
d2da448feabe61431b176092f713f6f85790c22d3869a8d94f5c9659e481fd4a0b8e230eb72687e4da8914956a8858a2a5f942169ae2324d7762c5e1f20cc0ef
 SHA512 
d7c9e77decd5eb0aceb4b33ad7e213683354aa702508f332dd6be15a14010d3795c2115acbae964cbaeff3e74c15d35eb18268d8fd8286e2cd6ad1c0dc79a838

diff --git a/dev-python/bleach/bleach-6.0.0.ebuild 
b/dev-python/bleach/bleach-6.0.0.ebuild
deleted file mode 100644
index 8c1baa5d6b9d..
--- a/dev-python/bleach/bleach-6.0.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="
-   https://github.com/mozilla/bleach/
-   https://pypi.org/project/bleach/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/bleach-6.0.0-py39.patch
-)
-
-src_prepare() {
-   # unbundle unpatched broken html5lib
-   rm -r bleach/_vendor || die
-   sed -i -e 's:bleach\._vendor\.parse:urllib.parse:' \
-   bleach/parse_shim.py || die
-   sed -i -e 's:bleach\._vendor\.::' \
-   bleach/html5lib_shim.py \
-   bleach/sanitizer.py \
-   tests/test_clean.py || die
-   # indirect html5lib deps
-   sed -i -e '/six/d' -e '/webencodings/d' setup.py || die
-
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2023-11-11 Thread Sam James
commit: 4221a4f45b0c7979e51339cc47517e069977bf31
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 11 19:19:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 11 19:19:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4221a4f4

dev-python/bleach: Stabilize 6.1.0 ALLARCHES, #917180

Signed-off-by: Sam James  gentoo.org>

 dev-python/bleach/bleach-6.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-6.1.0.ebuild 
b/dev-python/bleach/bleach-6.1.0.ebuild
index 7e7d3e8c4722..ea40acfc772e 100644
--- a/dev-python/bleach/bleach-6.1.0.ebuild
+++ b/dev-python/bleach/bleach-6.1.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2023-10-06 Thread Michał Górny
commit: 2b95ab047caefe0cbb6467e7aa70b125e41b3612
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  7 04:13:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  7 04:43:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b95ab04

dev-python/bleach: Bump to 6.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-6.1.0.ebuild | 51 +++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 75f60ce26c2b..b9b0cf7dd336 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1 +1,2 @@
 DIST bleach-6.0.0.tar.gz 201298 BLAKE2B 
e4af5da351fdb63bc75b935f70f40434bd81c49cde4f584901397e5fd4ac4507d2e29eb283ff28a764018dbd795021e2edf1f43385ff8a2d7d8affd358fc0e31
 SHA512 
95900e4347c1f7d0aa5b2e8fbf43fac6410dd6bbbac988fb3f407a964d0aa1dc51fe3cf17459e6ce762a02b45bb3d20b539ca05727278d120aee9500cf0d208a
+DIST bleach-6.1.0.tar.gz 202119 BLAKE2B 
d2da448feabe61431b176092f713f6f85790c22d3869a8d94f5c9659e481fd4a0b8e230eb72687e4da8914956a8858a2a5f942169ae2324d7762c5e1f20cc0ef
 SHA512 
d7c9e77decd5eb0aceb4b33ad7e213683354aa702508f332dd6be15a14010d3795c2115acbae964cbaeff3e74c15d35eb18268d8fd8286e2cd6ad1c0dc79a838

diff --git a/dev-python/bleach/bleach-6.1.0.ebuild 
b/dev-python/bleach/bleach-6.1.0.ebuild
new file mode 100644
index ..7e7d3e8c4722
--- /dev/null
+++ b/dev-python/bleach/bleach-6.1.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="
+   https://github.com/mozilla/bleach/
+   https://pypi.org/project/bleach/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/bleach-6.0.0-py39.patch
+)
+
+EPYTEST_DESELECT=(
+   # this package is not really maintained anymore
+   'tests/test_parse_shim.py::test_urlparse[\t   :foo.com   \n-expected8]'
+   'tests/test_parse_shim.py::test_urlparse[ foo.com  -expected9]'
+)
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.parse:urllib.parse:' \
+   bleach/parse_shim.py || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py \
+   bleach/sanitizer.py \
+   tests/test_clean.py || die
+   # indirect html5lib deps
+   sed -i -e '/six/d' -e '/webencodings/d' setup.py || die
+
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2023-09-14 Thread Andrew Ammerlaan
commit: dec4ea2f95967b1a7e4b8948b3b32bef54314608
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep 14 09:50:20 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 14 09:57:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dec4ea2f

dev-python/bleach: enable py3.12

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/bleach/bleach-6.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-6.0.0.ebuild 
b/dev-python/bleach/bleach-6.0.0.ebuild
index 05c0eb3e2c36..8c1baa5d6b9d 100644
--- a/dev-python/bleach/bleach-6.0.0.ebuild
+++ b/dev-python/bleach/bleach-6.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/files/

2023-02-25 Thread Arthur Zamarin
commit: 36297058bad75bdacd0859c06992b4358c5ff827
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Feb 25 08:01:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Feb 25 18:10:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36297058

dev-python/bleach: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/29781
Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/bleach/files/bleach-4.1.0-py39.patch | 36 -
 1 file changed, 36 deletions(-)

diff --git a/dev-python/bleach/files/bleach-4.1.0-py39.patch 
b/dev-python/bleach/files/bleach-4.1.0-py39.patch
deleted file mode 100644
index 8460be601a23..
--- a/dev-python/bleach/files/bleach-4.1.0-py39.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/tests/test_clean.py b/tests/test_clean.py
-index 8f816f9..2be6f7b 100644
 a/tests/test_clean.py
-+++ b/tests/test_clean.py
-@@ -525,31 +525,16 @@ def test_attributes_list():
- {"protocols": ["http"]},
- 'valid',
- ),
--(
--'valid',
--{"protocols": ["http"]},
--'valid',
--),
- (
- 'valid',
- {"protocols": ["http"]},
- 'valid',
- ),
--(
--'valid',
--{"protocols": ["http"]},
--'valid',
--),
- (
- 'valid',
- {"protocols": ["http"]},
- 'valid',
- ),
--(
--'valid',
--{"protocols": ["http"]},
--'valid',
--),
- pytest.param(
- *(
- 'valid',



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2023-02-23 Thread Michał Górny
commit: a125386dbd22974fd11f1a5e3ae0b0aac25b52a3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 23 20:06:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 23 20:53:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a125386d

dev-python/bleach: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest|  1 -
 dev-python/bleach/bleach-5.0.1.ebuild | 46 ---
 2 files changed, 47 deletions(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 77a6e9c7d92d..75f60ce26c2b 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,2 +1 @@
-DIST bleach-5.0.1.tar.gz 199642 BLAKE2B 
8d06dd38e89b91bf48f3481b5337b8d9700d8cc88faf3a260898b2b8f15ecf5c5160f96bff2c5ce02f361b773b0ce9a51322d9836dcc99b7878921846e8da182
 SHA512 
6c8e80eaf6db6f0e6d9066f3443192f44c489e079945b6d11b11e7eb270ea865011019e05d43c7896262dc11ca168e697630d9da8dca9f5bb48f0e2161fda6c8
 DIST bleach-6.0.0.tar.gz 201298 BLAKE2B 
e4af5da351fdb63bc75b935f70f40434bd81c49cde4f584901397e5fd4ac4507d2e29eb283ff28a764018dbd795021e2edf1f43385ff8a2d7d8affd358fc0e31
 SHA512 
95900e4347c1f7d0aa5b2e8fbf43fac6410dd6bbbac988fb3f407a964d0aa1dc51fe3cf17459e6ce762a02b45bb3d20b539ca05727278d120aee9500cf0d208a

diff --git a/dev-python/bleach/bleach-5.0.1.ebuild 
b/dev-python/bleach/bleach-5.0.1.ebuild
deleted file mode 100644
index 42b516fd5ae9..
--- a/dev-python/bleach/bleach-5.0.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="
-   https://github.com/mozilla/bleach/
-   https://pypi.org/project/bleach/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/bleach-4.1.0-py39.patch
-)
-
-src_prepare() {
-   # unbundle unpatched broken html5lib
-   rm -r bleach/_vendor || die
-   sed -i -e 's:bleach\._vendor\.parse:urllib.parse:' \
-   bleach/parse_shim.py || die
-   sed -i -e 's:bleach\._vendor\.::' \
-   bleach/html5lib_shim.py \
-   bleach/sanitizer.py \
-   tests/test_clean.py || die
-   # indirect html5lib deps
-   sed -i -e '/six/d' -e '/webencodings/d' setup.py || die
-
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2023-02-23 Thread Michał Górny
commit: 4620a3b5eff9b11fa7debf4ea7df6dd0d4675243
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 23 20:13:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 23 20:53:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4620a3b5

dev-python/bleach: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/bleach-6.0.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/bleach/bleach-6.0.0.ebuild 
b/dev-python/bleach/bleach-6.0.0.ebuild
index becc07b3d78d..05c0eb3e2c36 100644
--- a/dev-python/bleach/bleach-6.0.0.ebuild
+++ b/dev-python/bleach/bleach-6.0.0.ebuild
@@ -6,14 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
 HOMEPAGE="
https://github.com/mozilla/bleach/
https://pypi.org/project/bleach/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2023-02-23 Thread Arthur Zamarin
commit: afbcfb1a717faeffacba843674bd3ab9aef3be43
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Feb 23 19:43:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Feb 23 19:43:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbcfb1a

dev-python/bleach: Stabilize 6.0.0 ALLARCHES, #896082

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/bleach/bleach-6.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-6.0.0.ebuild 
b/dev-python/bleach/bleach-6.0.0.ebuild
index 350261336111..becc07b3d78d 100644
--- a/dev-python/bleach/bleach-6.0.0.ebuild
+++ b/dev-python/bleach/bleach-6.0.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/, dev-python/bleach/files/

2023-01-23 Thread Michał Górny
commit: 713a5d6446b6d906d78ca057183f99451f005bed
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 24 06:36:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 24 07:04:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713a5d64

dev-python/bleach: Bump to 6.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest  |  1 +
 dev-python/bleach/bleach-6.0.0.ebuild   | 46 
 dev-python/bleach/files/bleach-6.0.0-py39.patch | 48 +
 3 files changed, 95 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index cd9a7af8b9dc..77a6e9c7d92d 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1 +1,2 @@
 DIST bleach-5.0.1.tar.gz 199642 BLAKE2B 
8d06dd38e89b91bf48f3481b5337b8d9700d8cc88faf3a260898b2b8f15ecf5c5160f96bff2c5ce02f361b773b0ce9a51322d9836dcc99b7878921846e8da182
 SHA512 
6c8e80eaf6db6f0e6d9066f3443192f44c489e079945b6d11b11e7eb270ea865011019e05d43c7896262dc11ca168e697630d9da8dca9f5bb48f0e2161fda6c8
+DIST bleach-6.0.0.tar.gz 201298 BLAKE2B 
e4af5da351fdb63bc75b935f70f40434bd81c49cde4f584901397e5fd4ac4507d2e29eb283ff28a764018dbd795021e2edf1f43385ff8a2d7d8affd358fc0e31
 SHA512 
95900e4347c1f7d0aa5b2e8fbf43fac6410dd6bbbac988fb3f407a964d0aa1dc51fe3cf17459e6ce762a02b45bb3d20b539ca05727278d120aee9500cf0d208a

diff --git a/dev-python/bleach/bleach-6.0.0.ebuild 
b/dev-python/bleach/bleach-6.0.0.ebuild
new file mode 100644
index ..350261336111
--- /dev/null
+++ b/dev-python/bleach/bleach-6.0.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="
+   https://github.com/mozilla/bleach/
+   https://pypi.org/project/bleach/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/bleach-6.0.0-py39.patch
+)
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.parse:urllib.parse:' \
+   bleach/parse_shim.py || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py \
+   bleach/sanitizer.py \
+   tests/test_clean.py || die
+   # indirect html5lib deps
+   sed -i -e '/six/d' -e '/webencodings/d' setup.py || die
+
+   distutils-r1_src_prepare
+}

diff --git a/dev-python/bleach/files/bleach-6.0.0-py39.patch 
b/dev-python/bleach/files/bleach-6.0.0-py39.patch
new file mode 100644
index ..02ecb614c8b9
--- /dev/null
+++ b/dev-python/bleach/files/bleach-6.0.0-py39.patch
@@ -0,0 +1,48 @@
+From d6d734f6fbeee2c091212d42e3ea730a1230aad5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Tue, 24 Jan 2023 07:35:45 +0100
+Subject: [PATCH] Remove tests broken by py3.9
+
+---
+ tests/test_clean.py | 15 ---
+ 1 file changed, 15 deletions(-)
+
+diff --git a/tests/test_clean.py b/tests/test_clean.py
+index 73946a1..f798a15 100644
+--- a/tests/test_clean.py
 b/tests/test_clean.py
+@@ -551,31 +551,16 @@ def test_attributes_list():
+ {"protocols": {"http"}},
+ 'valid',
+ ),
+-(
+-'valid',
+-{"protocols": {"http"}},
+-'valid',
+-),
+ (
+ 'valid',
+ {"protocols": {"http"}},
+ 'valid',
+ ),
+-(
+-'valid',
+-{"protocols": {"http"}},
+-'valid',
+-),
+ (
+ 'valid',
+ {"protocols": {"http"}},
+ 'valid',
+ ),
+-(
+-'valid',
+-{"protocols": {"http"}},
+-'valid',
+-),
+ pytest.param(
+ *(
+ 'valid',
+-- 
+2.39.1
+



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2022-07-29 Thread Michał Górny
commit: 18a281fb95e49d29a7e50c1c116b2aeae1edd218
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 29 12:41:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 29 12:49:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18a281fb

dev-python/bleach: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest   |  1 -
 dev-python/bleach/bleach-5.0.0-r1.ebuild | 46 
 2 files changed, 47 deletions(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 0cc0dbf6d9c3..cd9a7af8b9dc 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,2 +1 @@
-DIST bleach-5.0.0.tar.gz 198789 BLAKE2B 
0b2847e9342be1854a08679230b3ea0fcb1a514eaa6c11f344057e59310b6d769e2bee91272295a0f60fa0ed1c2e4503340276d99794d260b6a63e2c4ea76703
 SHA512 
5b8e0c94a7bd8270581719928ec869c5c3c91900be0a293adfb342acfc55df7e63211e95786e6a39b3661b3852e91a8b37ff805387fb3e6a286e8a5dce8e3655
 DIST bleach-5.0.1.tar.gz 199642 BLAKE2B 
8d06dd38e89b91bf48f3481b5337b8d9700d8cc88faf3a260898b2b8f15ecf5c5160f96bff2c5ce02f361b773b0ce9a51322d9836dcc99b7878921846e8da182
 SHA512 
6c8e80eaf6db6f0e6d9066f3443192f44c489e079945b6d11b11e7eb270ea865011019e05d43c7896262dc11ca168e697630d9da8dca9f5bb48f0e2161fda6c8

diff --git a/dev-python/bleach/bleach-5.0.0-r1.ebuild 
b/dev-python/bleach/bleach-5.0.0-r1.ebuild
deleted file mode 100644
index 2fe9eb311b0e..
--- a/dev-python/bleach/bleach-5.0.0-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="
-   https://github.com/mozilla/bleach/
-   https://pypi.org/project/bleach/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.1.0-py39.patch
-)
-
-src_prepare() {
-   # unbundle unpatched broken html5lib
-   rm -r bleach/_vendor || die
-   sed -i -e 's:bleach\._vendor\.::' \
-   bleach/html5lib_shim.py \
-   bleach/sanitizer.py \
-   tests/test_clean.py || die
-   # indirect html5lib deps
-   sed -i -e '/six/d' -e '/webencodings/d' setup.py || die
-
-   sed -i -e '/import/s/parse/urllib.&/' bleach/sanitizer.py || die
-
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2022-07-29 Thread Arthur Zamarin
commit: 9fcfe23ca11319834cdbe8798830b32066e70438
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jul 29 11:43:44 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jul 29 11:43:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fcfe23c

dev-python/bleach: Stabilize 5.0.1 ALLARCHES, #862031

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/bleach/bleach-5.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-5.0.1.ebuild 
b/dev-python/bleach/bleach-5.0.1.ebuild
index 587c260240bf..d7f60c6a72eb 100644
--- a/dev-python/bleach/bleach-5.0.1.ebuild
+++ b/dev-python/bleach/bleach-5.0.1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2022-06-27 Thread Michał Górny
commit: 3571ebff43f075cae70ab0d939e130dcaadd0e8f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 28 03:31:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 28 04:03:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3571ebff

dev-python/bleach: Bump to 5.0.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-5.0.1.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index ef4867956ee5..0cc0dbf6d9c3 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1 +1,2 @@
 DIST bleach-5.0.0.tar.gz 198789 BLAKE2B 
0b2847e9342be1854a08679230b3ea0fcb1a514eaa6c11f344057e59310b6d769e2bee91272295a0f60fa0ed1c2e4503340276d99794d260b6a63e2c4ea76703
 SHA512 
5b8e0c94a7bd8270581719928ec869c5c3c91900be0a293adfb342acfc55df7e63211e95786e6a39b3661b3852e91a8b37ff805387fb3e6a286e8a5dce8e3655
+DIST bleach-5.0.1.tar.gz 199642 BLAKE2B 
8d06dd38e89b91bf48f3481b5337b8d9700d8cc88faf3a260898b2b8f15ecf5c5160f96bff2c5ce02f361b773b0ce9a51322d9836dcc99b7878921846e8da182
 SHA512 
6c8e80eaf6db6f0e6d9066f3443192f44c489e079945b6d11b11e7eb270ea865011019e05d43c7896262dc11ca168e697630d9da8dca9f5bb48f0e2161fda6c8

diff --git a/dev-python/bleach/bleach-5.0.1.ebuild 
b/dev-python/bleach/bleach-5.0.1.ebuild
new file mode 100644
index ..587c260240bf
--- /dev/null
+++ b/dev-python/bleach/bleach-5.0.1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="
+   https://github.com/mozilla/bleach/
+   https://pypi.org/project/bleach/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/bleach-4.1.0-py39.patch
+)
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.parse:urllib.parse:' \
+   bleach/parse_shim.py || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py \
+   bleach/sanitizer.py \
+   tests/test_clean.py || die
+   # indirect html5lib deps
+   sed -i -e '/six/d' -e '/webencodings/d' setup.py || die
+
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2022-06-16 Thread Michał Górny
commit: c1be7f73b358b73dad667334a816300f0977b1c5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 09:13:00 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 09:18:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1be7f73

dev-python/bleach: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/bleach-5.0.0.ebuild | 43 ---
 1 file changed, 43 deletions(-)

diff --git a/dev-python/bleach/bleach-5.0.0.ebuild 
b/dev-python/bleach/bleach-5.0.0.ebuild
deleted file mode 100644
index 15421afc82d7..
--- a/dev-python/bleach/bleach-5.0.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="
-   https://github.com/mozilla/bleach/
-   https://pypi.org/project/bleach/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-4.1.0-py39.patch
-)
-
-src_prepare() {
-   # unbundle unpatched broken html5lib
-   rm -r bleach/_vendor || die
-   sed -i -e 's:bleach\._vendor\.::' \
-   bleach/html5lib_shim.py \
-   bleach/sanitizer.py \
-   tests/test_clean.py || die
-   # indirect html5lib deps
-   sed -i -e '/six/d' -e '/webencodings/d' setup.py || die
-
-   sed -i -e '/import/s/parse/urllib.&/' bleach/sanitizer.py || die
-
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2022-06-16 Thread Jakov Smolić
commit: 895769025c2f1babd53832b44066890e4a7075fc
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun 16 08:58:13 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun 16 08:58:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89576902

dev-python/bleach: Stabilize 5.0.0-r1 ALLARCHES, #852323

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/bleach/bleach-5.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-5.0.0-r1.ebuild 
b/dev-python/bleach/bleach-5.0.0-r1.ebuild
index 461937a17e8a..2fe9eb311b0e 100644
--- a/dev-python/bleach/bleach-5.0.0-r1.ebuild
+++ b/dev-python/bleach/bleach-5.0.0-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2022-05-15 Thread Michał Górny
commit: ec4d87cfbc41381b0a4bae5c99f53a89ca2a9e37
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 15 10:30:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 15 10:41:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4d87cf

dev-python/bleach: Use PEP517 build

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/bleach-5.0.0-r1.ebuild | 46 
 1 file changed, 46 insertions(+)

diff --git a/dev-python/bleach/bleach-5.0.0-r1.ebuild 
b/dev-python/bleach/bleach-5.0.0-r1.ebuild
new file mode 100644
index ..87d2dcbd4db1
--- /dev/null
+++ b/dev-python/bleach/bleach-5.0.0-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="
+   https://github.com/mozilla/bleach/
+   https://pypi.org/project/bleach/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.1.0-py39.patch
+)
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py \
+   bleach/sanitizer.py \
+   tests/test_clean.py || die
+   # indirect html5lib deps
+   sed -i -e '/six/d' -e '/webencodings/d' setup.py || die
+
+   sed -i -e '/import/s/parse/urllib.&/' bleach/sanitizer.py || die
+
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2022-05-15 Thread Michał Górny
commit: cb036f52bb54a8ca431d3e1f9cac2d5be7fa5659
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 15 10:30:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 15 10:41:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb036f52

dev-python/bleach: Enable py3.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/bleach-5.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-5.0.0-r1.ebuild 
b/dev-python/bleach/bleach-5.0.0-r1.ebuild
index 87d2dcbd4db1..461937a17e8a 100644
--- a/dev-python/bleach/bleach-5.0.0-r1.ebuild
+++ b/dev-python/bleach/bleach-5.0.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2022-05-15 Thread Jakov Smolić
commit: 0ce7405647c0246e9fc90b12863da00c60ff87ac
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun May 15 08:13:47 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun May 15 08:14:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce74056

dev-python/bleach: Stabilize 5.0.0 ALLARCHES, #844763

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/bleach/bleach-5.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-5.0.0.ebuild 
b/dev-python/bleach/bleach-5.0.0.ebuild
index 4fa6c6bf98d7..15421afc82d7 100644
--- a/dev-python/bleach/bleach-5.0.0.ebuild
+++ b/dev-python/bleach/bleach-5.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2022-04-07 Thread Arthur Zamarin
commit: f51728bf4e726bfc8d793df1e2ec3a83c4bd9031
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr  7 16:55:04 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr  7 16:55:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51728bf

dev-python/bleach: add 5.0.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-5.0.0.ebuild | 43 +++
 2 files changed, 44 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index a597f703e6a0..0076f2a300c8 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1 +1,2 @@
 DIST bleach-4.1.0.tar.gz 195798 BLAKE2B 
68afd58aa099acb5c21f1ff76301c46834f326ea2aa4fe7a6f820c2cf31913e81dc72deecab4272b2a7ceab1ae01bec028a5cf5e6214cddef4cdec5ec05ea4c6
 SHA512 
34c522dde5126995789e23fd28f7938d025f56e97e30814dc326d33a772d40fc2ad2f25aed0b367fd4352b1e1e8f54b80282b931819203bf60448ffe2f120622
+DIST bleach-5.0.0.tar.gz 198789 BLAKE2B 
0b2847e9342be1854a08679230b3ea0fcb1a514eaa6c11f344057e59310b6d769e2bee91272295a0f60fa0ed1c2e4503340276d99794d260b6a63e2c4ea76703
 SHA512 
5b8e0c94a7bd8270581719928ec869c5c3c91900be0a293adfb342acfc55df7e63211e95786e6a39b3661b3852e91a8b37ff805387fb3e6a286e8a5dce8e3655

diff --git a/dev-python/bleach/bleach-5.0.0.ebuild 
b/dev-python/bleach/bleach-5.0.0.ebuild
new file mode 100644
index ..7244e10162b9
--- /dev/null
+++ b/dev-python/bleach/bleach-5.0.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="
+   https://github.com/mozilla/bleach/
+   https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.1.0-py39.patch
+)
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py \
+   bleach/sanitizer.py \
+   tests/test_clean.py || die
+   # indirect html5lib deps
+   sed -i -e '/six/d' -e '/webencodings/d' setup.py || die
+
+   sed -i -e '/import/s/parse/urllib.&/' bleach/sanitizer.py || die
+
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/, dev-python/bleach/files/

2021-10-09 Thread Michał Górny
commit: 5f63eed7aeff34e2d896fc0e01d7c6cb6167a29a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  9 19:28:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  9 19:31:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f63eed7

dev-python/bleach: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest  |  1 -
 dev-python/bleach/bleach-4.0.0.ebuild   | 41 -
 dev-python/bleach/files/bleach-3.2.1-py39.patch | 48 -
 3 files changed, 90 deletions(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 4fb539b48ec..a597f703e6a 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,2 +1 @@
-DIST bleach-4.0.0.tar.gz 183459 BLAKE2B 
380e94163b353e9436748fc6c1f368fb4d261087c2d6bc6fab1262295d597dbe81a67c34b889a29fd6a5180b8b522b517dc234e78b26556a16845f26f83151c8
 SHA512 
21f2a2dc5fa5e09cc2e38325191d7dc0bff2606cbe68ade54d866e326e712cb00a80b3a7a44f844ad4967ee6fdf453cca07d02c337bf147e4a12237231bcd99f
 DIST bleach-4.1.0.tar.gz 195798 BLAKE2B 
68afd58aa099acb5c21f1ff76301c46834f326ea2aa4fe7a6f820c2cf31913e81dc72deecab4272b2a7ceab1ae01bec028a5cf5e6214cddef4cdec5ec05ea4c6
 SHA512 
34c522dde5126995789e23fd28f7938d025f56e97e30814dc326d33a772d40fc2ad2f25aed0b367fd4352b1e1e8f54b80282b931819203bf60448ffe2f120622

diff --git a/dev-python/bleach/bleach-4.0.0.ebuild 
b/dev-python/bleach/bleach-4.0.0.ebuild
deleted file mode 100644
index f378247bac7..000
--- a/dev-python/bleach/bleach-4.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="
-   https://github.com/mozilla/bleach/
-   https://pypi.org/project/bleach/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/bleach-3.2.1-py39.patch
-)
-
-src_prepare() {
-   # unbundle unpatched broken html5lib
-   rm -r bleach/_vendor || die
-   sed -i -e 's:bleach\._vendor\.::' \
-   bleach/html5lib_shim.py \
-   bleach/sanitizer.py \
-   tests/test_clean.py || die
-   # indirect html5lib deps
-   sed -i -e '/six/d' -e '/webencodings/d' setup.py || die
-
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/bleach/files/bleach-3.2.1-py39.patch 
b/dev-python/bleach/files/bleach-3.2.1-py39.patch
deleted file mode 100644
index b281031b3df..000
--- a/dev-python/bleach/files/bleach-3.2.1-py39.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From ccb0d5e98b30577fe27016b5bc774388f02db876 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Sat, 19 Sep 2020 08:00:51 +0200
-Subject: [PATCH] Remove tests relying on py<3.9 behavior
-

- tests/test_clean.py | 15 ---
- 1 file changed, 15 deletions(-)
-
-diff --git a/tests/test_clean.py b/tests/test_clean.py
-index 1cd58df..2b2f7c5 100644
 a/tests/test_clean.py
-+++ b/tests/test_clean.py
-@@ -499,31 +499,16 @@ def test_attributes_list():
- {"protocols": ["http"]},
- 'valid',
- ),
--(
--'valid',
--{"protocols": ["http"]},
--'valid',
--),
- (
- 'valid',
- {"protocols": ["http"]},
- 'valid',
- ),
--(
--'valid',
--{"protocols": ["http"]},
--'valid',
--),
- (
- 'valid',
- {"protocols": ["http"]},
- 'valid',
- ),
--(
--'valid',
--{"protocols": ["http"]},
--'valid',
--),
- # Disallow implicit http if disallowed
- ('foo', {"protocols": []}, "foo"),
- ('foo', {"protocols": []}, 
"foo"),
--- 
-2.28.0
-



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2021-10-09 Thread Sam James
commit: 77b1e7e1b70b59b68486063955fc5a9d2eb5a687
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  9 19:16:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  9 19:17:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77b1e7e1

dev-python/bleach: Stabilize 4.1.0 ALLARCHES, #817044

Signed-off-by: Sam James  gentoo.org>

 dev-python/bleach/bleach-4.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-4.1.0.ebuild 
b/dev-python/bleach/bleach-4.1.0.ebuild
index 0dc5d1156b8..ee2ae8a6472 100644
--- a/dev-python/bleach/bleach-4.1.0.ebuild
+++ b/dev-python/bleach/bleach-4.1.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/files/, dev-python/bleach/

2021-09-07 Thread Arthur Zamarin
commit: 731d715e68ebf5437dce89d82eab776357c93553
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  7 12:47:43 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  7 12:47:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=731d715e

dev-python/bleach: add 4.1.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/bleach/Manifest  |  1 +
 dev-python/bleach/bleach-4.1.0.ebuild   | 43 +
 dev-python/bleach/files/bleach-4.1.0-py39.patch | 36 +
 3 files changed, 80 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 20884777f2b..4fb539b48ec 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1 +1,2 @@
 DIST bleach-4.0.0.tar.gz 183459 BLAKE2B 
380e94163b353e9436748fc6c1f368fb4d261087c2d6bc6fab1262295d597dbe81a67c34b889a29fd6a5180b8b522b517dc234e78b26556a16845f26f83151c8
 SHA512 
21f2a2dc5fa5e09cc2e38325191d7dc0bff2606cbe68ade54d866e326e712cb00a80b3a7a44f844ad4967ee6fdf453cca07d02c337bf147e4a12237231bcd99f
+DIST bleach-4.1.0.tar.gz 195798 BLAKE2B 
68afd58aa099acb5c21f1ff76301c46834f326ea2aa4fe7a6f820c2cf31913e81dc72deecab4272b2a7ceab1ae01bec028a5cf5e6214cddef4cdec5ec05ea4c6
 SHA512 
34c522dde5126995789e23fd28f7938d025f56e97e30814dc326d33a772d40fc2ad2f25aed0b367fd4352b1e1e8f54b80282b931819203bf60448ffe2f120622

diff --git a/dev-python/bleach/bleach-4.1.0.ebuild 
b/dev-python/bleach/bleach-4.1.0.ebuild
new file mode 100644
index 000..0dc5d1156b8
--- /dev/null
+++ b/dev-python/bleach/bleach-4.1.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="
+   https://github.com/mozilla/bleach/
+   https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-4.1.0-py39.patch
+)
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py \
+   bleach/sanitizer.py \
+   tests/test_clean.py || die
+   # indirect html5lib deps
+   sed -i -e '/six/d' -e '/webencodings/d' setup.py || die
+
+   sed -i -e '/import/s/parse/urllib.&/' bleach/sanitizer.py || die
+
+   distutils-r1_src_prepare
+}

diff --git a/dev-python/bleach/files/bleach-4.1.0-py39.patch 
b/dev-python/bleach/files/bleach-4.1.0-py39.patch
new file mode 100644
index 000..8460be601a2
--- /dev/null
+++ b/dev-python/bleach/files/bleach-4.1.0-py39.patch
@@ -0,0 +1,36 @@
+diff --git a/tests/test_clean.py b/tests/test_clean.py
+index 8f816f9..2be6f7b 100644
+--- a/tests/test_clean.py
 b/tests/test_clean.py
+@@ -525,31 +525,16 @@ def test_attributes_list():
+ {"protocols": ["http"]},
+ 'valid',
+ ),
+-(
+-'valid',
+-{"protocols": ["http"]},
+-'valid',
+-),
+ (
+ 'valid',
+ {"protocols": ["http"]},
+ 'valid',
+ ),
+-(
+-'valid',
+-{"protocols": ["http"]},
+-'valid',
+-),
+ (
+ 'valid',
+ {"protocols": ["http"]},
+ 'valid',
+ ),
+-(
+-'valid',
+-{"protocols": ["http"]},
+-'valid',
+-),
+ pytest.param(
+ *(
+ 'valid',



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2021-09-05 Thread Michał Górny
commit: f717bf087565045f37bd46975f02e60af622
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Sep  5 06:32:39 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Sep  5 06:32:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f717bf08

dev-python/bleach: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest|  1 -
 dev-python/bleach/bleach-3.3.1.ebuild | 41 ---
 2 files changed, 42 deletions(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 4d12637d1f9..20884777f2b 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,2 +1 @@
-DIST bleach-3.3.1.tar.gz 183687 BLAKE2B 
9ca70ff84919b6b893afdbf7914098efe7dc3c9f0c86a729a92754ba6dacc95752abc44cea96db282483cf53413d6a98421c95f102941d23adf89af00b2a5afd
 SHA512 
bb68275f91a4c724c14594d008f58d31ab0a97b08fd45b6cbe8237a31a1bbfd24a19cea1a835efffb979739ce17a3c065099e677019e498e78d9a4222ff2d66c
 DIST bleach-4.0.0.tar.gz 183459 BLAKE2B 
380e94163b353e9436748fc6c1f368fb4d261087c2d6bc6fab1262295d597dbe81a67c34b889a29fd6a5180b8b522b517dc234e78b26556a16845f26f83151c8
 SHA512 
21f2a2dc5fa5e09cc2e38325191d7dc0bff2606cbe68ade54d866e326e712cb00a80b3a7a44f844ad4967ee6fdf453cca07d02c337bf147e4a12237231bcd99f

diff --git a/dev-python/bleach/bleach-3.3.1.ebuild 
b/dev-python/bleach/bleach-3.3.1.ebuild
deleted file mode 100644
index 234418e23c4..000
--- a/dev-python/bleach/bleach-3.3.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="
-   https://github.com/mozilla/bleach/
-   https://pypi.org/project/bleach/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/webencodings[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/bleach-3.2.1-py39.patch
-)
-
-src_prepare() {
-   # unbundle unpatched broken html5lib
-   rm -r bleach/_vendor || die
-   sed -i -e 's:bleach\._vendor\.::' \
-   bleach/html5lib_shim.py \
-   bleach/sanitizer.py \
-   tests/test_clean.py || die
-
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2021-09-05 Thread Sam James
commit: 1e01fc49cf5557da2ac9af362eab8276e4274a10
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  5 06:00:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  5 06:00:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e01fc49

dev-python/bleach: Stabilize 4.0.0 ALLARCHES, #811606

Signed-off-by: Sam James  gentoo.org>

 dev-python/bleach/bleach-4.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-4.0.0.ebuild 
b/dev-python/bleach/bleach-4.0.0.ebuild
index a2c28476143..f378247bac7 100644
--- a/dev-python/bleach/bleach-4.0.0.ebuild
+++ b/dev-python/bleach/bleach-4.0.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2021-08-16 Thread Michał Górny
commit: aa17b90da18e7a7723ee3a35fdc618270d55a23c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Aug 16 06:28:01 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug 16 06:38:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa17b90d

dev-python/bleach: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest|  1 -
 dev-python/bleach/bleach-3.3.0.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 6a702de3723..4d12637d1f9 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,3 +1,2 @@
-DIST bleach-3.3.0.tar.gz 181274 BLAKE2B 
32883ef9a77bf1d0cd208217930474285e55f158dc8d7b9c4049ca896cdc5cfb873674aa5f5181c31d46345be29f954badd29969bf156b1cc10eb200214de367
 SHA512 
8e408289c5175234a383658552e48379da9f570866e4c248a4e5c0b7bdaa9a2e6be545943dd32968cdb425929d51de282cca0678fdc6dd06b6fc2c2f41b58097
 DIST bleach-3.3.1.tar.gz 183687 BLAKE2B 
9ca70ff84919b6b893afdbf7914098efe7dc3c9f0c86a729a92754ba6dacc95752abc44cea96db282483cf53413d6a98421c95f102941d23adf89af00b2a5afd
 SHA512 
bb68275f91a4c724c14594d008f58d31ab0a97b08fd45b6cbe8237a31a1bbfd24a19cea1a835efffb979739ce17a3c065099e677019e498e78d9a4222ff2d66c
 DIST bleach-4.0.0.tar.gz 183459 BLAKE2B 
380e94163b353e9436748fc6c1f368fb4d261087c2d6bc6fab1262295d597dbe81a67c34b889a29fd6a5180b8b522b517dc234e78b26556a16845f26f83151c8
 SHA512 
21f2a2dc5fa5e09cc2e38325191d7dc0bff2606cbe68ade54d866e326e712cb00a80b3a7a44f844ad4967ee6fdf453cca07d02c337bf147e4a12237231bcd99f

diff --git a/dev-python/bleach/bleach-3.3.0.ebuild 
b/dev-python/bleach/bleach-3.3.0.ebuild
deleted file mode 100644
index f15173747b0..000
--- a/dev-python/bleach/bleach-3.3.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~x64-macos"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/webencodings[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/bleach-3.2.1-py39.patch
-)
-
-src_prepare() {
-   # unbundle unpatched broken html5lib
-   rm -r bleach/_vendor || die
-   sed -i -e 's:bleach\._vendor\.::' \
-   bleach/html5lib_shim.py \
-   bleach/sanitizer.py \
-   tests/test_clean.py || die
-
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2021-08-15 Thread Agostino Sarubbo
commit: a6c0f393a78d2cfd0744a51d082b2df246649ebd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Aug 16 05:19:19 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Aug 16 05:19:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6c0f393

dev-python/bleach: amd64/arm64/arm/hppa/ppc64/ppc/sparc/x86 stable (ALLARCHES 
policy) wrt bug #808276

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/bleach/bleach-3.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.3.1.ebuild 
b/dev-python/bleach/bleach-3.3.1.ebuild
index 7a2b9a2de70..234418e23c4 100644
--- a/dev-python/bleach/bleach-3.3.1.ebuild
+++ b/dev-python/bleach/bleach-3.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc 
x86 ~x64-macos"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2021-08-04 Thread Michał Górny
commit: 546f07b7fcbf8231c5a2ebb87ff61a13de1dc782
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Aug  4 05:57:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Aug  4 06:13:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=546f07b7

dev-python/bleach: Bump to 4.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-4.0.0.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 5452ae0682a..6a702de3723 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,2 +1,3 @@
 DIST bleach-3.3.0.tar.gz 181274 BLAKE2B 
32883ef9a77bf1d0cd208217930474285e55f158dc8d7b9c4049ca896cdc5cfb873674aa5f5181c31d46345be29f954badd29969bf156b1cc10eb200214de367
 SHA512 
8e408289c5175234a383658552e48379da9f570866e4c248a4e5c0b7bdaa9a2e6be545943dd32968cdb425929d51de282cca0678fdc6dd06b6fc2c2f41b58097
 DIST bleach-3.3.1.tar.gz 183687 BLAKE2B 
9ca70ff84919b6b893afdbf7914098efe7dc3c9f0c86a729a92754ba6dacc95752abc44cea96db282483cf53413d6a98421c95f102941d23adf89af00b2a5afd
 SHA512 
bb68275f91a4c724c14594d008f58d31ab0a97b08fd45b6cbe8237a31a1bbfd24a19cea1a835efffb979739ce17a3c065099e677019e498e78d9a4222ff2d66c
+DIST bleach-4.0.0.tar.gz 183459 BLAKE2B 
380e94163b353e9436748fc6c1f368fb4d261087c2d6bc6fab1262295d597dbe81a67c34b889a29fd6a5180b8b522b517dc234e78b26556a16845f26f83151c8
 SHA512 
21f2a2dc5fa5e09cc2e38325191d7dc0bff2606cbe68ade54d866e326e712cb00a80b3a7a44f844ad4967ee6fdf453cca07d02c337bf147e4a12237231bcd99f

diff --git a/dev-python/bleach/bleach-4.0.0.ebuild 
b/dev-python/bleach/bleach-4.0.0.ebuild
new file mode 100644
index 000..a2c28476143
--- /dev/null
+++ b/dev-python/bleach/bleach-4.0.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="
+   https://github.com/mozilla/bleach/
+   https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/bleach-3.2.1-py39.patch
+)
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py \
+   bleach/sanitizer.py \
+   tests/test_clean.py || die
+   # indirect html5lib deps
+   sed -i -e '/six/d' -e '/webencodings/d' setup.py || die
+
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2021-07-28 Thread Marek Szuba
commit: c6c87573fb8f2f3c655e23f365578195e796604b
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Jul 28 22:18:48 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Jul 28 23:37:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c87573

dev-python/bleach: keyword 3.3.1 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

 dev-python/bleach/bleach-3.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.3.1.ebuild 
b/dev-python/bleach/bleach-3.3.1.ebuild
index 0310e25c43f..7a2b9a2de70 100644
--- a/dev-python/bleach/bleach-3.3.1.ebuild
+++ b/dev-python/bleach/bleach-3.3.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~x64-macos"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2021-07-14 Thread Michał Górny
commit: c06ddb57615bcf13c755dc0ec1b054d3bf5757be
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul 14 21:44:00 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul 14 21:44:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c06ddb57

dev-python/bleach: Bump to 3.3.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-3.3.1.ebuild | 41 +++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 276c0ace960..5452ae0682a 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1 +1,2 @@
 DIST bleach-3.3.0.tar.gz 181274 BLAKE2B 
32883ef9a77bf1d0cd208217930474285e55f158dc8d7b9c4049ca896cdc5cfb873674aa5f5181c31d46345be29f954badd29969bf156b1cc10eb200214de367
 SHA512 
8e408289c5175234a383658552e48379da9f570866e4c248a4e5c0b7bdaa9a2e6be545943dd32968cdb425929d51de282cca0678fdc6dd06b6fc2c2f41b58097
+DIST bleach-3.3.1.tar.gz 183687 BLAKE2B 
9ca70ff84919b6b893afdbf7914098efe7dc3c9f0c86a729a92754ba6dacc95752abc44cea96db282483cf53413d6a98421c95f102941d23adf89af00b2a5afd
 SHA512 
bb68275f91a4c724c14594d008f58d31ab0a97b08fd45b6cbe8237a31a1bbfd24a19cea1a835efffb979739ce17a3c065099e677019e498e78d9a4222ff2d66c

diff --git a/dev-python/bleach/bleach-3.3.1.ebuild 
b/dev-python/bleach/bleach-3.3.1.ebuild
new file mode 100644
index 000..0310e25c43f
--- /dev/null
+++ b/dev-python/bleach/bleach-3.3.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="An easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="
+   https://github.com/mozilla/bleach/
+   https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/webencodings[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/bleach-3.2.1-py39.patch
+)
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py \
+   bleach/sanitizer.py \
+   tests/test_clean.py || die
+
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2021-06-02 Thread Michał Górny
commit: 23d6045fa59c8b7506b4c0846920705eca3948ef
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun  2 16:16:59 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  2 16:26:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d6045f

dev-python/bleach: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/bleach-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.3.0.ebuild 
b/dev-python/bleach/bleach-3.3.0.ebuild
index ab3eb65399e..f15173747b0 100644
--- a/dev-python/bleach/bleach-3.3.0.ebuild
+++ b/dev-python/bleach/bleach-3.3.0.ebuild
@@ -2,8 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
 
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2021-02-02 Thread Michał Górny
commit: f3437318a81f6163f7a65c9d79c3c7d0f6a2e5e1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  2 21:06:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  2 21:22:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3437318

dev-python/bleach: Remove old

Bug: https://bugs.gentoo.org/768336
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest|  3 ---
 dev-python/bleach/bleach-3.2.1.ebuild | 39 ---
 dev-python/bleach/bleach-3.2.2.ebuild | 39 ---
 dev-python/bleach/bleach-3.2.3.ebuild | 39 ---
 4 files changed, 120 deletions(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 831c79a3bb6..276c0ace960 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,4 +1 @@
-DIST bleach-3.2.1.tar.gz 179763 BLAKE2B 
5288277ceae1f51fb76c360db72fb646e1d391b3e51f29ba2b25f5dba7704af8ef7cfd2db017237dad42ff4a99e502daa29cdf4edd82952e15842e288c50c0dd
 SHA512 
61710f48f00333b38d251360736e19078063433ca4d7aada210a986f7d79b08c79c64b412686c67f360e4b2e8420c40c4b515eb175ab92bd546f88e2ba0e5835
-DIST bleach-3.2.2.tar.gz 180189 BLAKE2B 
14b496ced66abb5dadabbfaca7663124deda939c494cfc79803db875bcd4195f3b951962d219d56780de56320948c4d5be294a73a8244d1dfa1ced3fe92862d2
 SHA512 
20e58b58f6464d819ffbf70d0dbaf4b52eac8894d089291b40c2e27440d5c78577f653020ab6296ca72de27bbad60f58e07ce4bcf140ccb21928b0f600f1c236
-DIST bleach-3.2.3.tar.gz 180414 BLAKE2B 
2b46fbedd109649e61b17719cc6fbbaa34e03e878938eee17aa81c66e11887ca9156e5e1b2a99b19f319c99df9fd0ce4d91106acae1638cf2569df0f1c41b788
 SHA512 
0bee6415ed0d6349311e92b68c4897b830a9ae8c0b1399a35da8ebb76af7b989b67c3e90c24cc34fd8afb903ee5f8de1062a0fa0e34a75328a281cf1706193a0
 DIST bleach-3.3.0.tar.gz 181274 BLAKE2B 
32883ef9a77bf1d0cd208217930474285e55f158dc8d7b9c4049ca896cdc5cfb873674aa5f5181c31d46345be29f954badd29969bf156b1cc10eb200214de367
 SHA512 
8e408289c5175234a383658552e48379da9f570866e4c248a4e5c0b7bdaa9a2e6be545943dd32968cdb425929d51de282cca0678fdc6dd06b6fc2c2f41b58097

diff --git a/dev-python/bleach/bleach-3.2.1.ebuild 
b/dev-python/bleach/bleach-3.2.1.ebuild
deleted file mode 100644
index 58a75eb8226..000
--- a/dev-python/bleach/bleach-3.2.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~x64-macos"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/webencodings[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/bleach-3.2.1-py39.patch
-)
-
-src_prepare() {
-   # unbundle unpatched broken html5lib
-   rm -r bleach/_vendor || die
-   sed -i -e 's:bleach\._vendor\.::' \
-   bleach/html5lib_shim.py \
-   bleach/sanitizer.py \
-   tests/test_clean.py || die
-
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/bleach/bleach-3.2.2.ebuild 
b/dev-python/bleach/bleach-3.2.2.ebuild
deleted file mode 100644
index 02055abb3dd..000
--- a/dev-python/bleach/bleach-3.2.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/webencodings[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/bleach-3.2.1-py39.patch
-)
-
-src_prepare() {
-   # unbundle unpatched broken html5lib
-   rm -r bleach/_vendor || die
-   sed -i -e 's:bleach\._vendor\.::' \
-   bleach/html5lib_shim.py \
-   bleach/sanitizer.py \
-   tests/test_clean.py || die
-
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/bleach/bleach-3.2.3.ebuild 
b/dev-python/bleach/bleach-3.2.3.ebuild
deleted file mode 100644
index 02055abb3dd..000
--- 

[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2021-02-02 Thread Sam James
commit: 094fc54cbdcdb94e72b2fd731c22fbb07ed79807
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb  2 21:00:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb  2 21:00:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094fc54c

dev-python/bleach: Stabilize 3.3.0 ALLARCHES, #768336

Signed-off-by: Sam James  gentoo.org>

 dev-python/bleach/bleach-3.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.3.0.ebuild 
b/dev-python/bleach/bleach-3.3.0.ebuild
index 02055abb3dd..9deda895f39 100644
--- a/dev-python/bleach/bleach-3.3.0.ebuild
+++ b/dev-python/bleach/bleach-3.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2021-02-02 Thread Michał Górny
commit: cf6be04a6d7fb6bd1cc088af9af6b169b551a70b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb  2 08:32:35 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb  2 08:32:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf6be04a

dev-python/bleach: Bump to 3.3.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-3.3.0.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 8fa348ef4de..831c79a3bb6 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,3 +1,4 @@
 DIST bleach-3.2.1.tar.gz 179763 BLAKE2B 
5288277ceae1f51fb76c360db72fb646e1d391b3e51f29ba2b25f5dba7704af8ef7cfd2db017237dad42ff4a99e502daa29cdf4edd82952e15842e288c50c0dd
 SHA512 
61710f48f00333b38d251360736e19078063433ca4d7aada210a986f7d79b08c79c64b412686c67f360e4b2e8420c40c4b515eb175ab92bd546f88e2ba0e5835
 DIST bleach-3.2.2.tar.gz 180189 BLAKE2B 
14b496ced66abb5dadabbfaca7663124deda939c494cfc79803db875bcd4195f3b951962d219d56780de56320948c4d5be294a73a8244d1dfa1ced3fe92862d2
 SHA512 
20e58b58f6464d819ffbf70d0dbaf4b52eac8894d089291b40c2e27440d5c78577f653020ab6296ca72de27bbad60f58e07ce4bcf140ccb21928b0f600f1c236
 DIST bleach-3.2.3.tar.gz 180414 BLAKE2B 
2b46fbedd109649e61b17719cc6fbbaa34e03e878938eee17aa81c66e11887ca9156e5e1b2a99b19f319c99df9fd0ce4d91106acae1638cf2569df0f1c41b788
 SHA512 
0bee6415ed0d6349311e92b68c4897b830a9ae8c0b1399a35da8ebb76af7b989b67c3e90c24cc34fd8afb903ee5f8de1062a0fa0e34a75328a281cf1706193a0
+DIST bleach-3.3.0.tar.gz 181274 BLAKE2B 
32883ef9a77bf1d0cd208217930474285e55f158dc8d7b9c4049ca896cdc5cfb873674aa5f5181c31d46345be29f954badd29969bf156b1cc10eb200214de367
 SHA512 
8e408289c5175234a383658552e48379da9f570866e4c248a4e5c0b7bdaa9a2e6be545943dd32968cdb425929d51de282cca0678fdc6dd06b6fc2c2f41b58097

diff --git a/dev-python/bleach/bleach-3.3.0.ebuild 
b/dev-python/bleach/bleach-3.3.0.ebuild
new file mode 100644
index 000..02055abb3dd
--- /dev/null
+++ b/dev-python/bleach/bleach-3.3.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/webencodings[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/bleach-3.2.1-py39.patch
+)
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py \
+   bleach/sanitizer.py \
+   tests/test_clean.py || die
+
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2021-01-26 Thread Michał Górny
commit: d0d3e60a0987983886d8f19eff41129362a690f6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 26 21:14:04 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 26 21:15:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d3e60a

dev-python/bleach: Bump to 3.2.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-3.2.3.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 4dd26e12767..8fa348ef4de 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,2 +1,3 @@
 DIST bleach-3.2.1.tar.gz 179763 BLAKE2B 
5288277ceae1f51fb76c360db72fb646e1d391b3e51f29ba2b25f5dba7704af8ef7cfd2db017237dad42ff4a99e502daa29cdf4edd82952e15842e288c50c0dd
 SHA512 
61710f48f00333b38d251360736e19078063433ca4d7aada210a986f7d79b08c79c64b412686c67f360e4b2e8420c40c4b515eb175ab92bd546f88e2ba0e5835
 DIST bleach-3.2.2.tar.gz 180189 BLAKE2B 
14b496ced66abb5dadabbfaca7663124deda939c494cfc79803db875bcd4195f3b951962d219d56780de56320948c4d5be294a73a8244d1dfa1ced3fe92862d2
 SHA512 
20e58b58f6464d819ffbf70d0dbaf4b52eac8894d089291b40c2e27440d5c78577f653020ab6296ca72de27bbad60f58e07ce4bcf140ccb21928b0f600f1c236
+DIST bleach-3.2.3.tar.gz 180414 BLAKE2B 
2b46fbedd109649e61b17719cc6fbbaa34e03e878938eee17aa81c66e11887ca9156e5e1b2a99b19f319c99df9fd0ce4d91106acae1638cf2569df0f1c41b788
 SHA512 
0bee6415ed0d6349311e92b68c4897b830a9ae8c0b1399a35da8ebb76af7b989b67c3e90c24cc34fd8afb903ee5f8de1062a0fa0e34a75328a281cf1706193a0

diff --git a/dev-python/bleach/bleach-3.2.3.ebuild 
b/dev-python/bleach/bleach-3.2.3.ebuild
new file mode 100644
index 000..02055abb3dd
--- /dev/null
+++ b/dev-python/bleach/bleach-3.2.3.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/webencodings[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/bleach-3.2.1-py39.patch
+)
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py \
+   bleach/sanitizer.py \
+   tests/test_clean.py || die
+
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2021-01-21 Thread Michał Górny
commit: 9616b3b7f1dce69baa53775c573dd49655fd1bc0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 21 10:23:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 21 10:23:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9616b3b7

dev-python/bleach: Bump to 3.2.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-3.2.2.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 619c3237684..4dd26e12767 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1 +1,2 @@
 DIST bleach-3.2.1.tar.gz 179763 BLAKE2B 
5288277ceae1f51fb76c360db72fb646e1d391b3e51f29ba2b25f5dba7704af8ef7cfd2db017237dad42ff4a99e502daa29cdf4edd82952e15842e288c50c0dd
 SHA512 
61710f48f00333b38d251360736e19078063433ca4d7aada210a986f7d79b08c79c64b412686c67f360e4b2e8420c40c4b515eb175ab92bd546f88e2ba0e5835
+DIST bleach-3.2.2.tar.gz 180189 BLAKE2B 
14b496ced66abb5dadabbfaca7663124deda939c494cfc79803db875bcd4195f3b951962d219d56780de56320948c4d5be294a73a8244d1dfa1ced3fe92862d2
 SHA512 
20e58b58f6464d819ffbf70d0dbaf4b52eac8894d089291b40c2e27440d5c78577f653020ab6296ca72de27bbad60f58e07ce4bcf140ccb21928b0f600f1c236

diff --git a/dev-python/bleach/bleach-3.2.2.ebuild 
b/dev-python/bleach/bleach-3.2.2.ebuild
new file mode 100644
index 000..02055abb3dd
--- /dev/null
+++ b/dev-python/bleach/bleach-3.2.2.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~x64-macos"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/webencodings[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/bleach-3.2.1-py39.patch
+)
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py \
+   bleach/sanitizer.py \
+   tests/test_clean.py || die
+
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-11-28 Thread Sam James
commit: afb892b6d7cd81d31eb112b74315680d1d46505a
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 14:13:47 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 14:21:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb892b6

dev-python/bleach: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/bleach/bleach-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.2.1.ebuild 
b/dev-python/bleach/bleach-3.2.1.ebuild
index 147371a7c28..3ee875bd829 100644
--- a/dev-python/bleach/bleach-3.2.1.ebuild
+++ b/dev-python/bleach/bleach-3.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-10-08 Thread Sam James
commit: 7f95c50586604617c27b554a350b7a01f22379c6
Author: Sam James  gentoo  org>
AuthorDate: Thu Oct  8 18:36:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Oct  8 18:36:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f95c505

dev-python/bleach: Stabilize 3.2.1 ALLARCHES, #734416

Signed-off-by: Sam James  gentoo.org>

 dev-python/bleach/bleach-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.2.1.ebuild 
b/dev-python/bleach/bleach-3.2.1.ebuild
index 4d1438843f6..147371a7c28 100644
--- a/dev-python/bleach/bleach-3.2.1.ebuild
+++ b/dev-python/bleach/bleach-3.2.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/files/, dev-python/bleach/

2020-09-19 Thread Michał Górny
commit: a0d2dae7c192629e561eae046f6cfa6f094f15c1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 19 05:52:11 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 19 07:21:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d2dae7

dev-python/bleach: Bump to 3.2.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest  |  1 +
 dev-python/bleach/bleach-3.2.1.ebuild   | 39 
 dev-python/bleach/files/bleach-3.2.1-py39.patch | 48 +
 3 files changed, 88 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 95124802e07..5e5c1451a1f 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,2 +1,3 @@
 DIST bleach-3.1.5.tar.gz 177972 BLAKE2B 
6033871f757247f05ee67f66b3596c7a76a9bc5105113206bc8749f9ed103fb6a7c91630540f5f17ddc17e261b24043cc2edcc2562ea7f4cf54774080854de32
 SHA512 
20db9ab6924a1e884107f30e1059f774b45fd169d3965a61a4ff028e3de17e30be81474d7da89d9275b2173a005c5504a9d11f0e0ca528bf36a9bf08aeed0607
 DIST bleach-3.2.0.tar.gz 178910 BLAKE2B 
e7e97cc367420a656086e5a0e6c1c527348a0edc23c15f5f4b5a40b3079a2fa32b71fd2d99c4db8891e1b2ed06e4ac8ab3d3f0c9a3de77d02499bf32746a9dd7
 SHA512 
06dd7e22204280a03e37cfc303b4de8fc8776e9ac3f7a4c2451f1ff768b68d97c6b00fa42dc275eb4404dae5e448b9385b4e6ee204fdc7e11f31207cdc3d926a
+DIST bleach-3.2.1.tar.gz 179763 BLAKE2B 
5288277ceae1f51fb76c360db72fb646e1d391b3e51f29ba2b25f5dba7704af8ef7cfd2db017237dad42ff4a99e502daa29cdf4edd82952e15842e288c50c0dd
 SHA512 
61710f48f00333b38d251360736e19078063433ca4d7aada210a986f7d79b08c79c64b412686c67f360e4b2e8420c40c4b515eb175ab92bd546f88e2ba0e5835

diff --git a/dev-python/bleach/bleach-3.2.1.ebuild 
b/dev-python/bleach/bleach-3.2.1.ebuild
new file mode 100644
index 000..4d1438843f6
--- /dev/null
+++ b/dev-python/bleach/bleach-3.2.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/webencodings[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/bleach-3.2.1-py39.patch
+)
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py \
+   bleach/sanitizer.py \
+   tests/test_clean.py || die
+
+   distutils-r1_src_prepare
+}

diff --git a/dev-python/bleach/files/bleach-3.2.1-py39.patch 
b/dev-python/bleach/files/bleach-3.2.1-py39.patch
new file mode 100644
index 000..b281031b3df
--- /dev/null
+++ b/dev-python/bleach/files/bleach-3.2.1-py39.patch
@@ -0,0 +1,48 @@
+From ccb0d5e98b30577fe27016b5bc774388f02db876 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
+Date: Sat, 19 Sep 2020 08:00:51 +0200
+Subject: [PATCH] Remove tests relying on py<3.9 behavior
+
+---
+ tests/test_clean.py | 15 ---
+ 1 file changed, 15 deletions(-)
+
+diff --git a/tests/test_clean.py b/tests/test_clean.py
+index 1cd58df..2b2f7c5 100644
+--- a/tests/test_clean.py
 b/tests/test_clean.py
+@@ -499,31 +499,16 @@ def test_attributes_list():
+ {"protocols": ["http"]},
+ 'valid',
+ ),
+-(
+-'valid',
+-{"protocols": ["http"]},
+-'valid',
+-),
+ (
+ 'valid',
+ {"protocols": ["http"]},
+ 'valid',
+ ),
+-(
+-'valid',
+-{"protocols": ["http"]},
+-'valid',
+-),
+ (
+ 'valid',
+ {"protocols": ["http"]},
+ 'valid',
+ ),
+-(
+-'valid',
+-{"protocols": ["http"]},
+-'valid',
+-),
+ # Disallow implicit http if disallowed
+ ('foo', {"protocols": []}, "foo"),
+ ('foo', {"protocols": []}, 
"foo"),
+-- 
+2.28.0
+



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-09-17 Thread Michał Górny
commit: 3a6db1a7e376cdf193ad93c8768cdb3e9cbfa182
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 17 08:14:00 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 17 08:34:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6db1a7

dev-python/bleach: Bump to 3.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-3.2.0.ebuild | 38 +++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 495386a6fe9..95124802e07 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1 +1,2 @@
 DIST bleach-3.1.5.tar.gz 177972 BLAKE2B 
6033871f757247f05ee67f66b3596c7a76a9bc5105113206bc8749f9ed103fb6a7c91630540f5f17ddc17e261b24043cc2edcc2562ea7f4cf54774080854de32
 SHA512 
20db9ab6924a1e884107f30e1059f774b45fd169d3965a61a4ff028e3de17e30be81474d7da89d9275b2173a005c5504a9d11f0e0ca528bf36a9bf08aeed0607
+DIST bleach-3.2.0.tar.gz 178910 BLAKE2B 
e7e97cc367420a656086e5a0e6c1c527348a0edc23c15f5f4b5a40b3079a2fa32b71fd2d99c4db8891e1b2ed06e4ac8ab3d3f0c9a3de77d02499bf32746a9dd7
 SHA512 
06dd7e22204280a03e37cfc303b4de8fc8776e9ac3f7a4c2451f1ff768b68d97c6b00fa42dc275eb4404dae5e448b9385b4e6ee204fdc7e11f31207cdc3d926a

diff --git a/dev-python/bleach/bleach-3.2.0.ebuild 
b/dev-python/bleach/bleach-3.2.0.ebuild
new file mode 100644
index 000..eab1404c49f
--- /dev/null
+++ b/dev-python/bleach/bleach-3.2.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/webencodings[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}"/bleach-3.1.5-py39.patch
+)
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py tests/test_clean.py || die
+
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-07-25 Thread Michał Górny
commit: 38912eb2c895e12e5dd83a6451364ad49893912a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 25 08:10:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 25 08:31:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38912eb2

dev-python/bleach: Remove py2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/bleach-3.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.5.ebuild 
b/dev-python/bleach/bleach-3.1.5.ebuild
index 8a8f371b0a9..1143f03d177 100644
--- a/dev-python/bleach/bleach-3.1.5.ebuild
+++ b/dev-python/bleach/bleach-3.1.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-07-08 Thread Michał Górny
commit: c6f6f99b7c1a92f72c6491d6271fff5f8ec76d15
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  8 13:07:52 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  8 13:08:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f6f99b

dev-python/bleach: Stabilize 3.1.5 ALLARCHES, #731332

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/bleach-3.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.5.ebuild 
b/dev-python/bleach/bleach-3.1.5.ebuild
index 6d60e0712e8..8a8f371b0a9 100644
--- a/dev-python/bleach/bleach-3.1.5.ebuild
+++ b/dev-python/bleach/bleach-3.1.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-07-08 Thread Michał Górny
commit: 209827c712ad3e0bca5654825e7f7f03a756c887
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jul  8 13:02:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jul  8 13:08:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209827c7

dev-python/bleach: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/bleach/metadata.xml b/dev-python/bleach/metadata.xml
index 31fa019aef4..c644cc3836b 100644
--- a/dev-python/bleach/metadata.xml
+++ b/dev-python/bleach/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 bleach
 mozilla/bleach



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-07-08 Thread Sergei Trofimovich
commit: fb58c6c3bb48bde7c09609932976fef4a63e1960
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul  8 07:15:41 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  8 07:15:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb58c6c3

dev-python/bleach: stable 3.1.5 for ppc64

stable wrt bug #731332

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/bleach/bleach-3.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.5.ebuild 
b/dev-python/bleach/bleach-3.1.5.ebuild
index 1c8a9bc5758..6d60e0712e8 100644
--- a/dev-python/bleach/bleach-3.1.5.ebuild
+++ b/dev-python/bleach/bleach-3.1.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-07-08 Thread Sergei Trofimovich
commit: 5b9ed7174d7fa988ea2fea87c184fe9aa74059da
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Jul  8 07:03:11 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jul  8 07:11:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9ed717

dev-python/bleach: stable 3.1.5 for ppc

stable wrt bug #731332

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/bleach/bleach-3.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.5.ebuild 
b/dev-python/bleach/bleach-3.1.5.ebuild
index db2a844f98f..1c8a9bc5758 100644
--- a/dev-python/bleach/bleach-3.1.5.ebuild
+++ b/dev-python/bleach/bleach-3.1.5.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/files/, dev-python/bleach/

2020-05-27 Thread Michał Górny
commit: 248333025c8435114d05fc5de3dc2a71b6fb589d
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 20:14:54 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 20:45:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24833302

dev-python/bleach: Port to py39

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/bleach-3.1.5.ebuild   |  6 -
 dev-python/bleach/files/bleach-3.1.5-py39.patch | 36 +
 2 files changed, 41 insertions(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.5.ebuild 
b/dev-python/bleach/bleach-3.1.5.ebuild
index 43be3b241c1..db2a844f98f 100644
--- a/dev-python/bleach/bleach-3.1.5.ebuild
+++ b/dev-python/bleach/bleach-3.1.5.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
 
 inherit distutils-r1
 
@@ -24,6 +24,10 @@ RDEPEND="
 
 distutils_enable_tests pytest
 
+PATCHES=(
+   "${FILESDIR}"/${P}-py39.patch
+)
+
 src_prepare() {
# unbundle unpatched broken html5lib
rm -r bleach/_vendor || die

diff --git a/dev-python/bleach/files/bleach-3.1.5-py39.patch 
b/dev-python/bleach/files/bleach-3.1.5-py39.patch
new file mode 100644
index 000..ce1296236b6
--- /dev/null
+++ b/dev-python/bleach/files/bleach-3.1.5-py39.patch
@@ -0,0 +1,36 @@
+diff --git a/tests/test_clean.py b/tests/test_clean.py
+index 133cd82..4dcb9f4 100644
+--- a/tests/test_clean.py
 b/tests/test_clean.py
+@@ -597,31 +597,16 @@ def test_attributes_list():
+ {'protocols': ['http']},
+ 'valid'
+ ),
+-(
+-'valid',
+-{'protocols': ['http']},
+-'valid'
+-),
+ (
+ 'valid',
+ {'protocols': ['http']},
+ 'valid'
+ ),
+-(
+-'valid',
+-{'protocols': ['http']},
+-'valid'
+-),
+ (
+ 'valid',
+ {'protocols': ['http']},
+ 'valid'
+ ),
+-(
+-'valid',
+-{'protocols': ['http']},
+-'valid'
+-),
+ 
+ # Disallow implicit http if disallowed
+ (



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-05-27 Thread Michał Górny
commit: f6e8cbcaf6918badb9b047c1017858203b82cba2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 27 04:57:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 27 06:10:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e8cbca

dev-python/bleach: Bump to 3.1.5

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-3.1.5.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 30257503a9c..d0b4bc13f1c 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1 +1,2 @@
 DIST bleach-3.1.4.tar.gz 177813 BLAKE2B 
446740fcb7f2aa137d7353b0fbbebd57db9d571248b67f4d0a6a47baf3581aa3793431f68cf340bc8a0478d21e84aafca17538d069d74657285fdc4a06869586
 SHA512 
da233794954aad4e63e334d3c3bab9089e7767e0d784b8c51d12d2862ac6ed73ad5122b4d9cfd291ba7d9fc86a4a3b515429d7e383f241a46e3290acefa2ffc6
+DIST bleach-3.1.5.tar.gz 177972 BLAKE2B 
6033871f757247f05ee67f66b3596c7a76a9bc5105113206bc8749f9ed103fb6a7c91630540f5f17ddc17e261b24043cc2edcc2562ea7f4cf54774080854de32
 SHA512 
20db9ab6924a1e884107f30e1059f774b45fd169d3965a61a4ff028e3de17e30be81474d7da89d9275b2173a005c5504a9d11f0e0ca528bf36a9bf08aeed0607

diff --git a/dev-python/bleach/bleach-3.1.5.ebuild 
b/dev-python/bleach/bleach-3.1.5.ebuild
new file mode 100644
index 000..43be3b241c1
--- /dev/null
+++ b/dev-python/bleach/bleach-3.1.5.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/webencodings[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py tests/test_clean.py || die
+
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-04-04 Thread Michał Górny
commit: 2bc539ad5d1d7bb22c783b363113fcc765fee98d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  4 15:16:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  4 17:04:13 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bc539ad

dev-python/bleach: Unbundle html5lib

Closes: https://bugs.gentoo.org/716166
Signed-off-by: Michał Górny  gentoo.org>

 .../bleach/{bleach-3.1.4.ebuild => bleach-3.1.4-r1.ebuild} | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/dev-python/bleach/bleach-3.1.4.ebuild 
b/dev-python/bleach/bleach-3.1.4-r1.ebuild
similarity index 70%
rename from dev-python/bleach/bleach-3.1.4.ebuild
rename to dev-python/bleach/bleach-3.1.4-r1.ebuild
index 5a78157e2d6..d80fe336be4 100644
--- a/dev-python/bleach/bleach-3.1.4.ebuild
+++ b/dev-python/bleach/bleach-3.1.4-r1.ebuild
@@ -16,8 +16,18 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 
s390 sparc x86"
 IUSE="test"
 
 RDEPEND="
+   >=dev-python/html5lib-1.0.1-r1[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
dev-python/webencodings[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest
+
+src_prepare() {
+   # unbundle unpatched broken html5lib
+   rm -r bleach/_vendor || die
+   sed -i -e 's:bleach\._vendor\.::' \
+   bleach/html5lib_shim.py tests/test_clean.py || die
+
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-03-30 Thread Mikle Kolyada
commit: 0db9a0d1b87089bbad023ef5b99c9a5e3311ad95
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Mar 30 17:40:47 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Mar 30 17:40:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db9a0d1

dev-python/bleach: Security cleanup

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Mikle Kolyada  gentoo.org>

 dev-python/bleach/Manifest|  2 --
 dev-python/bleach/bleach-3.0.2.ebuild | 28 
 dev-python/bleach/bleach-3.1.3.ebuild | 23 ---
 3 files changed, 53 deletions(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index bb7046499a9..30257503a9c 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,3 +1 @@
-DIST bleach-3.0.2.tar.gz 165682 BLAKE2B 
26dfca08732af9eb11a27e1913ad1ed76454950d902d8f0dfd4a816dfe972d2280a29fcb7ba6c021938863f92d20d6ee3bb5ea64ee0b1f52e62cdbe12aebe009
 SHA512 
f5a6537c5b048a23b7834f27e30413517f82082f2abc4ad26c16a3aa4486545beec5394d2b759e82022f4cb8915e4034d8cd3383e41a3772a73f3858c283c155
-DIST bleach-3.1.3.tar.gz 176601 BLAKE2B 
ddc7174160625064ed26b077fd912d6781569a2c97c999a076a57e2fd436b58eb193121c1054518e72cfc4f11a144270b2bee20912e510d5b76e21714ffae60b
 SHA512 
6c46504833ac9aa83ea056b6a2970aa539774301b14b5f0d7ae5abb9576ace56b7e027b718159c8ed83d37ae78b4db1083eb12b1cafcff10429399025fb5ab4e
 DIST bleach-3.1.4.tar.gz 177813 BLAKE2B 
446740fcb7f2aa137d7353b0fbbebd57db9d571248b67f4d0a6a47baf3581aa3793431f68cf340bc8a0478d21e84aafca17538d069d74657285fdc4a06869586
 SHA512 
da233794954aad4e63e334d3c3bab9089e7767e0d784b8c51d12d2862ac6ed73ad5122b4d9cfd291ba7d9fc86a4a3b515429d7e383f241a46e3290acefa2ffc6

diff --git a/dev-python/bleach/bleach-3.0.2.ebuild 
b/dev-python/bleach/bleach-3.0.2.ebuild
deleted file mode 100644
index 5d9a20c3381..000
--- a/dev-python/bleach/bleach-3.0.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/webencodings[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-python_test() {
-   pytest -v || die "tests failed under ${EPYTHON}"
-}

diff --git a/dev-python/bleach/bleach-3.1.3.ebuild 
b/dev-python/bleach/bleach-3.1.3.ebuild
deleted file mode 100644
index 125ccb78ee9..000
--- a/dev-python/bleach/bleach-3.1.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="test"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/webencodings[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-03-30 Thread Mart Raudsepp
commit: f22bb438110e24dab4cb900ccf04caff61655b58
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Mar 30 17:28:39 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Mar 30 17:28:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f22bb438

dev-python/bleach-3.1.4: ALLARCHES stable

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/bleach/bleach-3.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.4.ebuild 
b/dev-python/bleach/bleach-3.1.4.ebuild
index ed8da31f8a9..125ccb78ee9 100644
--- a/dev-python/bleach/bleach-3.1.4.ebuild
+++ b/dev-python/bleach/bleach-3.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-03-30 Thread Mart Raudsepp
commit: f7f4d35935552ef187324068d404319b49abbc31
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Mar 30 17:27:11 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Mar 30 17:27:11 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f4d359

dev-python/bleach: arm64 stable (bug #715058)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/bleach/bleach-3.1.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.4.ebuild 
b/dev-python/bleach/bleach-3.1.4.ebuild
index 03df4d3e3e7..ed8da31f8a9 100644
--- a/dev-python/bleach/bleach-3.1.4.ebuild
+++ b/dev-python/bleach/bleach-3.1.4.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-03-28 Thread Mart Raudsepp
commit: 02a340f3bee5b8895b758babbbe78d749701003f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 28 22:50:02 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 28 22:50:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02a340f3

dev-python/bleach: arm/ia64/hppa ALLARCHES stable (bug #714596)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/bleach/bleach-3.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.3.ebuild 
b/dev-python/bleach/bleach-3.1.3.ebuild
index 7dd97f9bd93..125ccb78ee9 100644
--- a/dev-python/bleach/bleach-3.1.3.ebuild
+++ b/dev-python/bleach/bleach-3.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-03-28 Thread Mart Raudsepp
commit: 802dd006aa83e795e37d7c8bfc1e4c131aa542cf
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 28 22:43:37 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 28 22:46:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802dd006

dev-python/bleach: arm64 stable (bug #714596)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/bleach/bleach-3.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.3.ebuild 
b/dev-python/bleach/bleach-3.1.3.ebuild
index d0b21cc117e..7dd97f9bd93 100644
--- a/dev-python/bleach/bleach-3.1.3.ebuild
+++ b/dev-python/bleach/bleach-3.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-03-27 Thread Agostino Sarubbo
commit: e432ca202c667d25e198db8c5ad8b878ed86a858
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 27 13:28:27 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 27 13:28:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e432ca20

dev-python/bleach: amd64 stable wrt bug #714596

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/bleach/bleach-3.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.3.ebuild 
b/dev-python/bleach/bleach-3.1.3.ebuild
index f31bae378cf..d0b21cc117e 100644
--- a/dev-python/bleach/bleach-3.1.3.ebuild
+++ b/dev-python/bleach/bleach-3.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-03-27 Thread Sebastian Pipping
commit: 4c83612650214587d2b0a63f8d73b90f261b06cb
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Fri Mar 27 13:06:00 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Fri Mar 27 13:06:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c836126

dev-python/bleach: 3.1.4

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.92, Repoman-2.3.20

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-3.1.4.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index efbe832b74a..bb7046499a9 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,2 +1,3 @@
 DIST bleach-3.0.2.tar.gz 165682 BLAKE2B 
26dfca08732af9eb11a27e1913ad1ed76454950d902d8f0dfd4a816dfe972d2280a29fcb7ba6c021938863f92d20d6ee3bb5ea64ee0b1f52e62cdbe12aebe009
 SHA512 
f5a6537c5b048a23b7834f27e30413517f82082f2abc4ad26c16a3aa4486545beec5394d2b759e82022f4cb8915e4034d8cd3383e41a3772a73f3858c283c155
 DIST bleach-3.1.3.tar.gz 176601 BLAKE2B 
ddc7174160625064ed26b077fd912d6781569a2c97c999a076a57e2fd436b58eb193121c1054518e72cfc4f11a144270b2bee20912e510d5b76e21714ffae60b
 SHA512 
6c46504833ac9aa83ea056b6a2970aa539774301b14b5f0d7ae5abb9576ace56b7e027b718159c8ed83d37ae78b4db1083eb12b1cafcff10429399025fb5ab4e
+DIST bleach-3.1.4.tar.gz 177813 BLAKE2B 
446740fcb7f2aa137d7353b0fbbebd57db9d571248b67f4d0a6a47baf3581aa3793431f68cf340bc8a0478d21e84aafca17538d069d74657285fdc4a06869586
 SHA512 
da233794954aad4e63e334d3c3bab9089e7767e0d784b8c51d12d2862ac6ed73ad5122b4d9cfd291ba7d9fc86a4a3b515429d7e383f241a46e3290acefa2ffc6

diff --git a/dev-python/bleach/bleach-3.1.4.ebuild 
b/dev-python/bleach/bleach-3.1.4.ebuild
new file mode 100644
index 000..03df4d3e3e7
--- /dev/null
+++ b/dev-python/bleach/bleach-3.1.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/webencodings[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-03-26 Thread Agostino Sarubbo
commit: b6679a462b6579b44eeeb09523ea1c413f98008f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 26 14:14:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 26 14:14:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6679a46

dev-python/bleach: x86 stable wrt bug #714596

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/bleach/bleach-3.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.3.ebuild 
b/dev-python/bleach/bleach-3.1.3.ebuild
index c9d8b7171a5..f31bae378cf 100644
--- a/dev-python/bleach/bleach-3.1.3.ebuild
+++ b/dev-python/bleach/bleach-3.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-03-26 Thread Agostino Sarubbo
commit: a92f54ce365d319382b45035e5500f84c75497e2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 26 14:14:21 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 26 14:14:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a92f54ce

dev-python/bleach: sparc stable wrt bug #714596

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/bleach/bleach-3.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.3.ebuild 
b/dev-python/bleach/bleach-3.1.3.ebuild
index 7f689bc7aad..c9d8b7171a5 100644
--- a/dev-python/bleach/bleach-3.1.3.ebuild
+++ b/dev-python/bleach/bleach-3.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc 
~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-03-26 Thread Agostino Sarubbo
commit: 17604bf3c8c995fbdbff7aa504df87c1f91a6bc8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 26 14:13:47 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 26 14:13:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17604bf3

dev-python/bleach: s390 stable wrt bug #714596

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/bleach/bleach-3.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.3.ebuild 
b/dev-python/bleach/bleach-3.1.3.ebuild
index ddb4feaef97..7f689bc7aad 100644
--- a/dev-python/bleach/bleach-3.1.3.ebuild
+++ b/dev-python/bleach/bleach-3.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 ~sparc 
~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-03-26 Thread Agostino Sarubbo
commit: 9ab710ce7e64dc7fc39ae0b18aea761a070b0f78
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 26 14:13:12 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 26 14:13:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab710ce

dev-python/bleach: ppc64 stable wrt bug #714596

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/bleach/bleach-3.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.3.ebuild 
b/dev-python/bleach/bleach-3.1.3.ebuild
index 253c7206d08..ddb4feaef97 100644
--- a/dev-python/bleach/bleach-3.1.3.ebuild
+++ b/dev-python/bleach/bleach-3.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-03-26 Thread Agostino Sarubbo
commit: f1f075cf8502178ca017d124335fbc43259266fd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Mar 26 14:12:30 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Mar 26 14:12:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1f075cf

dev-python/bleach: ppc stable wrt bug #714596

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/bleach/bleach-3.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.1.3.ebuild 
b/dev-python/bleach/bleach-3.1.3.ebuild
index 03df4d3e3e7..253c7206d08 100644
--- a/dev-python/bleach/bleach-3.1.3.ebuild
+++ b/dev-python/bleach/bleach-3.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc 
~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-03-26 Thread Michał Górny
commit: 540f86241a9a1a9a1f1be2d4998c6441824615a2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 13:44:33 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 13:44:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540f8624

dev-python/bleach: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/bleach/Manifest   |  2 --
 dev-python/bleach/bleach-2.1.3.ebuild| 30 --
 dev-python/bleach/bleach-3.1.0-r1.ebuild | 24 
 3 files changed, 56 deletions(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index d933c9db477..efbe832b74a 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,4 +1,2 @@
-DIST bleach-2.1.3.tar.gz 60141 BLAKE2B 
5c04269266007e31e1a01540198177afb6b13362b89815073b7cd68668da26725f2631defdb26d124ae6c74743de0d31b2975a0d19f58e032ac2332e3ea46a75
 SHA512 
ff74fb3646709f20c79ea02e6d0fb93e2f204d3151a05f259b703050c10d410859af76acb470405f6fb7b55c8fb64595e6f0fcf8e9cb8fd3fc3722fa30a47de5
 DIST bleach-3.0.2.tar.gz 165682 BLAKE2B 
26dfca08732af9eb11a27e1913ad1ed76454950d902d8f0dfd4a816dfe972d2280a29fcb7ba6c021938863f92d20d6ee3bb5ea64ee0b1f52e62cdbe12aebe009
 SHA512 
f5a6537c5b048a23b7834f27e30413517f82082f2abc4ad26c16a3aa4486545beec5394d2b759e82022f4cb8915e4034d8cd3383e41a3772a73f3858c283c155
-DIST bleach-3.1.0.tar.gz 167814 BLAKE2B 
386d483ec9554d0436eeda70a5f558ca2191914ed90ddbfa00ae887e682505d1b84f511d21be7eceb8c98422a4dbb25ee32af49edc4b811e3816aaf9161fa4c4
 SHA512 
8db3a54b68fa66a07a3b4b90481557aac06e7783f9c72035a6f037909017354718b67b64153e1cd50cb2c821174b8282837c4c3e667878041a68703b141b2969
 DIST bleach-3.1.3.tar.gz 176601 BLAKE2B 
ddc7174160625064ed26b077fd912d6781569a2c97c999a076a57e2fd436b58eb193121c1054518e72cfc4f11a144270b2bee20912e510d5b76e21714ffae60b
 SHA512 
6c46504833ac9aa83ea056b6a2970aa539774301b14b5f0d7ae5abb9576ace56b7e027b718159c8ed83d37ae78b4db1083eb12b1cafcff10429399025fb5ab4e

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
deleted file mode 100644
index adf0b60e88b..000
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/html5lib-0.[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   py.test -v || die "tests failed under ${EPYTHON}"
-}

diff --git a/dev-python/bleach/bleach-3.1.0-r1.ebuild 
b/dev-python/bleach/bleach-3.1.0-r1.ebuild
deleted file mode 100644
index e487450fbfc..000
--- a/dev-python/bleach/bleach-3.1.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
-IUSE="test"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/webencodings[${PYTHON_USEDEP}]
-"
-BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2020-03-23 Thread Sebastian Pipping
commit: 11f728aa9337700cc9014e7f47429a251114
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Mon Mar 23 18:16:42 2020 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Mon Mar 23 18:19:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11f728aa

dev-python/bleach: 3.1.3 + QA

Signed-off-by: Sebastian Pipping  gentoo.org>
Package-Manager: Portage-2.3.92, Repoman-2.3.20

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-3.1.3.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 3839bd25d5e..d933c9db477 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,3 +1,4 @@
 DIST bleach-2.1.3.tar.gz 60141 BLAKE2B 
5c04269266007e31e1a01540198177afb6b13362b89815073b7cd68668da26725f2631defdb26d124ae6c74743de0d31b2975a0d19f58e032ac2332e3ea46a75
 SHA512 
ff74fb3646709f20c79ea02e6d0fb93e2f204d3151a05f259b703050c10d410859af76acb470405f6fb7b55c8fb64595e6f0fcf8e9cb8fd3fc3722fa30a47de5
 DIST bleach-3.0.2.tar.gz 165682 BLAKE2B 
26dfca08732af9eb11a27e1913ad1ed76454950d902d8f0dfd4a816dfe972d2280a29fcb7ba6c021938863f92d20d6ee3bb5ea64ee0b1f52e62cdbe12aebe009
 SHA512 
f5a6537c5b048a23b7834f27e30413517f82082f2abc4ad26c16a3aa4486545beec5394d2b759e82022f4cb8915e4034d8cd3383e41a3772a73f3858c283c155
 DIST bleach-3.1.0.tar.gz 167814 BLAKE2B 
386d483ec9554d0436eeda70a5f558ca2191914ed90ddbfa00ae887e682505d1b84f511d21be7eceb8c98422a4dbb25ee32af49edc4b811e3816aaf9161fa4c4
 SHA512 
8db3a54b68fa66a07a3b4b90481557aac06e7783f9c72035a6f037909017354718b67b64153e1cd50cb2c821174b8282837c4c3e667878041a68703b141b2969
+DIST bleach-3.1.3.tar.gz 176601 BLAKE2B 
ddc7174160625064ed26b077fd912d6781569a2c97c999a076a57e2fd436b58eb193121c1054518e72cfc4f11a144270b2bee20912e510d5b76e21714ffae60b
 SHA512 
6c46504833ac9aa83ea056b6a2970aa539774301b14b5f0d7ae5abb9576ace56b7e027b718159c8ed83d37ae78b4db1083eb12b1cafcff10429399025fb5ab4e

diff --git a/dev-python/bleach/bleach-3.1.3.ebuild 
b/dev-python/bleach/bleach-3.1.3.ebuild
new file mode 100644
index 000..03df4d3e3e7
--- /dev/null
+++ b/dev-python/bleach/bleach-3.1.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86"
+IUSE="test"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/webencodings[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2019-12-04 Thread Patrick McLean
commit: c491d8862aa6fde0d24081a96bdcd54f7343142f
Author: Patrick McLean  sony  com>
AuthorDate: Wed Dec  4 21:47:30 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Dec  4 21:59:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c491d886

dev-python/bleach-3.1.0-r1: revbump, add py38, distutils helper

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Patrick McLean  gentoo.org>

 .../bleach/{bleach-3.1.0.ebuild => bleach-3.1.0-r1.ebuild}  | 13 +
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/dev-python/bleach/bleach-3.1.0.ebuild 
b/dev-python/bleach/bleach-3.1.0-r1.ebuild
similarity index 65%
rename from dev-python/bleach/bleach-3.1.0.ebuild
rename to dev-python/bleach/bleach-3.1.0-r1.ebuild
index 386329537c3..51c292c4244 100644
--- a/dev-python/bleach/bleach-3.1.0.ebuild
+++ b/dev-python/bleach/bleach-3.1.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
 
 inherit distutils-r1
 
@@ -17,11 +17,8 @@ IUSE="test"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
-   dev-python/webencodings[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+   dev-python/webencodings[${PYTHON_USEDEP}]
+"
+BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
-python_test() {
-   pytest -v || die "tests failed under ${EPYTHON}"
-}
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2019-02-08 Thread Mikle Kolyada
commit: a38dd83cc7afc672da99d49d836627629f5c3c2d
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Feb  8 08:30:39 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Feb  8 08:30:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a38dd83c

dev-python/bleach: arm stable wrt bug #675696

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/bleach/bleach-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.0.2.ebuild 
b/dev-python/bleach/bleach-3.0.2.ebuild
index 1e358067616..cb9f54f32ca 100644
--- a/dev-python/bleach/bleach-3.0.2.ebuild
+++ b/dev-python/bleach/bleach-3.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha ~amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2019-02-08 Thread Mikle Kolyada
commit: 44beb2391f33eaccd606a72e23632d3d40d3d4c3
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Feb  8 08:29:24 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Feb  8 08:29:24 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44beb239

dev-python/bleach: s390 stable wrt bug #675696

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/bleach/bleach-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.0.2.ebuild 
b/dev-python/bleach/bleach-3.0.2.ebuild
index e1f67cf30c2..1e358067616 100644
--- a/dev-python/bleach/bleach-3.0.2.ebuild
+++ b/dev-python/bleach/bleach-3.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha ~amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2019-02-08 Thread Mikle Kolyada
commit: 7183cd3b3d7a525d7129d82641ee1fe9eacfae72
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Feb  8 08:31:37 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Feb  8 08:31:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7183cd3b

dev-python/bleach: amd64 stable wrt bug #675696

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/bleach/bleach-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.0.2.ebuild 
b/dev-python/bleach/bleach-3.0.2.ebuild
index cb9f54f32ca..5c77262f9cf 100644
--- a/dev-python/bleach/bleach-3.0.2.ebuild
+++ b/dev-python/bleach/bleach-3.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha ~amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2019-01-31 Thread Tobias Klausmann
commit: c03d50564933c932c43678e9ccfc4408159c37f4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Jan 31 14:22:58 2019 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Jan 31 14:22:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03d5056

dev-python/bleach-3.0.2-r0: alpha stable

Bug: http://bugs.gentoo.org/675696
Signed-off-by: Tobias Klausmann  gentoo.org>

 dev-python/bleach/bleach-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.0.2.ebuild 
b/dev-python/bleach/bleach-3.0.2.ebuild
index 85cf2d90f2a..e1f67cf30c2 100644
--- a/dev-python/bleach/bleach-3.0.2.ebuild
+++ b/dev-python/bleach/bleach-3.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha ~amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2019-01-21 Thread Sergei Trofimovich
commit: f23b0df544a328897b4c7998500c27960d4fa5c3
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 21 23:31:29 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 21 23:31:29 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23b0df5

dev-python/bleach: stable 3.0.2 for ppc64, bug #675696

Package-Manager: Portage-2.3.56, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/bleach/bleach-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.0.2.ebuild 
b/dev-python/bleach/bleach-3.0.2.ebuild
index ec869e4da4b..5f76613c2eb 100644
--- a/dev-python/bleach/bleach-3.0.2.ebuild
+++ b/dev-python/bleach/bleach-3.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc ~x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2019-01-21 Thread Sergei Trofimovich
commit: 3a96ec34656ce2ef671acd4af9ffc65e56e323c1
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 21 23:27:57 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 21 23:27:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a96ec34

dev-python/bleach: stable 3.0.2 for ppc, bug #675696

Package-Manager: Portage-2.3.56, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/bleach/bleach-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.0.2.ebuild 
b/dev-python/bleach/bleach-3.0.2.ebuild
index b8aa2d70e69..ec869e4da4b 100644
--- a/dev-python/bleach/bleach-3.0.2.ebuild
+++ b/dev-python/bleach/bleach-3.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ia64 ~mips ppc ~ppc64 ~s390 sparc ~x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2019-01-21 Thread Sergei Trofimovich
commit: df14d4c3623944f6f1ac5cee560ed5dbcc16bc25
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Mon Jan 21 23:21:31 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jan 21 23:21:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df14d4c3

dev-python/bleach: stable 3.0.2 for ia64, bug #675696

Package-Manager: Portage-2.3.56, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/bleach/bleach-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.0.2.ebuild 
b/dev-python/bleach/bleach-3.0.2.ebuild
index a4adbf1b2c9..b8aa2d70e69 100644
--- a/dev-python/bleach/bleach-3.0.2.ebuild
+++ b/dev-python/bleach/bleach-3.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2019-01-17 Thread Sergei Trofimovich
commit: f2e9bb940ffc09f9a4fb8f9043a062c321a5a13a
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jan 18 07:09:08 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jan 18 07:27:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e9bb94

dev-python/bleach: stable 3.0.2 for sparc, bug #675696

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/bleach/bleach-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.0.2.ebuild 
b/dev-python/bleach/bleach-3.0.2.ebuild
index c3836b64acb..a4adbf1b2c9 100644
--- a/dev-python/bleach/bleach-3.0.2.ebuild
+++ b/dev-python/bleach/bleach-3.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 sparc 
~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2019-01-17 Thread Sergei Trofimovich
commit: b3696b1a65fe37f4b21a72fdc0befd5f95cd5e64
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jan 17 22:40:53 2019 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan 17 22:41:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3696b1a

dev-python/bleach: stable 3.0.2 for hppa, bug #675696

Package-Manager: Portage-2.3.56, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/bleach/bleach-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-3.0.2.ebuild 
b/dev-python/bleach/bleach-3.0.2.ebuild
index e532663d836..c3836b64acb 100644
--- a/dev-python/bleach/bleach-3.0.2.ebuild
+++ b/dev-python/bleach/bleach-3.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2019-01-17 Thread Mikle Kolyada
commit: e859a442c7de906bbf57665b8145917b2391209e
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 17 20:43:39 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 17 20:43:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e859a442

dev-python/bleach: Add ~sh keyword wrt bug #661320

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/bleach/bleach-2.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
index b397e3a658b..9de8b738582 100644
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2019-01-17 Thread Mart Raudsepp
commit: 88a9e06b2c3396ef8149cd1c7b995e5c5e13c19f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Jan 17 19:56:28 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Jan 17 19:56:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88a9e06b

dev-python/bleach: arm64 stable (bug #675696)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/bleach/bleach-3.0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/bleach/bleach-3.0.2.ebuild 
b/dev-python/bleach/bleach-3.0.2.ebuild
index 3ae4009d0bb..e532663d836 100644
--- a/dev-python/bleach/bleach-3.0.2.ebuild
+++ b/dev-python/bleach/bleach-3.0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2019-01-17 Thread Virgil Dupras
commit: 9956f2c1b001d13983e46cfd0ab53c7dd39b7769
Author: Virgil Dupras  gentoo  org>
AuthorDate: Thu Jan 17 16:22:13 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Thu Jan 17 16:22:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9956f2c1

dev-python/bleach: bump to 3.1.0

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-3.1.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index debd3937643..69c558c4702 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,3 +1,4 @@
 DIST bleach-1.5.0.tar.gz 36502 BLAKE2B 
a56eb875a5becd21f7ff71a29db8178a7536a7aadfe81fe178360ba61ba599df9d4d9a782bbf72eb186b61a0b2e3f99058c483cc0d194e735a787319697c7327
 SHA512 
572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124
 DIST bleach-2.1.3.tar.gz 60141 BLAKE2B 
5c04269266007e31e1a01540198177afb6b13362b89815073b7cd68668da26725f2631defdb26d124ae6c74743de0d31b2975a0d19f58e032ac2332e3ea46a75
 SHA512 
ff74fb3646709f20c79ea02e6d0fb93e2f204d3151a05f259b703050c10d410859af76acb470405f6fb7b55c8fb64595e6f0fcf8e9cb8fd3fc3722fa30a47de5
 DIST bleach-3.0.2.tar.gz 165682 BLAKE2B 
26dfca08732af9eb11a27e1913ad1ed76454950d902d8f0dfd4a816dfe972d2280a29fcb7ba6c021938863f92d20d6ee3bb5ea64ee0b1f52e62cdbe12aebe009
 SHA512 
f5a6537c5b048a23b7834f27e30413517f82082f2abc4ad26c16a3aa4486545beec5394d2b759e82022f4cb8915e4034d8cd3383e41a3772a73f3858c283c155
+DIST bleach-3.1.0.tar.gz 167814 BLAKE2B 
386d483ec9554d0436eeda70a5f558ca2191914ed90ddbfa00ae887e682505d1b84f511d21be7eceb8c98422a4dbb25ee32af49edc4b811e3816aaf9161fa4c4
 SHA512 
8db3a54b68fa66a07a3b4b90481557aac06e7783f9c72035a6f037909017354718b67b64153e1cd50cb2c821174b8282837c4c3e667878041a68703b141b2969

diff --git a/dev-python/bleach/bleach-3.1.0.ebuild 
b/dev-python/bleach/bleach-3.1.0.ebuild
new file mode 100644
index 000..70494f99846
--- /dev/null
+++ b/dev-python/bleach/bleach-3.1.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
+IUSE="test"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/webencodings[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   pytest -v || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2019-01-17 Thread Virgil Dupras
commit: ba84a89fbc9f76e6f492315a5fe889176eb09cb4
Author: Virgil Dupras  gentoo  org>
AuthorDate: Thu Jan 17 16:24:21 2019 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Thu Jan 17 16:24:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba84a89f

dev-python/bleach: remove old

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/bleach/Manifest|  1 -
 dev-python/bleach/bleach-1.5.0.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 69c558c4702..3839bd25d5e 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,4 +1,3 @@
-DIST bleach-1.5.0.tar.gz 36502 BLAKE2B 
a56eb875a5becd21f7ff71a29db8178a7536a7aadfe81fe178360ba61ba599df9d4d9a782bbf72eb186b61a0b2e3f99058c483cc0d194e735a787319697c7327
 SHA512 
572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124
 DIST bleach-2.1.3.tar.gz 60141 BLAKE2B 
5c04269266007e31e1a01540198177afb6b13362b89815073b7cd68668da26725f2631defdb26d124ae6c74743de0d31b2975a0d19f58e032ac2332e3ea46a75
 SHA512 
ff74fb3646709f20c79ea02e6d0fb93e2f204d3151a05f259b703050c10d410859af76acb470405f6fb7b55c8fb64595e6f0fcf8e9cb8fd3fc3722fa30a47de5
 DIST bleach-3.0.2.tar.gz 165682 BLAKE2B 
26dfca08732af9eb11a27e1913ad1ed76454950d902d8f0dfd4a816dfe972d2280a29fcb7ba6c021938863f92d20d6ee3bb5ea64ee0b1f52e62cdbe12aebe009
 SHA512 
f5a6537c5b048a23b7834f27e30413517f82082f2abc4ad26c16a3aa4486545beec5394d2b759e82022f4cb8915e4034d8cd3383e41a3772a73f3858c283c155
 DIST bleach-3.1.0.tar.gz 167814 BLAKE2B 
386d483ec9554d0436eeda70a5f558ca2191914ed90ddbfa00ae887e682505d1b84f511d21be7eceb8c98422a4dbb25ee32af49edc4b811e3816aaf9161fa4c4
 SHA512 
8db3a54b68fa66a07a3b4b90481557aac06e7783f9c72035a6f037909017354718b67b64153e1cd50cb2c821174b8282837c4c3e667878041a68703b141b2969

diff --git a/dev-python/bleach/bleach-1.5.0.ebuild 
b/dev-python/bleach/bleach-1.5.0.ebuild
deleted file mode 100644
index fc1dbd3b26d..000
--- a/dev-python/bleach/bleach-1.5.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
-
-inherit distutils-r1
-
-DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/html5lib-0.999[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   py.test -v || die "tests failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-12-08 Thread Mikle Kolyada
commit: e735252415d4652976e2b4d6401d5ad5091a7e21
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec  8 17:38:00 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec  8 17:38:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7352524

dev-python/bleach: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/bleach/bleach-1.5.0.ebuild | 4 ++--
 dev-python/bleach/bleach-2.1.3.ebuild | 2 +-
 dev-python/bleach/bleach-3.0.2.ebuild | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/bleach/bleach-1.5.0.ebuild 
b/dev-python/bleach/bleach-1.5.0.ebuild
index 632e3e55c87..fc1dbd3b26d 100644
--- a/dev-python/bleach/bleach-1.5.0.ebuild
+++ b/dev-python/bleach/bleach-1.5.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
index 23ed3a93ac8..b397e3a658b 100644
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="

diff --git a/dev-python/bleach/bleach-3.0.2.ebuild 
b/dev-python/bleach/bleach-3.0.2.ebuild
index 71d5a9790dc..3ae4009d0bb 100644
--- a/dev-python/bleach/bleach-3.0.2.ebuild
+++ b/dev-python/bleach/bleach-3.0.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
~x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-11-18 Thread Virgil Dupras
commit: 223bbeaa731c8371217b90b43f15e98c28b3cb3b
Author: Virgil Dupras  gentoo  org>
AuthorDate: Sun Nov 18 22:21:52 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Sun Nov 18 22:21:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223bbeaa

dev-python/bleach: bump to 3.0.2

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/bleach/Manifest | 2 +-
 dev-python/bleach/{bleach-3.0.1.ebuild => bleach-3.0.2.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 552fa250278..debd3937643 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,3 +1,3 @@
 DIST bleach-1.5.0.tar.gz 36502 BLAKE2B 
a56eb875a5becd21f7ff71a29db8178a7536a7aadfe81fe178360ba61ba599df9d4d9a782bbf72eb186b61a0b2e3f99058c483cc0d194e735a787319697c7327
 SHA512 
572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124
 DIST bleach-2.1.3.tar.gz 60141 BLAKE2B 
5c04269266007e31e1a01540198177afb6b13362b89815073b7cd68668da26725f2631defdb26d124ae6c74743de0d31b2975a0d19f58e032ac2332e3ea46a75
 SHA512 
ff74fb3646709f20c79ea02e6d0fb93e2f204d3151a05f259b703050c10d410859af76acb470405f6fb7b55c8fb64595e6f0fcf8e9cb8fd3fc3722fa30a47de5
-DIST bleach-3.0.1.tar.gz 165179 BLAKE2B 
261ef2692c8c30e1ce387346aee03e45d46e195d45778485371a4e5d5d754c579853b50633fd5a834038c931cb48dc458771e7a44b7e0726015ea5934b2968bf
 SHA512 
c90fee244d10ae66c30c8bff80e096cf508b2413a7ee082cbe2c5e0f1508d078133c2db6cd09f05ce875e867d4c0fab985659e4fe6d7bd9fe6ad4f823af03736
+DIST bleach-3.0.2.tar.gz 165682 BLAKE2B 
26dfca08732af9eb11a27e1913ad1ed76454950d902d8f0dfd4a816dfe972d2280a29fcb7ba6c021938863f92d20d6ee3bb5ea64ee0b1f52e62cdbe12aebe009
 SHA512 
f5a6537c5b048a23b7834f27e30413517f82082f2abc4ad26c16a3aa4486545beec5394d2b759e82022f4cb8915e4034d8cd3383e41a3772a73f3858c283c155

diff --git a/dev-python/bleach/bleach-3.0.1.ebuild 
b/dev-python/bleach/bleach-3.0.2.ebuild
similarity index 100%
rename from dev-python/bleach/bleach-3.0.1.ebuild
rename to dev-python/bleach/bleach-3.0.2.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-11-08 Thread Sergei Trofimovich
commit: c78c1bc9f4cdeabe74f4ce7f193044c3c4efd202
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Nov  8 23:34:36 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Nov  8 23:35:38 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78c1bc9

dev-python/bleach: stable 2.1.3 for hppa, bug #663438

Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/bleach/bleach-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
index 85f6d783662..23ed3a93ac8 100644
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-10-29 Thread Sergei Trofimovich
commit: 0e35474f399ae9d22da287acf1a85f7fa61b907a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Oct 30 00:11:55 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Oct 30 00:12:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e35474f

dev-python/bleach: stable 2.1.3 for ia64, bug #663438

Signed-off-by: Sergei Trofimovich  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="ia64"

 dev-python/bleach/bleach-2.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
index 86fb7128e8f..85f6d783662 100644
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-10-09 Thread Virgil Dupras
commit: 7300445ef8361981f9ec3641215907182e4c648e
Author: Virgil Dupras  gentoo  org>
AuthorDate: Tue Oct  9 18:27:23 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Tue Oct  9 18:27:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7300445e

dev-python/bleach: bump to 3.0.1

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-python/bleach/Manifest | 2 +-
 dev-python/bleach/{bleach-3.0.0.ebuild => bleach-3.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index d28c735d645..552fa250278 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,3 +1,3 @@
 DIST bleach-1.5.0.tar.gz 36502 BLAKE2B 
a56eb875a5becd21f7ff71a29db8178a7536a7aadfe81fe178360ba61ba599df9d4d9a782bbf72eb186b61a0b2e3f99058c483cc0d194e735a787319697c7327
 SHA512 
572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124
 DIST bleach-2.1.3.tar.gz 60141 BLAKE2B 
5c04269266007e31e1a01540198177afb6b13362b89815073b7cd68668da26725f2631defdb26d124ae6c74743de0d31b2975a0d19f58e032ac2332e3ea46a75
 SHA512 
ff74fb3646709f20c79ea02e6d0fb93e2f204d3151a05f259b703050c10d410859af76acb470405f6fb7b55c8fb64595e6f0fcf8e9cb8fd3fc3722fa30a47de5
-DIST bleach-3.0.0.tar.gz 164459 BLAKE2B 
a9e873428cf629dc98c8adf56ad8a45f63e355ffb5eb495df4d452106e77a5919c90e2f1651f671e8807e0dddbdb7543fbd4c78fd95afad4cf8cee68e7a797d8
 SHA512 
7bc13af18baed440c0ce39f8caf7a14fc7264aba8a14a1999334d1ddd78183a0f84a17b3f2088453ee20d4873162f2a8cbd273e6f881201744b2a0f47805839e
+DIST bleach-3.0.1.tar.gz 165179 BLAKE2B 
261ef2692c8c30e1ce387346aee03e45d46e195d45778485371a4e5d5d754c579853b50633fd5a834038c931cb48dc458771e7a44b7e0726015ea5934b2968bf
 SHA512 
c90fee244d10ae66c30c8bff80e096cf508b2413a7ee082cbe2c5e0f1508d078133c2db6cd09f05ce875e867d4c0fab985659e4fe6d7bd9fe6ad4f823af03736

diff --git a/dev-python/bleach/bleach-3.0.0.ebuild 
b/dev-python/bleach/bleach-3.0.1.ebuild
similarity index 100%
rename from dev-python/bleach/bleach-3.0.0.ebuild
rename to dev-python/bleach/bleach-3.0.1.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-10-05 Thread Virgil Dupras
commit: c7bfec822c4aca9f8de1b936c853bf25a2f236c7
Author: Virgil Dupras  gentoo  org>
AuthorDate: Fri Oct  5 15:56:04 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Fri Oct  5 15:56:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7bfec82

dev-python/bleach: remove old

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-python/bleach/Manifest|  1 -
 dev-python/bleach/bleach-2.1.1.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 7236b1c26f2..d28c735d645 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,4 +1,3 @@
 DIST bleach-1.5.0.tar.gz 36502 BLAKE2B 
a56eb875a5becd21f7ff71a29db8178a7536a7aadfe81fe178360ba61ba599df9d4d9a782bbf72eb186b61a0b2e3f99058c483cc0d194e735a787319697c7327
 SHA512 
572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124
-DIST bleach-2.1.1.tar.gz 58491 BLAKE2B 
bd1efbfa30cee61b5d8bfd029ff107ddc997d38139bf5b25a70a6731193f6d02a81e1e49c9ffe3eef6cbda864464108cb1f65599c68c48f1033ced27fdb65c29
 SHA512 
dc8ef7b678966bfebddb2d27c78abf50e71f2d90c5807cf788a08b852a085a4d990368da5dfb5f61a49e0f2f1e7d9ac73c2b6967fdacb55663ae2c339016d4c2
 DIST bleach-2.1.3.tar.gz 60141 BLAKE2B 
5c04269266007e31e1a01540198177afb6b13362b89815073b7cd68668da26725f2631defdb26d124ae6c74743de0d31b2975a0d19f58e032ac2332e3ea46a75
 SHA512 
ff74fb3646709f20c79ea02e6d0fb93e2f204d3151a05f259b703050c10d410859af76acb470405f6fb7b55c8fb64595e6f0fcf8e9cb8fd3fc3722fa30a47de5
 DIST bleach-3.0.0.tar.gz 164459 BLAKE2B 
a9e873428cf629dc98c8adf56ad8a45f63e355ffb5eb495df4d452106e77a5919c90e2f1651f671e8807e0dddbdb7543fbd4c78fd95afad4cf8cee68e7a797d8
 SHA512 
7bc13af18baed440c0ce39f8caf7a14fc7264aba8a14a1999334d1ddd78183a0f84a17b3f2088453ee20d4873162f2a8cbd273e6f881201744b2a0f47805839e

diff --git a/dev-python/bleach/bleach-2.1.1.ebuild 
b/dev-python/bleach/bleach-2.1.1.ebuild
deleted file mode 100644
index 7b249d5a841..000
--- a/dev-python/bleach/bleach-2.1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
-
-inherit distutils-r1
-
-DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/html5lib-0.[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   py.test -v || die "tests failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-10-05 Thread Virgil Dupras
commit: 395167a0cd3e6183da3d09fe4a6eaebf8003bd38
Author: Virgil Dupras  gentoo  org>
AuthorDate: Fri Oct  5 15:52:26 2018 +
Commit: Virgil Dupras  gentoo  org>
CommitDate: Fri Oct  5 15:52:26 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=395167a0

dev-python/bleach: bump to 3.0.0

Signed-off-by: Virgil Dupras  gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-3.0.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index c8b2e1df787..7236b1c26f2 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,3 +1,4 @@
 DIST bleach-1.5.0.tar.gz 36502 BLAKE2B 
a56eb875a5becd21f7ff71a29db8178a7536a7aadfe81fe178360ba61ba599df9d4d9a782bbf72eb186b61a0b2e3f99058c483cc0d194e735a787319697c7327
 SHA512 
572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124
 DIST bleach-2.1.1.tar.gz 58491 BLAKE2B 
bd1efbfa30cee61b5d8bfd029ff107ddc997d38139bf5b25a70a6731193f6d02a81e1e49c9ffe3eef6cbda864464108cb1f65599c68c48f1033ced27fdb65c29
 SHA512 
dc8ef7b678966bfebddb2d27c78abf50e71f2d90c5807cf788a08b852a085a4d990368da5dfb5f61a49e0f2f1e7d9ac73c2b6967fdacb55663ae2c339016d4c2
 DIST bleach-2.1.3.tar.gz 60141 BLAKE2B 
5c04269266007e31e1a01540198177afb6b13362b89815073b7cd68668da26725f2631defdb26d124ae6c74743de0d31b2975a0d19f58e032ac2332e3ea46a75
 SHA512 
ff74fb3646709f20c79ea02e6d0fb93e2f204d3151a05f259b703050c10d410859af76acb470405f6fb7b55c8fb64595e6f0fcf8e9cb8fd3fc3722fa30a47de5
+DIST bleach-3.0.0.tar.gz 164459 BLAKE2B 
a9e873428cf629dc98c8adf56ad8a45f63e355ffb5eb495df4d452106e77a5919c90e2f1651f671e8807e0dddbdb7543fbd4c78fd95afad4cf8cee68e7a797d8
 SHA512 
7bc13af18baed440c0ce39f8caf7a14fc7264aba8a14a1999334d1ddd78183a0f84a17b3f2088453ee20d4873162f2a8cbd273e6f881201744b2a0f47805839e

diff --git a/dev-python/bleach/bleach-3.0.0.ebuild 
b/dev-python/bleach/bleach-3.0.0.ebuild
new file mode 100644
index 000..71d5a9790dc
--- /dev/null
+++ b/dev-python/bleach/bleach-3.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/mozilla/bleach https://pypi.org/project/bleach/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE="test"
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/webencodings[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+
+python_test() {
+   pytest -v || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-09-16 Thread Matt Turner
commit: f529745222672f98ba502528044298a954c8af97
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 20:24:58 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 20:24:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5297452

dev-python/bleach-2.1.3: ppc stable, bug 663438

 dev-python/bleach/bleach-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
index 6bbd4031240..be57296c004 100644
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-09-16 Thread Matt Turner
commit: ffcf188440e940bd087f8b3a8ef56f5a8995823c
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 16 20:25:05 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 16 20:25:05 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffcf1884

dev-python/bleach-2.1.3: ppc64 stable, bug 663438

 dev-python/bleach/bleach-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
index be57296c004..86fb7128e8f 100644
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-09-13 Thread Tobias Klausmann
commit: 72a3ffbc0774803b96d7156b14ad2a7b0251bb8a
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Thu Sep 13 19:22:24 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Thu Sep 13 19:23:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72a3ffbc

dev-python/bleach-2.1.3-r0: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/663438

 dev-python/bleach/bleach-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
index 80f3ec28e41..6bbd4031240 100644
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-08-29 Thread Markus Meier
commit: 6e5e7c12524d0553ad71545c1da8458cde1062f5
Author: Markus Meier  gentoo  org>
AuthorDate: Thu Aug 30 04:41:08 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Thu Aug 30 04:41:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5e7c12

dev-python/bleach: arm stable, bug #663438

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"

 dev-python/bleach/bleach-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
index 376944afe9a..80f3ec28e41 100644
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-08-17 Thread Mikle Kolyada
commit: 86c3ddbd1b23dbb84ecac3be37082dcbd5ccbe13
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Aug 18 04:01:20 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Aug 18 04:01:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c3ddbd

dev-python/bleach:

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-python/bleach/bleach-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
index 5cd8065d941..376944afe9a 100644
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-08-13 Thread Sergei Trofimovich
commit: 8b20d56bd36f46f58818a9c35281009db028616d
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 13 19:31:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Aug 13 20:43:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b20d56b

dev-python/bleach: stable 2.1.3 for sparc, bug #663438

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-python/bleach/bleach-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
index 900d982578f..f7ba4a69f5b 100644
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-08-12 Thread Mart Raudsepp
commit: 9987433f8ed705d5638c5d19c9f2d4d2ada8e54d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Aug 12 18:46:04 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Aug 12 18:46:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9987433f

dev-python/bleach-2.1.3: arm64 stable (bug #663438)

Package-Manager: Portage-2.3.46, Repoman-2.3.10

 dev-python/bleach/bleach-2.1.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
index 7b249d5a841..900d982578f 100644
--- a/dev-python/bleach/bleach-2.1.3.ebuild
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-03-19 Thread Tim Harder
commit: 7391fb192eb81de2150005b688bfd88565b79379
Author: Tim Harder  gentoo  org>
AuthorDate: Mon Mar 19 06:01:34 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Mar 19 06:02:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7391fb19

dev-python/bleach: version bump to 2.1.3

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-2.1.3.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 39d438afaf7..c8b2e1df787 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,2 +1,3 @@
 DIST bleach-1.5.0.tar.gz 36502 BLAKE2B 
a56eb875a5becd21f7ff71a29db8178a7536a7aadfe81fe178360ba61ba599df9d4d9a782bbf72eb186b61a0b2e3f99058c483cc0d194e735a787319697c7327
 SHA512 
572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124
 DIST bleach-2.1.1.tar.gz 58491 BLAKE2B 
bd1efbfa30cee61b5d8bfd029ff107ddc997d38139bf5b25a70a6731193f6d02a81e1e49c9ffe3eef6cbda864464108cb1f65599c68c48f1033ced27fdb65c29
 SHA512 
dc8ef7b678966bfebddb2d27c78abf50e71f2d90c5807cf788a08b852a085a4d990368da5dfb5f61a49e0f2f1e7d9ac73c2b6967fdacb55663ae2c339016d4c2
+DIST bleach-2.1.3.tar.gz 60141 BLAKE2B 
5c04269266007e31e1a01540198177afb6b13362b89815073b7cd68668da26725f2631defdb26d124ae6c74743de0d31b2975a0d19f58e032ac2332e3ea46a75
 SHA512 
ff74fb3646709f20c79ea02e6d0fb93e2f204d3151a05f259b703050c10d410859af76acb470405f6fb7b55c8fb64595e6f0fcf8e9cb8fd3fc3722fa30a47de5

diff --git a/dev-python/bleach/bleach-2.1.3.ebuild 
b/dev-python/bleach/bleach-2.1.3.ebuild
new file mode 100644
index 000..7d6101cf43a
--- /dev/null
+++ b/dev-python/bleach/bleach-2.1.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/mozilla/bleach 
https://pypi.python.org/pypi/bleach;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/html5lib-0.[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   py.test -v || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-02-22 Thread Michał Górny
commit: 984a10075b98e7a070661800ba96ef8b12da15d6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 22 15:27:22 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 22 15:52:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=984a1007

dev-python/bleach: Tested on ~amd64-fbsd

 dev-python/bleach/bleach-2.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/bleach/bleach-2.1.1.ebuild 
b/dev-python/bleach/bleach-2.1.1.ebuild
index da895ec16c8..7d6101cf43a 100644
--- a/dev-python/bleach/bleach-2.1.1.ebuild
+++ b/dev-python/bleach/bleach-2.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2018-01-02 Thread Michał Górny
commit: 1ec5c7c8e3af6474a0711393fdc5ca47735255e7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan  2 15:11:39 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan  2 22:13:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec5c7c8

dev-python/bleach: Clean old up

 dev-python/bleach/Manifest|  1 -
 dev-python/bleach/bleach-2.0.0.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index f813e5a4d73..39d438afaf7 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,3 +1,2 @@
 DIST bleach-1.5.0.tar.gz 36502 BLAKE2B 
a56eb875a5becd21f7ff71a29db8178a7536a7aadfe81fe178360ba61ba599df9d4d9a782bbf72eb186b61a0b2e3f99058c483cc0d194e735a787319697c7327
 SHA512 
572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124
-DIST bleach-2.0.0.tar.gz 46083 BLAKE2B 
50ff912e4805ea2eab034368acc98a37d852be7e16270028b95cef887358f56d567a860baae91f13ffebf0e2ddcd80121716ed2b0e2a59ac18150f6108100158
 SHA512 
78237c72224fc8facd0c247671c0e2deb66dc8dc46c446cfa7e8b83cce5ca99a52fec320ef59ae0ece47c54a48120de16e4393e269db9c74542c8165eeb96d2e
 DIST bleach-2.1.1.tar.gz 58491 BLAKE2B 
bd1efbfa30cee61b5d8bfd029ff107ddc997d38139bf5b25a70a6731193f6d02a81e1e49c9ffe3eef6cbda864464108cb1f65599c68c48f1033ced27fdb65c29
 SHA512 
dc8ef7b678966bfebddb2d27c78abf50e71f2d90c5807cf788a08b852a085a4d990368da5dfb5f61a49e0f2f1e7d9ac73c2b6967fdacb55663ae2c339016d4c2

diff --git a/dev-python/bleach/bleach-2.0.0.ebuild 
b/dev-python/bleach/bleach-2.0.0.ebuild
deleted file mode 100644
index 1d0c20cec34..000
--- a/dev-python/bleach/bleach-2.0.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
-
-inherit distutils-r1
-
-DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/mozilla/bleach 
https://pypi.python.org/pypi/bleach;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
-IUSE="test"
-
-RDEPEND="
-   >=dev-python/html5lib-0.[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )
-"
-
-python_test() {
-   py.test -v || die "tests failed under ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2017-12-20 Thread Sergei Trofimovich
commit: 8fdcb9244d6bcb9be5f6330359480dda59712b65
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Wed Dec 20 21:52:41 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Dec 20 21:52:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fdcb924

dev-python/bleach: keyworded 2.1.1 for sparc, bug #617914 (thanks to Rolf Eike 
Beer)

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 dev-python/bleach/bleach-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-2.1.1.ebuild 
b/dev-python/bleach/bleach-2.1.1.ebuild
index 10f2e92baad..da895ec16c8 100644
--- a/dev-python/bleach/bleach-2.1.1.ebuild
+++ b/dev-python/bleach/bleach-2.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2017-11-23 Thread Matt Turner
commit: 3e8732dccda73621d232d41a80c43d7d4f37a7b1
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Nov 23 22:29:23 2017 +
Commit: Matt Turner  gentoo  org>
CommitDate: Thu Nov 23 22:31:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8732dc

dev-python/bleach-2.1.1: added ~alpha, bug 617914

 dev-python/bleach/bleach-2.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-2.1.1.ebuild 
b/dev-python/bleach/bleach-2.1.1.ebuild
index 1d0c20cec34..10f2e92baad 100644
--- a/dev-python/bleach/bleach-2.1.1.ebuild
+++ b/dev-python/bleach/bleach-2.1.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2017-10-19 Thread Tim Harder
commit: c5f3ad0e77430acdf4ce0eaf19fe528ca2a57b75
Author: Tim Harder  gentoo  org>
AuthorDate: Thu Oct 19 07:42:23 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Thu Oct 19 08:19:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5f3ad0e

dev-python/bleach: version bump to 2.1.1

 dev-python/bleach/Manifest|  1 +
 dev-python/bleach/bleach-2.1.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/bleach/Manifest b/dev-python/bleach/Manifest
index 69adfa9e1d6..3c1dac01e46 100644
--- a/dev-python/bleach/Manifest
+++ b/dev-python/bleach/Manifest
@@ -1,2 +1,3 @@
 DIST bleach-1.5.0.tar.gz 36502 SHA256 
978e758599b54cd3caa2e160d74102879b230ea8dc93871d0783721eef58bc65 SHA512 
572a089691af61f096716d96517a96755fe674cc471bdbcff80615ae903eaeff72c47b918ee28a1db60ee5c0253c0c52ba02544f8535ae4f283a3a87a3061124
 WHIRLPOOL 
9003f026686cd4fbff6c12c16359114df7414ca7e9363ed16197137aea8da43aa8374ddd6f0f26258ac89d4edcb7a82b2a252cde031432e6770781116c2f8e4e
 DIST bleach-2.0.0.tar.gz 46083 SHA256 
b9522130003e4caedf4f00a39c120a906dcd4242329c1c8f621f5370203cbc30 SHA512 
78237c72224fc8facd0c247671c0e2deb66dc8dc46c446cfa7e8b83cce5ca99a52fec320ef59ae0ece47c54a48120de16e4393e269db9c74542c8165eeb96d2e
 WHIRLPOOL 
59636a228cbfedc7eca076a4f3e67d42d49c3d51134528c6e051573a5ef5d2921a488248dca26f6af5c88a1342d10e57fb8a543644f31b7bf3146823b42c4b79
+DIST bleach-2.1.1.tar.gz 58491 SHA256 
760a9368002180fb8a0f4ea48dc6275378e6f311c39d0236d7b904fca1f5ea0d SHA512 
dc8ef7b678966bfebddb2d27c78abf50e71f2d90c5807cf788a08b852a085a4d990368da5dfb5f61a49e0f2f1e7d9ac73c2b6967fdacb55663ae2c339016d4c2
 WHIRLPOOL 
3e0ba2a3646763312f227e40ec169eaf160ea419c04f4b7c12485baa95619cc9644b4d2e4262443ffeb026a15245857f373c42e1292aa2210c628827a9cb0a69

diff --git a/dev-python/bleach/bleach-2.1.1.ebuild 
b/dev-python/bleach/bleach-2.1.1.ebuild
new file mode 100644
index 000..1d0c20cec34
--- /dev/null
+++ b/dev-python/bleach/bleach-2.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+
+inherit distutils-r1
+
+DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
+HOMEPAGE="https://github.com/mozilla/bleach 
https://pypi.python.org/pypi/bleach;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
+IUSE="test"
+
+RDEPEND="
+   >=dev-python/html5lib-0.[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( >=dev-python/pytest-3.0.3[${PYTHON_USEDEP}] )
+"
+
+python_test() {
+   py.test -v || die "tests failed under ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2017-09-22 Thread Sergei Trofimovich
commit: 36e70f40cebc2079e941c9e8177c2443c199ed03
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Sep 22 19:35:11 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Sep 22 19:40:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e70f40

dev-python/bleach: keyworded 2.0.0 for ppc, bug #617914

Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 dev-python/bleach/bleach-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-2.0.0.ebuild 
b/dev-python/bleach/bleach-2.0.0.ebuild
index b3e9607e955..1d0c20cec34 100644
--- a/dev-python/bleach/bleach-2.0.0.ebuild
+++ b/dev-python/bleach/bleach-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2017-08-19 Thread Tim Harder
commit: ca6bdc7ca00997e2e5b59dce5ca1368b36ed0738
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 02:20:13 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 02:20:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6bdc7c

dev-python/bleach: update HOMEPAGE and upstream metadata

 dev-python/bleach/bleach-1.5.0.ebuild | 2 +-
 dev-python/bleach/bleach-2.0.0.ebuild | 2 +-
 dev-python/bleach/metadata.xml| 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/bleach/bleach-1.5.0.ebuild 
b/dev-python/bleach/bleach-1.5.0.ebuild
index 1f13aea3b25..d2ba5b19dee 100644
--- a/dev-python/bleach/bleach-1.5.0.ebuild
+++ b/dev-python/bleach/bleach-1.5.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 inherit distutils-r1
 
 DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/jsocol/bleach https://pypi.python.org/pypi/bleach;
+HOMEPAGE="https://github.com/mozilla/bleach 
https://pypi.python.org/pypi/bleach;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/bleach/bleach-2.0.0.ebuild 
b/dev-python/bleach/bleach-2.0.0.ebuild
index 12329ae1e0d..b3e9607e955 100644
--- a/dev-python/bleach/bleach-2.0.0.ebuild
+++ b/dev-python/bleach/bleach-2.0.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
 inherit distutils-r1
 
 DESCRIPTION="an easy whitelist-based HTML-sanitizing tool"
-HOMEPAGE="https://github.com/jsocol/bleach https://pypi.python.org/pypi/bleach;
+HOMEPAGE="https://github.com/mozilla/bleach 
https://pypi.python.org/pypi/bleach;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"

diff --git a/dev-python/bleach/metadata.xml b/dev-python/bleach/metadata.xml
index 3a155da98eb..31fa019aef4 100644
--- a/dev-python/bleach/metadata.xml
+++ b/dev-python/bleach/metadata.xml
@@ -7,6 +7,6 @@
   
   
 bleach
-jsocol/bleach
+mozilla/bleach
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2017-08-19 Thread Tim Harder
commit: 95940937dd1766db85da1055e98b7a6276f00b83
Author: Tim Harder  gentoo  org>
AuthorDate: Sun Aug 20 02:13:18 2017 +
Commit: Tim Harder  gentoo  org>
CommitDate: Sun Aug 20 02:17:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95940937

dev-python/bleach: rekeyword 2.0.0 for ~x86

 dev-python/bleach/bleach-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-2.0.0.ebuild 
b/dev-python/bleach/bleach-2.0.0.ebuild
index 59fe9bda44f..12329ae1e0d 100644
--- a/dev-python/bleach/bleach-2.0.0.ebuild
+++ b/dev-python/bleach/bleach-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64 ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2017-07-01 Thread Sergei Trofimovich
commit: 90b22f441569af0c559a3870413b5eed2d339275
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  1 11:18:18 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  1 11:18:56 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b22f44

dev-python/bleach: ia64 keyworded, bug #617914

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --include-arches="ia64"

 dev-python/bleach/bleach-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-2.0.0.ebuild 
b/dev-python/bleach/bleach-2.0.0.ebuild
index 605364e332a..59fe9bda44f 100644
--- a/dev-python/bleach/bleach-2.0.0.ebuild
+++ b/dev-python/bleach/bleach-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc64"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/bleach/

2017-05-26 Thread Mart Raudsepp
commit: 032fc3316920481b90d28f871f956dae5cd57d24
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri May 26 20:55:11 2017 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri May 26 20:56:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032fc331

dev-python/bleach: keyworded for ~mips

Gentoo-bug: 617914
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/bleach/bleach-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/bleach/bleach-2.0.0.ebuild 
b/dev-python/bleach/bleach-2.0.0.ebuild
index 887db736c84..605364e332a 100644
--- a/dev-python/bleach/bleach-2.0.0.ebuild
+++ b/dev-python/bleach/bleach-2.0.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64"
 IUSE="test"
 
 RDEPEND="



  1   2   >