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

2023-07-08 Thread Michał Górny
commit: 705a75c4d13eab007aef2b2d5e58ffc0d8452d07
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  8 05:54:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  8 06:05:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705a75c4

dev-python/charset_normalizer: Prepare for a rename

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

 dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
index 4f19d28aec9e..f69a0c6e7f47 100644
--- a/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
@@ -9,6 +9,7 @@ PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 
+MY_P=charset_normalizer-${PV}
 DESCRIPTION="The Real First Universal Charset Detector"
 HOMEPAGE="
https://pypi.org/project/charset-normalizer/
@@ -16,8 +17,9 @@ HOMEPAGE="
 "
 SRC_URI="
https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
+   -> ${MY_P}.gh.tar.gz
 "
+S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"



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

2023-05-24 Thread Sam James
commit: f20d994b2f7fc09c12fbb3b6b6fb7f7b241bf45a
Author: Sam James  gentoo  org>
AuthorDate: Wed May 24 07:25:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 24 07:47:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f20d994b

dev-python/charset_normalizer: enable py3.12

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
index 663a9253b2c6..4f19d28aec9e 100644
--- a/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
@@ -5,7 +5,7 @@
 EAPI=7
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 



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

2023-04-06 Thread Michał Górny
commit: ad8ee46c185e77b6489d34fc7ab2ff31397bc49a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Apr  6 13:22:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Apr  6 13:22:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8ee46c

dev-python/charset_normalizer: Remove old

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

 dev-python/charset_normalizer/Manifest |  1 -
 .../charset_normalizer-3.0.1.ebuild| 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index 0a661d5f3cd7..9c084a8a27a0 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,2 +1 @@
-DIST charset_normalizer-3.0.1.gh.tar.gz 89120 BLAKE2B 
ce46758a0e188c2c3370e8cadcf35430e62fc7abb158d4c6c86b4a93a75b30fbff10b584ebaaf9489c47bdcfe9ad3b04d0fe3e474b03b89700364b676caf4e0f
 SHA512 
9c78713b17e9e8d10b2ac8de26b8481dd039aab98eb990d0788f82c354afc8290040da1aa07faed6f90590fed098e793fdf2aa257825222e44571c1810f263ec
 DIST charset_normalizer-3.1.0.gh.tar.gz 90246 BLAKE2B 
2e96f7c9910091e81d05a6632f14b6ec9481f1f927551ac8d70c1b320c21b7b4be196118391ec4db3291f74819e9488c71d90dc9a489e51849d251fb97ec8f9d
 SHA512 
77657990605ef342934c140b7a9b38cf843d9739725deb3d755a0dd1e3a9b25d73986cf26cdb291ea0f32aee0c3f5dfb771cb22b8b19246eb909b78240ce

diff --git a/dev-python/charset_normalizer/charset_normalizer-3.0.1.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-3.0.1.ebuild
deleted file mode 100644
index 663a9253b2c6..
--- a/dev-python/charset_normalizer/charset_normalizer-3.0.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="The Real First Universal Charset Detector"
-HOMEPAGE="
-   https://pypi.org/project/charset-normalizer/
-   https://github.com/Ousret/charset_normalizer/
-"
-SRC_URI="
-   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -o addopts=
-}



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

2023-04-06 Thread Arthur Zamarin
commit: 49d20ac16c3710b441b32ce69242287c5907bcbb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Apr  6 08:06:19 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Apr  6 08:06:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d20ac1

dev-python/charset_normalizer: Stabilize 3.1.0 ALLARCHES, #903900

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
index bb2b41b0d193..663a9253b2c6 100644
--- a/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 



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

2023-03-06 Thread Michał Górny
commit: 9dcd65eabd53c98437672ed5393abc40632ab1a7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  6 13:16:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  6 14:04:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dcd65ea

dev-python/charset_normalizer: Bump to 3.1.0

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

 dev-python/charset_normalizer/Manifest |  1 +
 .../charset_normalizer-3.1.0.ebuild| 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index f9fb6b20746a..0a661d5f3cd7 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1 +1,2 @@
 DIST charset_normalizer-3.0.1.gh.tar.gz 89120 BLAKE2B 
ce46758a0e188c2c3370e8cadcf35430e62fc7abb158d4c6c86b4a93a75b30fbff10b584ebaaf9489c47bdcfe9ad3b04d0fe3e474b03b89700364b676caf4e0f
 SHA512 
9c78713b17e9e8d10b2ac8de26b8481dd039aab98eb990d0788f82c354afc8290040da1aa07faed6f90590fed098e793fdf2aa257825222e44571c1810f263ec
+DIST charset_normalizer-3.1.0.gh.tar.gz 90246 BLAKE2B 
2e96f7c9910091e81d05a6632f14b6ec9481f1f927551ac8d70c1b320c21b7b4be196118391ec4db3291f74819e9488c71d90dc9a489e51849d251fb97ec8f9d
 SHA512 
77657990605ef342934c140b7a9b38cf843d9739725deb3d755a0dd1e3a9b25d73986cf26cdb291ea0f32aee0c3f5dfb771cb22b8b19246eb909b78240ce

diff --git a/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
new file mode 100644
index ..bb2b41b0d193
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-3.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/Ousret/charset_normalizer/
+"
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -o addopts=
+}



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

2022-11-28 Thread Michał Górny
commit: d383edf4b88c3c45538287bbb8b404e1f2b33f81
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 29 07:24:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 29 07:24:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d383edf4

dev-python/charset_normalizer: Remove old

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

 dev-python/charset_normalizer/Manifest |  3 --
 .../charset_normalizer-2.1.0.ebuild| 36 --
 .../charset_normalizer-2.1.1-r1.ebuild | 36 --
 .../charset_normalizer-3.0.0.ebuild| 31 ---
 4 files changed, 106 deletions(-)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index b92436040f7b..f9fb6b20746a 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,4 +1 @@
-DIST charset_normalizer-2.1.0.gh.tar.gz 85498 BLAKE2B 
f18c491b7d2b32cfc3cd92b1dc074b89f562c11a1bdebb9d4ff7c230ac7c2394c6f7cb30caa8cde9d8da26f1ed527a01c28236099b793808274c1146f258546d
 SHA512 
a14e9e1d58eb23c9c568e7e74ab88361f522a76575b5ddc30df392f33584c821cf4943029395d2535c641d8fe441256803e6d2212e52c6f4b0544db64bd73b7c
-DIST charset_normalizer-2.1.1.gh.tar.gz 86023 BLAKE2B 
aefd9b5f78a5c75701b4239d443f0ca2f6ec755703c7b51ddecff5bf014c7e9203650a5f09ac791b76793c6ef999c31236dceb6721e81959c5df40d70c7cb20f
 SHA512 
77df5bdf9ca2f6b2594cc6a5ff54d1d50fd17c2175f96d6853ef6b3a48cdfc0d2852e1dcffc4814fa9bba30ebc3e26ce992c7139b6b21dfaf46fd9c9e8b0c95e
-DIST charset_normalizer-3.0.0.gh.tar.gz 88411 BLAKE2B 
f57f24e79da20a60570d5350bb848d77b2cf5980da00813f706b09ff691235473d955740d0575355da2d9c6e58ea69a441000c1429033cdb8478506f0580c26b
 SHA512 
240589047b177b38b1f59723699cb8336ca43cabff8269e877f9c62430a3c3a8875cdfcf66a10801a33136279c5e0c150b873ff2b5f596b5dbb2049122e18fc2
 DIST charset_normalizer-3.0.1.gh.tar.gz 89120 BLAKE2B 
ce46758a0e188c2c3370e8cadcf35430e62fc7abb158d4c6c86b4a93a75b30fbff10b584ebaaf9489c47bdcfe9ad3b04d0fe3e474b03b89700364b676caf4e0f
 SHA512 
9c78713b17e9e8d10b2ac8de26b8481dd039aab98eb990d0788f82c354afc8290040da1aa07faed6f90590fed098e793fdf2aa257825222e44571c1810f263ec

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.1.0.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.1.0.ebuild
deleted file mode 100644
index 07597e4710c7..
--- a/dev-python/charset_normalizer/charset_normalizer-2.1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="The Real First Universal Charset Detector"
-HOMEPAGE="
-   https://pypi.org/project/charset-normalizer/
-   https://github.com/Ousret/charset_normalizer/
-"
-SRC_URI="
-   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest
-}

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.1.1-r1.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.1.1-r1.ebuild
deleted file mode 100644
index 07597e4710c7..
--- a/dev-python/charset_normalizer/charset_normalizer-2.1.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="The Real First Universal Charset Detector"
-HOMEPAGE="
-   https://pypi.org/project/charset-normalizer/
-   https://github.com/Ousret/charset_normalizer/
-"
-SRC_URI="
-   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest
-}

diff --git a/dev-python/charset_normalizer/charset_normalizer-3.0.0.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-3.0.0.ebuild
deleted file mode 100644
index d23e9f44b22f..
--- a/dev-python/charset_normalizer/charset_normalizer-3.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 

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

2022-11-28 Thread Arthur Zamarin
commit: 482f168f8355f7c3b49f93830fc7f1df39bc2143
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Nov 29 07:23:55 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Nov 29 07:23:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=482f168f

dev-python/charset_normalizer: Stabilize 3.0.1 ALLARCHES, #883477

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-3.0.1.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-3.0.1.ebuild
index d23e9f44b22f..b74c7d22b2a4 100644
--- a/dev-python/charset_normalizer/charset_normalizer-3.0.1.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-3.0.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 



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

2022-11-19 Thread Michał Górny
commit: d2a2810456ff7fd0c0683af3dec5c375ac14cd6f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 19 07:16:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 19 09:42:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2a28104

dev-python/charset_normalizer: Bump to 3.0.1

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

 dev-python/charset_normalizer/Manifest |  1 +
 .../charset_normalizer-3.0.1.ebuild| 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index f4df63e290dd..b92436040f7b 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,3 +1,4 @@
 DIST charset_normalizer-2.1.0.gh.tar.gz 85498 BLAKE2B 
f18c491b7d2b32cfc3cd92b1dc074b89f562c11a1bdebb9d4ff7c230ac7c2394c6f7cb30caa8cde9d8da26f1ed527a01c28236099b793808274c1146f258546d
 SHA512 
a14e9e1d58eb23c9c568e7e74ab88361f522a76575b5ddc30df392f33584c821cf4943029395d2535c641d8fe441256803e6d2212e52c6f4b0544db64bd73b7c
 DIST charset_normalizer-2.1.1.gh.tar.gz 86023 BLAKE2B 
aefd9b5f78a5c75701b4239d443f0ca2f6ec755703c7b51ddecff5bf014c7e9203650a5f09ac791b76793c6ef999c31236dceb6721e81959c5df40d70c7cb20f
 SHA512 
77df5bdf9ca2f6b2594cc6a5ff54d1d50fd17c2175f96d6853ef6b3a48cdfc0d2852e1dcffc4814fa9bba30ebc3e26ce992c7139b6b21dfaf46fd9c9e8b0c95e
 DIST charset_normalizer-3.0.0.gh.tar.gz 88411 BLAKE2B 
f57f24e79da20a60570d5350bb848d77b2cf5980da00813f706b09ff691235473d955740d0575355da2d9c6e58ea69a441000c1429033cdb8478506f0580c26b
 SHA512 
240589047b177b38b1f59723699cb8336ca43cabff8269e877f9c62430a3c3a8875cdfcf66a10801a33136279c5e0c150b873ff2b5f596b5dbb2049122e18fc2
+DIST charset_normalizer-3.0.1.gh.tar.gz 89120 BLAKE2B 
ce46758a0e188c2c3370e8cadcf35430e62fc7abb158d4c6c86b4a93a75b30fbff10b584ebaaf9489c47bdcfe9ad3b04d0fe3e474b03b89700364b676caf4e0f
 SHA512 
9c78713b17e9e8d10b2ac8de26b8481dd039aab98eb990d0788f82c354afc8290040da1aa07faed6f90590fed098e793fdf2aa257825222e44571c1810f263ec

diff --git a/dev-python/charset_normalizer/charset_normalizer-3.0.1.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-3.0.1.ebuild
new file mode 100644
index ..d23e9f44b22f
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-3.0.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/Ousret/charset_normalizer/
+"
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -o addopts=
+}



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

2022-10-20 Thread Michał Górny
commit: 128680baae04e86f2b818c978fa20cdd2b343fc6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct 21 04:32:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct 21 05:14:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=128680ba

dev-python/charset_normalizer: Bump to 3.0.0

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

 dev-python/charset_normalizer/Manifest |  1 +
 .../charset_normalizer-3.0.0.ebuild| 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index 1fca50314b2d..f4df63e290dd 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,2 +1,3 @@
 DIST charset_normalizer-2.1.0.gh.tar.gz 85498 BLAKE2B 
f18c491b7d2b32cfc3cd92b1dc074b89f562c11a1bdebb9d4ff7c230ac7c2394c6f7cb30caa8cde9d8da26f1ed527a01c28236099b793808274c1146f258546d
 SHA512 
a14e9e1d58eb23c9c568e7e74ab88361f522a76575b5ddc30df392f33584c821cf4943029395d2535c641d8fe441256803e6d2212e52c6f4b0544db64bd73b7c
 DIST charset_normalizer-2.1.1.gh.tar.gz 86023 BLAKE2B 
aefd9b5f78a5c75701b4239d443f0ca2f6ec755703c7b51ddecff5bf014c7e9203650a5f09ac791b76793c6ef999c31236dceb6721e81959c5df40d70c7cb20f
 SHA512 
77df5bdf9ca2f6b2594cc6a5ff54d1d50fd17c2175f96d6853ef6b3a48cdfc0d2852e1dcffc4814fa9bba30ebc3e26ce992c7139b6b21dfaf46fd9c9e8b0c95e
+DIST charset_normalizer-3.0.0.gh.tar.gz 88411 BLAKE2B 
f57f24e79da20a60570d5350bb848d77b2cf5980da00813f706b09ff691235473d955740d0575355da2d9c6e58ea69a441000c1429033cdb8478506f0580c26b
 SHA512 
240589047b177b38b1f59723699cb8336ca43cabff8269e877f9c62430a3c3a8875cdfcf66a10801a33136279c5e0c150b873ff2b5f596b5dbb2049122e18fc2

diff --git a/dev-python/charset_normalizer/charset_normalizer-3.0.0.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-3.0.0.ebuild
new file mode 100644
index ..d23e9f44b22f
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-3.0.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/Ousret/charset_normalizer/
+"
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -o addopts=
+}



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

2022-09-28 Thread Michał Górny
commit: 57b274532b1819b04b096a8a77fb3933fea0f1a9
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 28 08:03:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 28 08:03:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b27453

dev-python/charset_normalizer: Remanifest

Upstream has re-tagged the release with fixed version number.
Remanifest and revbump to force rebuilding against the new tarball.

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

 dev-python/charset_normalizer/Manifest  | 2 +-
 ...arset_normalizer-2.1.1.ebuild => charset_normalizer-2.1.1-r1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index 07cdb9658dbb..1fca50314b2d 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,2 +1,2 @@
 DIST charset_normalizer-2.1.0.gh.tar.gz 85498 BLAKE2B 
f18c491b7d2b32cfc3cd92b1dc074b89f562c11a1bdebb9d4ff7c230ac7c2394c6f7cb30caa8cde9d8da26f1ed527a01c28236099b793808274c1146f258546d
 SHA512 
a14e9e1d58eb23c9c568e7e74ab88361f522a76575b5ddc30df392f33584c821cf4943029395d2535c641d8fe441256803e6d2212e52c6f4b0544db64bd73b7c
-DIST charset_normalizer-2.1.1.gh.tar.gz 86024 BLAKE2B 
d0da455ea32ccfada7da3a91e1163e0b52e398971384caed969b027ce430af6a3b2b32305d3137047af584f2ecd28c5471d6df3dacd2830f98e5e028149fae64
 SHA512 
688477fd251ea604fcafd08589c11de2cbe57c26bba7f88d7289db2604a091ca481ca9bf6117b17fa13d787d9aacba8304a82e0988548ad0a47612e2437db6db
+DIST charset_normalizer-2.1.1.gh.tar.gz 86023 BLAKE2B 
aefd9b5f78a5c75701b4239d443f0ca2f6ec755703c7b51ddecff5bf014c7e9203650a5f09ac791b76793c6ef999c31236dceb6721e81959c5df40d70c7cb20f
 SHA512 
77df5bdf9ca2f6b2594cc6a5ff54d1d50fd17c2175f96d6853ef6b3a48cdfc0d2852e1dcffc4814fa9bba30ebc3e26ce992c7139b6b21dfaf46fd9c9e8b0c95e

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.1.1.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.1.1-r1.ebuild
similarity index 100%
rename from dev-python/charset_normalizer/charset_normalizer-2.1.1.ebuild
rename to dev-python/charset_normalizer/charset_normalizer-2.1.1-r1.ebuild



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

2022-09-19 Thread Arthur Zamarin
commit: b37dc07b40321c93fdc8b3ec46adf8d916ce5b07
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 19 19:23:49 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 19 19:23:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37dc07b

dev-python/charset_normalizer: Stabilize 2.1.1 ALLARCHES, #871906

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.1.1.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.1.1.ebuild
index 0ecf8bd8c9ef..07597e4710c7 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.1.1.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.1.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 



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

2022-08-20 Thread Arthur Zamarin
commit: 2e3a9122c1c2374154c2e0ce6a6a0f22092f7223
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 20 09:56:05 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 20 11:22:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e3a9122

dev-python/charset_normalizer: add 2.1.1

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

 dev-python/charset_normalizer/Manifest |  1 +
 .../charset_normalizer-2.1.1.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index 57dbb77e7c2c..07cdb9658dbb 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1 +1,2 @@
 DIST charset_normalizer-2.1.0.gh.tar.gz 85498 BLAKE2B 
f18c491b7d2b32cfc3cd92b1dc074b89f562c11a1bdebb9d4ff7c230ac7c2394c6f7cb30caa8cde9d8da26f1ed527a01c28236099b793808274c1146f258546d
 SHA512 
a14e9e1d58eb23c9c568e7e74ab88361f522a76575b5ddc30df392f33584c821cf4943029395d2535c641d8fe441256803e6d2212e52c6f4b0544db64bd73b7c
+DIST charset_normalizer-2.1.1.gh.tar.gz 86024 BLAKE2B 
d0da455ea32ccfada7da3a91e1163e0b52e398971384caed969b027ce430af6a3b2b32305d3137047af584f2ecd28c5471d6df3dacd2830f98e5e028149fae64
 SHA512 
688477fd251ea604fcafd08589c11de2cbe57c26bba7f88d7289db2604a091ca481ca9bf6117b17fa13d787d9aacba8304a82e0988548ad0a47612e2437db6db

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.1.1.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.1.1.ebuild
new file mode 100644
index ..0ecf8bd8c9ef
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.1.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/Ousret/charset_normalizer/
+"
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



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

2022-07-24 Thread Michał Górny
commit: 341ab1c5e5cac0d75107e5a39d1e7673bef74896
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 24 20:26:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 24 20:26:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=341ab1c5

dev-python/charset_normalizer: Remove old

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

 dev-python/charset_normalizer/Manifest |  1 -
 .../charset_normalizer-2.0.12.ebuild   | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index ff953f219149..57dbb77e7c2c 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,2 +1 @@
-DIST charset_normalizer-2.0.12.gh.tar.gz 83293 BLAKE2B 
f1e993fff311cd3a1081a68d545703f545d68712c18f3821368c144b6166a8790482711171254f2741117ecbc9e18ad0bd5c19165d5fa6aed24ba021ce08535d
 SHA512 
c42c64a9e15b322da0dfb6afa19947683a31106fdd620c15c0d948593e95e21d0d9c4a94ace32d67a9cc0cd95aea8f40b8fd09807b214f4ae2e79164627da05d
 DIST charset_normalizer-2.1.0.gh.tar.gz 85498 BLAKE2B 
f18c491b7d2b32cfc3cd92b1dc074b89f562c11a1bdebb9d4ff7c230ac7c2394c6f7cb30caa8cde9d8da26f1ed527a01c28236099b793808274c1146f258546d
 SHA512 
a14e9e1d58eb23c9c568e7e74ab88361f522a76575b5ddc30df392f33584c821cf4943029395d2535c641d8fe441256803e6d2212e52c6f4b0544db64bd73b7c

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild
deleted file mode 100644
index 7322fed2d3c1..
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="The Real First Universal Charset Detector"
-HOMEPAGE="
-   https://pypi.org/project/charset-normalizer/
-   https://github.com/Ousret/charset_normalizer/
-"
-SRC_URI="
-   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   # pytest-httpx interferes with logging tests
-   epytest -p no:httpx
-}



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

2022-07-24 Thread Sam James
commit: 2e613c3a22b0d287cdb7f17ddab4df78357b6918
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 24 19:11:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 24 19:11:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e613c3a

dev-python/charset_normalizer: Stabilize 2.1.0 ALLARCHES, #860570

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.1.0.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.1.0.ebuild
index 0ecf8bd8c9ef..07597e4710c7 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.1.0.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 



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

2022-06-20 Thread Michał Górny
commit: bb52af6a3dcaaeaacd83daa0e796b06ca0e689e0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 20 05:35:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 20 06:22:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb52af6a

dev-python/charset_normalizer: Bump to 2.1.0

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

 dev-python/charset_normalizer/Manifest |  1 +
 .../charset_normalizer-2.1.0.ebuild| 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index 0fc3e9d88b57..ff953f219149 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1 +1,2 @@
 DIST charset_normalizer-2.0.12.gh.tar.gz 83293 BLAKE2B 
f1e993fff311cd3a1081a68d545703f545d68712c18f3821368c144b6166a8790482711171254f2741117ecbc9e18ad0bd5c19165d5fa6aed24ba021ce08535d
 SHA512 
c42c64a9e15b322da0dfb6afa19947683a31106fdd620c15c0d948593e95e21d0d9c4a94ace32d67a9cc0cd95aea8f40b8fd09807b214f4ae2e79164627da05d
+DIST charset_normalizer-2.1.0.gh.tar.gz 85498 BLAKE2B 
f18c491b7d2b32cfc3cd92b1dc074b89f562c11a1bdebb9d4ff7c230ac7c2394c6f7cb30caa8cde9d8da26f1ed527a01c28236099b793808274c1146f258546d
 SHA512 
a14e9e1d58eb23c9c568e7e74ab88361f522a76575b5ddc30df392f33584c821cf4943029395d2535c641d8fe441256803e6d2212e52c6f4b0544db64bd73b7c

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.1.0.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.1.0.ebuild
new file mode 100644
index ..0ecf8bd8c9ef
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.1.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/Ousret/charset_normalizer/
+"
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



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

2022-05-11 Thread Michał Górny
commit: f190dd42ec9e17038d507fe08485ea2eab3fd307
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 11 08:42:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 11 08:42:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f190dd42

dev-python/charset_normalizer: Enable py3.11

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

 dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild
index a7232a14a2cb..7322fed2d3c1 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild
@@ -5,17 +5,19 @@
 EAPI=7
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 
 DESCRIPTION="The Real First Universal Charset Detector"
 HOMEPAGE="
https://pypi.org/project/charset-normalizer/
-   https://github.com/Ousret/charset_normalizer/;
+   https://github.com/Ousret/charset_normalizer/
+"
 SRC_URI="
https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
+   -> ${P}.gh.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"



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

2022-03-15 Thread Michał Górny
commit: 2590c679046ec0a12c3064fdecaea72490226173
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 15 11:17:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 15 11:17:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2590c679

dev-python/charset_normalizer: Remove old

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

 dev-python/charset_normalizer/Manifest |  1 -
 .../charset_normalizer-2.0.11.ebuild   | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index 2c7e6a91b631..0fc3e9d88b57 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,2 +1 @@
-DIST charset_normalizer-2.0.11.gh.tar.gz 83221 BLAKE2B 
3342c56b9e66c64e80ec8a29d9b416e8d11c0c57800f40dcbdb9105ae11c1e838682e178d46b2b604b29afa61aabf0b9c3f9db3063998542f03f1c379a64b7f8
 SHA512 
1026302a412263ce0fc1b2f3c1a32f27b060cdcabe49f4567a5641e4f58a5375813d5d668e96b37af1a982b2d2c6e437ae229706704196a211ba14dfdc7c9ea0
 DIST charset_normalizer-2.0.12.gh.tar.gz 83293 BLAKE2B 
f1e993fff311cd3a1081a68d545703f545d68712c18f3821368c144b6166a8790482711171254f2741117ecbc9e18ad0bd5c19165d5fa6aed24ba021ce08535d
 SHA512 
c42c64a9e15b322da0dfb6afa19947683a31106fdd620c15c0d948593e95e21d0d9c4a94ace32d67a9cc0cd95aea8f40b8fd09807b214f4ae2e79164627da05d

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.11.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.11.ebuild
deleted file mode 100644
index 01fa7d9f55c1..
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.11.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="The Real First Universal Charset Detector"
-HOMEPAGE="
-   https://pypi.org/project/charset-normalizer/
-   https://github.com/Ousret/charset_normalizer/;
-SRC_URI="
-   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   # pytest-httpx interferes with logging tests
-   epytest -p no:httpx
-}



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

2022-03-15 Thread Jakov Smolić
commit: dc86647cfb836c57efd14c5487d4d6fe8870dd0e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Mar 15 11:08:16 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Mar 15 11:08:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc86647c

dev-python/charset_normalizer: Stabilize 2.0.12 ALLARCHES, #835187

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild
index 05d4eba9e077..c91d0df301e5 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 distutils_enable_tests pytest
 



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

2022-02-13 Thread Michał Górny
commit: 3e6d09d8fc5c0be5ea57d8d3999d3efbe8989b4c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 13 09:31:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 13 09:33:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6d09d8

dev-python/charset_normalizer: Remove old

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

 dev-python/charset_normalizer/Manifest |  2 --
 .../charset_normalizer-2.0.10.ebuild   | 27 --
 .../charset_normalizer-2.0.9.ebuild| 27 --
 3 files changed, 56 deletions(-)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index 5b2a038dcfe2..2c7e6a91b631 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,4 +1,2 @@
-DIST charset_normalizer-2.0.10.gh.tar.gz 82368 BLAKE2B 
935af7625c138f8751de60c4179ee6b0195e99366c7bbecd8e9dfdf09ea557e2eb7cb86830321f91b3b7aa3fc1b3cc376266a4c22d23aabc6dfa6b9db57beb45
 SHA512 
87c8cbadef8c57121f0f6e2ea9558a9d2124dc444789dd984beadae020349a4e48a484e8937399f0e99f8c87edc621d55d26a9f22fa738e468e70ed17564d7ae
 DIST charset_normalizer-2.0.11.gh.tar.gz 83221 BLAKE2B 
3342c56b9e66c64e80ec8a29d9b416e8d11c0c57800f40dcbdb9105ae11c1e838682e178d46b2b604b29afa61aabf0b9c3f9db3063998542f03f1c379a64b7f8
 SHA512 
1026302a412263ce0fc1b2f3c1a32f27b060cdcabe49f4567a5641e4f58a5375813d5d668e96b37af1a982b2d2c6e437ae229706704196a211ba14dfdc7c9ea0
 DIST charset_normalizer-2.0.12.gh.tar.gz 83293 BLAKE2B 
f1e993fff311cd3a1081a68d545703f545d68712c18f3821368c144b6166a8790482711171254f2741117ecbc9e18ad0bd5c19165d5fa6aed24ba021ce08535d
 SHA512 
c42c64a9e15b322da0dfb6afa19947683a31106fdd620c15c0d948593e95e21d0d9c4a94ace32d67a9cc0cd95aea8f40b8fd09807b214f4ae2e79164627da05d
-DIST charset_normalizer-2.0.9.gh.tar.gz 79757 BLAKE2B 
9e4b3f65689791739f6b7509bcf9cce8f0a9c536251452b1130aa4476fa218c11087db719d8273087884a9e96b9daf32599d1386e95bda42ca31600b0b37299e
 SHA512 
0957752c1083897193fbdfbeec453a2b279b0834c0074f9f1ae08faac51d3e281eeb0a6d8fb217885101fd04761296555364a9f957e89bf8103fdc569d249056

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.10.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.10.ebuild
deleted file mode 100644
index 34243bc62c2c..
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.10.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="The Real First Universal Charset Detector"
-HOMEPAGE="
-   https://pypi.org/project/charset-normalizer/
-   https://github.com/ousret/charset_normalizer/;
-SRC_URI="
-   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.9.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.9.ebuild
deleted file mode 100644
index a6ca3f8c830c..
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.9.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="The Real First Universal Charset Detector"
-HOMEPAGE="
-   https://pypi.org/project/charset-normalizer/
-   https://github.com/ousret/charset_normalizer/;
-SRC_URI="
-   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_src_prepare
-}



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

2022-02-12 Thread Agostino Sarubbo
commit: 6f1b0c602f689682590534825d2c97f04f406c42
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Feb 13 07:57:01 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Feb 13 07:58:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f1b0c60

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

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.11.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.11.ebuild
index 806db0528062..01fa7d9f55c1 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.11.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.11.ebuild
@@ -18,7 +18,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 distutils_enable_tests pytest
 



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

2022-02-12 Thread Michał Górny
commit: a2fa5baa14b892d06ce95ad09b849f6eb6d07ea8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 12 19:20:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 12 20:24:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2fa5baa

dev-python/charset_normalizer: Bump to 2.0.12

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

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

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index 53fbe23ae995..5b2a038dcfe2 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,3 +1,4 @@
 DIST charset_normalizer-2.0.10.gh.tar.gz 82368 BLAKE2B 
935af7625c138f8751de60c4179ee6b0195e99366c7bbecd8e9dfdf09ea557e2eb7cb86830321f91b3b7aa3fc1b3cc376266a4c22d23aabc6dfa6b9db57beb45
 SHA512 
87c8cbadef8c57121f0f6e2ea9558a9d2124dc444789dd984beadae020349a4e48a484e8937399f0e99f8c87edc621d55d26a9f22fa738e468e70ed17564d7ae
 DIST charset_normalizer-2.0.11.gh.tar.gz 83221 BLAKE2B 
3342c56b9e66c64e80ec8a29d9b416e8d11c0c57800f40dcbdb9105ae11c1e838682e178d46b2b604b29afa61aabf0b9c3f9db3063998542f03f1c379a64b7f8
 SHA512 
1026302a412263ce0fc1b2f3c1a32f27b060cdcabe49f4567a5641e4f58a5375813d5d668e96b37af1a982b2d2c6e437ae229706704196a211ba14dfdc7c9ea0
+DIST charset_normalizer-2.0.12.gh.tar.gz 83293 BLAKE2B 
f1e993fff311cd3a1081a68d545703f545d68712c18f3821368c144b6166a8790482711171254f2741117ecbc9e18ad0bd5c19165d5fa6aed24ba021ce08535d
 SHA512 
c42c64a9e15b322da0dfb6afa19947683a31106fdd620c15c0d948593e95e21d0d9c4a94ace32d67a9cc0cd95aea8f40b8fd09807b214f4ae2e79164627da05d
 DIST charset_normalizer-2.0.9.gh.tar.gz 79757 BLAKE2B 
9e4b3f65689791739f6b7509bcf9cce8f0a9c536251452b1130aa4476fa218c11087db719d8273087884a9e96b9daf32599d1386e95bda42ca31600b0b37299e
 SHA512 
0957752c1083897193fbdfbeec453a2b279b0834c0074f9f1ae08faac51d3e281eeb0a6d8fb217885101fd04761296555364a9f957e89bf8103fdc569d249056

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild
new file mode 100644
index ..05d4eba9e077
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/Ousret/charset_normalizer/;
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # pytest-httpx interferes with logging tests
+   epytest -p no:httpx
+}



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

2022-01-31 Thread Michał Górny
commit: 638f4790610bf159008735057088599731afc9c2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jan 31 10:40:01 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jan 31 10:43:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638f4790

dev-python/charset_normalizer: Bump to 2.0.11

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

 dev-python/charset_normalizer/Manifest |  1 +
 .../charset_normalizer-2.0.11.ebuild   | 33 ++
 dev-python/charset_normalizer/metadata.xml |  2 +-
 3 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index 0914f183bf25..53fbe23ae995 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,2 +1,3 @@
 DIST charset_normalizer-2.0.10.gh.tar.gz 82368 BLAKE2B 
935af7625c138f8751de60c4179ee6b0195e99366c7bbecd8e9dfdf09ea557e2eb7cb86830321f91b3b7aa3fc1b3cc376266a4c22d23aabc6dfa6b9db57beb45
 SHA512 
87c8cbadef8c57121f0f6e2ea9558a9d2124dc444789dd984beadae020349a4e48a484e8937399f0e99f8c87edc621d55d26a9f22fa738e468e70ed17564d7ae
+DIST charset_normalizer-2.0.11.gh.tar.gz 83221 BLAKE2B 
3342c56b9e66c64e80ec8a29d9b416e8d11c0c57800f40dcbdb9105ae11c1e838682e178d46b2b604b29afa61aabf0b9c3f9db3063998542f03f1c379a64b7f8
 SHA512 
1026302a412263ce0fc1b2f3c1a32f27b060cdcabe49f4567a5641e4f58a5375813d5d668e96b37af1a982b2d2c6e437ae229706704196a211ba14dfdc7c9ea0
 DIST charset_normalizer-2.0.9.gh.tar.gz 79757 BLAKE2B 
9e4b3f65689791739f6b7509bcf9cce8f0a9c536251452b1130aa4476fa218c11087db719d8273087884a9e96b9daf32599d1386e95bda42ca31600b0b37299e
 SHA512 
0957752c1083897193fbdfbeec453a2b279b0834c0074f9f1ae08faac51d3e281eeb0a6d8fb217885101fd04761296555364a9f957e89bf8103fdc569d249056

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.11.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.11.ebuild
new file mode 100644
index ..806db0528062
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.11.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/Ousret/charset_normalizer/;
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # pytest-httpx interferes with logging tests
+   epytest -p no:httpx
+}

diff --git a/dev-python/charset_normalizer/metadata.xml 
b/dev-python/charset_normalizer/metadata.xml
index 3513dc8b2c8a..a2eef9f00815 100644
--- a/dev-python/charset_normalizer/metadata.xml
+++ b/dev-python/charset_normalizer/metadata.xml
@@ -6,7 +6,7 @@



-   ousret/charset_normalizer
+   Ousret/charset_normalizer
charset-normalizer

 



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

2022-01-04 Thread Arthur Zamarin
commit: 2e1c63ff0805dfb4dfd08e6031d9c06acc7caf12
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jan  4 20:51:07 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jan  4 21:29:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1c63ff

dev-python/charset_normalizer: add 2.0.10

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

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

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index a42349f5965f..0914f183bf25 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1 +1,2 @@
+DIST charset_normalizer-2.0.10.gh.tar.gz 82368 BLAKE2B 
935af7625c138f8751de60c4179ee6b0195e99366c7bbecd8e9dfdf09ea557e2eb7cb86830321f91b3b7aa3fc1b3cc376266a4c22d23aabc6dfa6b9db57beb45
 SHA512 
87c8cbadef8c57121f0f6e2ea9558a9d2124dc444789dd984beadae020349a4e48a484e8937399f0e99f8c87edc621d55d26a9f22fa738e468e70ed17564d7ae
 DIST charset_normalizer-2.0.9.gh.tar.gz 79757 BLAKE2B 
9e4b3f65689791739f6b7509bcf9cce8f0a9c536251452b1130aa4476fa218c11087db719d8273087884a9e96b9daf32599d1386e95bda42ca31600b0b37299e
 SHA512 
0957752c1083897193fbdfbeec453a2b279b0834c0074f9f1ae08faac51d3e281eeb0a6d8fb217885101fd04761296555364a9f957e89bf8103fdc569d249056

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.10.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.10.ebuild
new file mode 100644
index ..34243bc62c2c
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.10.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/ousret/charset_normalizer/;
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-12-25 Thread Michał Górny
commit: 8ebdab7028fa11822c57ddae3c01a3c71068d743
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 25 18:42:13 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 25 18:42:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ebdab70

dev-python/charset_normalizer: Remove old

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

 dev-python/charset_normalizer/Manifest |  2 --
 .../charset_normalizer-2.0.7.ebuild| 27 --
 .../charset_normalizer-2.0.8.ebuild| 27 --
 3 files changed, 56 deletions(-)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index 89e518a5fb1e..a42349f5965f 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,3 +1 @@
-DIST charset_normalizer-2.0.7.gh.tar.gz 369094 BLAKE2B 
c04be56df2eb936fbad26c083d5057a2614c9ec4eca694e9c49c8e6eb63e803f82f97863b857d842204962949894b2e5971dda285c279d00ae61f7e2a5d8b5bc
 SHA512 
a5fbcb03348239254b4e4ce9eefbe676f41aed0248af9f2e3224f8d3a4265af97f044eb1dda5aeb20db2b901d3b656d68bb50d507453cfe0eec6031ac87b86d3
-DIST charset_normalizer-2.0.8.gh.tar.gz 79484 BLAKE2B 
8c059637c1ff58f0c84a741c5d08b45d40ed073f75a278198eb7fcefefbb44b3820d39fe05214c44f146e482a595b7ce5b1bacdfd275d78345eccd074be3f7da
 SHA512 
ae5dba6955cd7ef36ec3c45a7d440dc98b906b808b48746291f313d4c98c0fbca4a4481ccf169b4661ce9500e9e06071747280f1191cd629b9b752954549af20
 DIST charset_normalizer-2.0.9.gh.tar.gz 79757 BLAKE2B 
9e4b3f65689791739f6b7509bcf9cce8f0a9c536251452b1130aa4476fa218c11087db719d8273087884a9e96b9daf32599d1386e95bda42ca31600b0b37299e
 SHA512 
0957752c1083897193fbdfbeec453a2b279b0834c0074f9f1ae08faac51d3e281eeb0a6d8fb217885101fd04761296555364a9f957e89bf8103fdc569d249056

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.7.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.7.ebuild
deleted file mode 100644
index a6ca3f8c830c..
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.7.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="The Real First Universal Charset Detector"
-HOMEPAGE="
-   https://pypi.org/project/charset-normalizer/
-   https://github.com/ousret/charset_normalizer/;
-SRC_URI="
-   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.8.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.8.ebuild
deleted file mode 100644
index 2d1d5714905c..
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="The Real First Universal Charset Detector"
-HOMEPAGE="
-   https://pypi.org/project/charset-normalizer/
-   https://github.com/ousret/charset_normalizer/;
-SRC_URI="
-   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_src_prepare
-}



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

2021-12-25 Thread Arthur Zamarin
commit: 100907b7f69fa74d8a42117512e6ff8e6c694cfc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 25 17:58:13 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 25 17:58:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=100907b7

dev-python/charset_normalizer: Stabilize 2.0.9 ALLARCHES, #829985

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.9.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.9.ebuild
index 2d1d5714905c..a6ca3f8c830c 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.9.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.9.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-12-10 Thread Arthur Zamarin
commit: 14056170e01b8c16552173b2513d6429474dc91f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 10 15:51:31 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 10 17:11:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14056170

dev-python/charset_normalizer: drop 2.0.6

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

 dev-python/charset_normalizer/Manifest |  1 -
 .../charset_normalizer-2.0.6.ebuild| 27 --
 2 files changed, 28 deletions(-)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index 590af5c436a9..89e518a5fb1e 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,4 +1,3 @@
-DIST charset_normalizer-2.0.6.gh.tar.gz 368270 BLAKE2B 
c80304b0e0f949d933fe210184d3892b7cbf52aeaf266834c4c358ee40abe14f660e2ad465aeecb76aebc8d3a12fe897b9cd7bd8ffa9e92fe0cbad07fe1526b2
 SHA512 
04ea17fb1d61b88b4036f33a4b03df824e246e57590a5b64ded8e44298bb1d07ebf276ed6a2dc189580d7563e267ccadb3280728f1e5ac5f29cedd5b84bd6dc7
 DIST charset_normalizer-2.0.7.gh.tar.gz 369094 BLAKE2B 
c04be56df2eb936fbad26c083d5057a2614c9ec4eca694e9c49c8e6eb63e803f82f97863b857d842204962949894b2e5971dda285c279d00ae61f7e2a5d8b5bc
 SHA512 
a5fbcb03348239254b4e4ce9eefbe676f41aed0248af9f2e3224f8d3a4265af97f044eb1dda5aeb20db2b901d3b656d68bb50d507453cfe0eec6031ac87b86d3
 DIST charset_normalizer-2.0.8.gh.tar.gz 79484 BLAKE2B 
8c059637c1ff58f0c84a741c5d08b45d40ed073f75a278198eb7fcefefbb44b3820d39fe05214c44f146e482a595b7ce5b1bacdfd275d78345eccd074be3f7da
 SHA512 
ae5dba6955cd7ef36ec3c45a7d440dc98b906b808b48746291f313d4c98c0fbca4a4481ccf169b4661ce9500e9e06071747280f1191cd629b9b752954549af20
 DIST charset_normalizer-2.0.9.gh.tar.gz 79757 BLAKE2B 
9e4b3f65689791739f6b7509bcf9cce8f0a9c536251452b1130aa4476fa218c11087db719d8273087884a9e96b9daf32599d1386e95bda42ca31600b0b37299e
 SHA512 
0957752c1083897193fbdfbeec453a2b279b0834c0074f9f1ae08faac51d3e281eeb0a6d8fb217885101fd04761296555364a9f957e89bf8103fdc569d249056

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
deleted file mode 100644
index 974e35efe872..
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="The Real First Universal Charset Detector"
-HOMEPAGE="
-   https://pypi.org/project/charset-normalizer/
-   https://github.com/ousret/charset_normalizer/;
-SRC_URI="
-   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_src_prepare
-}



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

2021-12-10 Thread Arthur Zamarin
commit: 5754622dfb8dfa62c505ea990b0620b4b6d326d5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 10 11:26:38 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 10 11:27:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5754622d

dev-python/charset_normalizer: Stabilize 2.0.7 ALLARCHES, #828758

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.7.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.7.ebuild
index 2d1d5714905c..a6ca3f8c830c 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.7.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-12-03 Thread Michał Górny
commit: b9161d48c3ff174bea3a9c5bbc44edfa4e2f7d31
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec  4 05:05:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec  4 05:13:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9161d48

dev-python/charset_normalizer: Bump to 2.0.9

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

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

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index a2454c9e5b0c..590af5c436a9 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,3 +1,4 @@
 DIST charset_normalizer-2.0.6.gh.tar.gz 368270 BLAKE2B 
c80304b0e0f949d933fe210184d3892b7cbf52aeaf266834c4c358ee40abe14f660e2ad465aeecb76aebc8d3a12fe897b9cd7bd8ffa9e92fe0cbad07fe1526b2
 SHA512 
04ea17fb1d61b88b4036f33a4b03df824e246e57590a5b64ded8e44298bb1d07ebf276ed6a2dc189580d7563e267ccadb3280728f1e5ac5f29cedd5b84bd6dc7
 DIST charset_normalizer-2.0.7.gh.tar.gz 369094 BLAKE2B 
c04be56df2eb936fbad26c083d5057a2614c9ec4eca694e9c49c8e6eb63e803f82f97863b857d842204962949894b2e5971dda285c279d00ae61f7e2a5d8b5bc
 SHA512 
a5fbcb03348239254b4e4ce9eefbe676f41aed0248af9f2e3224f8d3a4265af97f044eb1dda5aeb20db2b901d3b656d68bb50d507453cfe0eec6031ac87b86d3
 DIST charset_normalizer-2.0.8.gh.tar.gz 79484 BLAKE2B 
8c059637c1ff58f0c84a741c5d08b45d40ed073f75a278198eb7fcefefbb44b3820d39fe05214c44f146e482a595b7ce5b1bacdfd275d78345eccd074be3f7da
 SHA512 
ae5dba6955cd7ef36ec3c45a7d440dc98b906b808b48746291f313d4c98c0fbca4a4481ccf169b4661ce9500e9e06071747280f1191cd629b9b752954549af20
+DIST charset_normalizer-2.0.9.gh.tar.gz 79757 BLAKE2B 
9e4b3f65689791739f6b7509bcf9cce8f0a9c536251452b1130aa4476fa218c11087db719d8273087884a9e96b9daf32599d1386e95bda42ca31600b0b37299e
 SHA512 
0957752c1083897193fbdfbeec453a2b279b0834c0074f9f1ae08faac51d3e281eeb0a6d8fb217885101fd04761296555364a9f957e89bf8103fdc569d249056

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.9.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.9.ebuild
new file mode 100644
index ..2d1d5714905c
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.9.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/ousret/charset_normalizer/;
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-11-25 Thread Michał Górny
commit: 8b14b6fe49d9a2ee99df5275a51388ea80f97249
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 25 07:58:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 25 08:11:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b14b6fe

dev-python/charset_normalizer: Bump to 2.0.8

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

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

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index dfaf419b623c..a2454c9e5b0c 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,2 +1,3 @@
 DIST charset_normalizer-2.0.6.gh.tar.gz 368270 BLAKE2B 
c80304b0e0f949d933fe210184d3892b7cbf52aeaf266834c4c358ee40abe14f660e2ad465aeecb76aebc8d3a12fe897b9cd7bd8ffa9e92fe0cbad07fe1526b2
 SHA512 
04ea17fb1d61b88b4036f33a4b03df824e246e57590a5b64ded8e44298bb1d07ebf276ed6a2dc189580d7563e267ccadb3280728f1e5ac5f29cedd5b84bd6dc7
 DIST charset_normalizer-2.0.7.gh.tar.gz 369094 BLAKE2B 
c04be56df2eb936fbad26c083d5057a2614c9ec4eca694e9c49c8e6eb63e803f82f97863b857d842204962949894b2e5971dda285c279d00ae61f7e2a5d8b5bc
 SHA512 
a5fbcb03348239254b4e4ce9eefbe676f41aed0248af9f2e3224f8d3a4265af97f044eb1dda5aeb20db2b901d3b656d68bb50d507453cfe0eec6031ac87b86d3
+DIST charset_normalizer-2.0.8.gh.tar.gz 79484 BLAKE2B 
8c059637c1ff58f0c84a741c5d08b45d40ed073f75a278198eb7fcefefbb44b3820d39fe05214c44f146e482a595b7ce5b1bacdfd275d78345eccd074be3f7da
 SHA512 
ae5dba6955cd7ef36ec3c45a7d440dc98b906b808b48746291f313d4c98c0fbca4a4481ccf169b4661ce9500e9e06071747280f1191cd629b9b752954549af20

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.8.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.8.ebuild
new file mode 100644
index ..2d1d5714905c
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.8.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/ousret/charset_normalizer/;
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-11-10 Thread Sam James
commit: d8b6de9e8e007bbef6cb6786a906611b4024157e
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 11 03:49:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 11 03:49:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8b6de9e

dev-python/charset_normalizer: Keyword 2.0.7 ia64, #802549

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.7.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.7.ebuild
index 61026951703..2d1d5714905 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.7.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.7.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-11-05 Thread Sam James
commit: 70249bc1c826cdcee64db66c71db5d500303dc98
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Nov  5 22:25:07 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  5 22:28:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70249bc1

dev-python/charset_normalizer: stable 2.0.6 for hppa, bug #811660

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
index 60d37611478..974e35efe87 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 distutils_enable_tests pytest
 



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

2021-10-17 Thread Michał Górny
commit: 0c6daff3bd2e776d313a5134c91e76563b671ed4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 06:43:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 07:14:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6daff3

dev-python/charset_normalizer: Remove old

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

 dev-python/charset_normalizer/Manifest |  3 ---
 .../charset_normalizer-2.0.3.ebuild| 27 --
 .../charset_normalizer-2.0.4.ebuild| 27 --
 .../charset_normalizer-2.0.5.ebuild| 27 --
 4 files changed, 84 deletions(-)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index 54419580513..dfaf419b623 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,5 +1,2 @@
-DIST charset_normalizer-2.0.3.gh.tar.gz 363159 BLAKE2B 
f09cd3c9da04123fc7104cfac6829ea23a82173c04469c4d98acf9311f1006f4ecb152992a397a97838f9312ad0fc8bfeea03960650873a9aaa753315245dcc3
 SHA512 
4fa5507c4c0c61b3722d7423f4b597514a30ad0fea176a77a1e926328003ba6c0f49c95b4f4a64b8dbb32985373706d895bae1c6e3fe1fe224851b8383576923
-DIST charset_normalizer-2.0.4.gh.tar.gz 363800 BLAKE2B 
81a0474238fc2fad6792201629286c261af73ed5dc3c7c4da525b356507f53bfb3e53d1ed325647295986a16fdd2a1e4bec00ee0648cb6e44f201196ef778556
 SHA512 
64fdddf2b6574828cc37dcb310e5e023d994e9cd4f8a7f6fb5796e997542cb1b14d9444994ab2594267361712a125fa476205462f9c7fea95505eef3c9770d5e
-DIST charset_normalizer-2.0.5.gh.tar.gz 368109 BLAKE2B 
42e4cdeaf9a4e57c87e9813a6d1f31492aee29e37eb8c42721748b658064b16f0926dc6ffd794bf165718c4caf9484e139ca4024b89651d7ccdcbc6d907cf7f0
 SHA512 
5be0a72e51b9454e8a1ab670815526d54e03e42a0fd6de6ff5705000b3cb9af1ab2ad7f3457a898274d39c091603cdc8e2a925dd3c8e39a63910a5e480155b0d
 DIST charset_normalizer-2.0.6.gh.tar.gz 368270 BLAKE2B 
c80304b0e0f949d933fe210184d3892b7cbf52aeaf266834c4c358ee40abe14f660e2ad465aeecb76aebc8d3a12fe897b9cd7bd8ffa9e92fe0cbad07fe1526b2
 SHA512 
04ea17fb1d61b88b4036f33a4b03df824e246e57590a5b64ded8e44298bb1d07ebf276ed6a2dc189580d7563e267ccadb3280728f1e5ac5f29cedd5b84bd6dc7
 DIST charset_normalizer-2.0.7.gh.tar.gz 369094 BLAKE2B 
c04be56df2eb936fbad26c083d5057a2614c9ec4eca694e9c49c8e6eb63e803f82f97863b857d842204962949894b2e5971dda285c279d00ae61f7e2a5d8b5bc
 SHA512 
a5fbcb03348239254b4e4ce9eefbe676f41aed0248af9f2e3224f8d3a4265af97f044eb1dda5aeb20db2b901d3b656d68bb50d507453cfe0eec6031ac87b86d3

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
deleted file mode 100644
index 68c3ead3e5a..000
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="The Real First Universal Charset Detector"
-HOMEPAGE="
-   https://pypi.org/project/charset-normalizer/
-   https://github.com/ousret/charset_normalizer/;
-SRC_URI="
-   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
deleted file mode 100644
index 60d37611478..000
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="The Real First Universal Charset Detector"
-HOMEPAGE="
-   https://pypi.org/project/charset-normalizer/
-   https://github.com/ousret/charset_normalizer/;
-SRC_URI="
-   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.5.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.5.ebuild
deleted file mode 100644
index 61026951703..000
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.5.ebuild
+++ 

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

2021-10-16 Thread Michał Górny
commit: 9b35ba71257743538536de5c8dad6448e0657092
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 16 06:12:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 16 06:12:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b35ba71

dev-python/charset_normalizer: Mark ALLARCHES

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

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

diff --git a/dev-python/charset_normalizer/metadata.xml 
b/dev-python/charset_normalizer/metadata.xml
index 0f779de30ae..3513dc8b2c8 100644
--- a/dev-python/charset_normalizer/metadata.xml
+++ b/dev-python/charset_normalizer/metadata.xml
@@ -4,6 +4,7 @@

pyt...@gentoo.org

+   

ousret/charset_normalizer
charset-normalizer



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

2021-10-15 Thread Sam James
commit: c0035382c9ce63dac3acd64e5f75ea49d3fd4460
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 16 05:18:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 16 05:18:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0035382

dev-python/charset_normalizer: Stabilize 2.0.6 sparc, #818304

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
index 8761a4860e6..4e25c3796c4 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-10-15 Thread Sam James
commit: b3ecbcd020af850b07363dcaf312cccdf8476f87
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 16 01:13:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 16 01:13:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ecbcd0

dev-python/charset_normalizer: Stabilize 2.0.6 amd64, #818304

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
index c9d77cef335..8761a4860e6 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-10-15 Thread Sam James
commit: 4f52900423c86d28935f4c515dfd2eeabb069584
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct 16 01:11:40 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct 16 01:11:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f529004

dev-python/charset_normalizer: Stabilize 2.0.6 x86, #818304

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
index a1f052c798b..c9d77cef335 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-10-15 Thread Sam James
commit: 8258f32ac5ca82263d33454d32574d092dba2f22
Author: Sam James  gentoo  org>
AuthorDate: Fri Oct 15 22:43:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Oct 15 22:43:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8258f32a

dev-python/charset_normalizer: Stabilize 2.0.6 arm, #818304

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
index 61026951703..a1f052c798b 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-10-12 Thread Michał Górny
commit: 23085fd1bd98447359b8c23f52bfeb4e1dffcc5e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 12 05:49:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 12 06:18:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23085fd1

dev-python/charset_normalizer: Bump to 2.0.7

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

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

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index aaf01e794f8..54419580513 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -2,3 +2,4 @@ DIST charset_normalizer-2.0.3.gh.tar.gz 363159 BLAKE2B 
f09cd3c9da04123fc7104cfac
 DIST charset_normalizer-2.0.4.gh.tar.gz 363800 BLAKE2B 
81a0474238fc2fad6792201629286c261af73ed5dc3c7c4da525b356507f53bfb3e53d1ed325647295986a16fdd2a1e4bec00ee0648cb6e44f201196ef778556
 SHA512 
64fdddf2b6574828cc37dcb310e5e023d994e9cd4f8a7f6fb5796e997542cb1b14d9444994ab2594267361712a125fa476205462f9c7fea95505eef3c9770d5e
 DIST charset_normalizer-2.0.5.gh.tar.gz 368109 BLAKE2B 
42e4cdeaf9a4e57c87e9813a6d1f31492aee29e37eb8c42721748b658064b16f0926dc6ffd794bf165718c4caf9484e139ca4024b89651d7ccdcbc6d907cf7f0
 SHA512 
5be0a72e51b9454e8a1ab670815526d54e03e42a0fd6de6ff5705000b3cb9af1ab2ad7f3457a898274d39c091603cdc8e2a925dd3c8e39a63910a5e480155b0d
 DIST charset_normalizer-2.0.6.gh.tar.gz 368270 BLAKE2B 
c80304b0e0f949d933fe210184d3892b7cbf52aeaf266834c4c358ee40abe14f660e2ad465aeecb76aebc8d3a12fe897b9cd7bd8ffa9e92fe0cbad07fe1526b2
 SHA512 
04ea17fb1d61b88b4036f33a4b03df824e246e57590a5b64ded8e44298bb1d07ebf276ed6a2dc189580d7563e267ccadb3280728f1e5ac5f29cedd5b84bd6dc7
+DIST charset_normalizer-2.0.7.gh.tar.gz 369094 BLAKE2B 
c04be56df2eb936fbad26c083d5057a2614c9ec4eca694e9c49c8e6eb63e803f82f97863b857d842204962949894b2e5971dda285c279d00ae61f7e2a5d8b5bc
 SHA512 
a5fbcb03348239254b4e4ce9eefbe676f41aed0248af9f2e3224f8d3a4265af97f044eb1dda5aeb20db2b901d3b656d68bb50d507453cfe0eec6031ac87b86d3

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.7.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.7.ebuild
new file mode 100644
index 000..61026951703
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.7.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/ousret/charset_normalizer/;
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-09-18 Thread Michał Górny
commit: 96dfcb9b52ab8b52c3f21cf48b550389b0b8a54d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 18 06:48:58 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 18 06:53:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96dfcb9b

dev-python/charset_normalizer: Bump to 2.0.6

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

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

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index a60d8e20772..aaf01e794f8 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,3 +1,4 @@
 DIST charset_normalizer-2.0.3.gh.tar.gz 363159 BLAKE2B 
f09cd3c9da04123fc7104cfac6829ea23a82173c04469c4d98acf9311f1006f4ecb152992a397a97838f9312ad0fc8bfeea03960650873a9aaa753315245dcc3
 SHA512 
4fa5507c4c0c61b3722d7423f4b597514a30ad0fea176a77a1e926328003ba6c0f49c95b4f4a64b8dbb32985373706d895bae1c6e3fe1fe224851b8383576923
 DIST charset_normalizer-2.0.4.gh.tar.gz 363800 BLAKE2B 
81a0474238fc2fad6792201629286c261af73ed5dc3c7c4da525b356507f53bfb3e53d1ed325647295986a16fdd2a1e4bec00ee0648cb6e44f201196ef778556
 SHA512 
64fdddf2b6574828cc37dcb310e5e023d994e9cd4f8a7f6fb5796e997542cb1b14d9444994ab2594267361712a125fa476205462f9c7fea95505eef3c9770d5e
 DIST charset_normalizer-2.0.5.gh.tar.gz 368109 BLAKE2B 
42e4cdeaf9a4e57c87e9813a6d1f31492aee29e37eb8c42721748b658064b16f0926dc6ffd794bf165718c4caf9484e139ca4024b89651d7ccdcbc6d907cf7f0
 SHA512 
5be0a72e51b9454e8a1ab670815526d54e03e42a0fd6de6ff5705000b3cb9af1ab2ad7f3457a898274d39c091603cdc8e2a925dd3c8e39a63910a5e480155b0d
+DIST charset_normalizer-2.0.6.gh.tar.gz 368270 BLAKE2B 
c80304b0e0f949d933fe210184d3892b7cbf52aeaf266834c4c358ee40abe14f660e2ad465aeecb76aebc8d3a12fe897b9cd7bd8ffa9e92fe0cbad07fe1526b2
 SHA512 
04ea17fb1d61b88b4036f33a4b03df824e246e57590a5b64ded8e44298bb1d07ebf276ed6a2dc189580d7563e267ccadb3280728f1e5ac5f29cedd5b84bd6dc7

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
new file mode 100644
index 000..61026951703
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.6.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/ousret/charset_normalizer/;
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-09-14 Thread Michał Górny
commit: a0bdc5d8a6f05459b25dc7e71a302f31c5ef981c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 14 19:56:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 14 21:35:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0bdc5d8

dev-python/charset_normalizer: Bump to 2.0.5

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

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

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index 091105d4d61..a60d8e20772 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1,2 +1,3 @@
 DIST charset_normalizer-2.0.3.gh.tar.gz 363159 BLAKE2B 
f09cd3c9da04123fc7104cfac6829ea23a82173c04469c4d98acf9311f1006f4ecb152992a397a97838f9312ad0fc8bfeea03960650873a9aaa753315245dcc3
 SHA512 
4fa5507c4c0c61b3722d7423f4b597514a30ad0fea176a77a1e926328003ba6c0f49c95b4f4a64b8dbb32985373706d895bae1c6e3fe1fe224851b8383576923
 DIST charset_normalizer-2.0.4.gh.tar.gz 363800 BLAKE2B 
81a0474238fc2fad6792201629286c261af73ed5dc3c7c4da525b356507f53bfb3e53d1ed325647295986a16fdd2a1e4bec00ee0648cb6e44f201196ef778556
 SHA512 
64fdddf2b6574828cc37dcb310e5e023d994e9cd4f8a7f6fb5796e997542cb1b14d9444994ab2594267361712a125fa476205462f9c7fea95505eef3c9770d5e
+DIST charset_normalizer-2.0.5.gh.tar.gz 368109 BLAKE2B 
42e4cdeaf9a4e57c87e9813a6d1f31492aee29e37eb8c42721748b658064b16f0926dc6ffd794bf165718c4caf9484e139ca4024b89651d7ccdcbc6d907cf7f0
 SHA512 
5be0a72e51b9454e8a1ab670815526d54e03e42a0fd6de6ff5705000b3cb9af1ab2ad7f3457a898274d39c091603cdc8e2a925dd3c8e39a63910a5e480155b0d

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.5.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.5.ebuild
new file mode 100644
index 000..61026951703
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/ousret/charset_normalizer/;
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-09-07 Thread Sam James
commit: 29a52b01cd710bdb5a9a5c1f38f4d760eae6fa3c
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep  8 00:41:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep  8 00:41:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a52b01

dev-python/charset_normalizer: Stabilize 2.0.4 arm, #811660

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
index 56b92d0ad66..60d37611478 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-09-06 Thread Sam James
commit: 0bf1296ef06c3d3ecbd90308df6bb426a65f3d08
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Sep  6 17:08:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep  6 17:26:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf1296e

dev-python/charset_normalizer: stable 2.0.4 for sparc, bug #811660

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
index 9b91a262da7..56b92d0ad66 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-09-05 Thread Agostino Sarubbo
commit: bd9d9338a57460b58906e68c1de4da357df4137e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  6 05:39:03 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  6 05:39:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9d9338

dev-python/charset_normalizer: x86 stable wrt bug #811660

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
index bd3b2a353a2..9b91a262da7 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 
~sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-09-05 Thread Sam James
commit: da82361759b841d85bb45c6388d96d72907bd4fa
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep  6 00:14:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep  6 00:15:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da823617

dev-python/charset_normalizer: Keyword 2.0.4 s390, #802549

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
index bb6868bc5f7..bd3b2a353a2 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-09-05 Thread Agostino Sarubbo
commit: 8b87f8954b85ec25e1eca25ee4f899fb81c4463b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep  5 20:07:08 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep  5 20:07:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b87f895

dev-python/charset_normalizer: ppc64 stable wrt bug #811660

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
index 66c723b9d09..bb6868bc5f7 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~m68k ~mips ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~sparc 
~x86"
 
 distutils_enable_tests pytest
 



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

2021-09-05 Thread Agostino Sarubbo
commit: 45a4d06ffb1794b01e3c70785905ab96e2068442
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep  5 20:03:09 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep  5 20:03:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45a4d06f

dev-python/charset_normalizer: ppc stable wrt bug #811660

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
index eab8d67b050..66c723b9d09 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~m68k ~mips ppc ~ppc64 ~riscv ~sparc 
~x86"
 
 distutils_enable_tests pytest
 



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

2021-09-05 Thread Agostino Sarubbo
commit: 9ce9f3d2ceaefa5c9df99be1dfa3ad22ae05e29a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Sep  5 19:59:19 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Sep  5 19:59:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce9f3d2

dev-python/charset_normalizer: amd64 stable wrt bug #811660

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
index e5c65a73183..eab8d67b050 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 
 distutils_enable_tests pytest
 



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

2021-09-05 Thread Sam James
commit: 0ceb4aeee1798c3ae681523e51223d80a26cac7e
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep  5 06:01:06 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep  5 06:01:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ceb4aee

dev-python/charset_normalizer: Stabilize 2.0.4 arm64, #811660

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
index 359f4e1a969..e5c65a73183 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86"
 
 distutils_enable_tests pytest
 



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

2021-08-21 Thread James Le Cuirot
commit: ef3f84f819c0bb6cf199868ee256fe8d1ae95470
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Aug 21 15:51:53 2021 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Aug 21 22:14:29 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3f84f8

dev-python/charset_normalizer: Keyword 2.0.4 for ~m68k

The tests pass.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: James Le Cuirot  gentoo.org>

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
index 68c3ead3e5a..359f4e1a969 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-08-18 Thread Arthur Zamarin
commit: 7ef4b1822b9d6070baffe6de32e2295e4f0a0915
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 18 07:26:32 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 18 07:28:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ef4b182

dev-python/charset_normalizer: add 2.0.4

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

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

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
index ac5fb9a40d5..091105d4d61 100644
--- a/dev-python/charset_normalizer/Manifest
+++ b/dev-python/charset_normalizer/Manifest
@@ -1 +1,2 @@
 DIST charset_normalizer-2.0.3.gh.tar.gz 363159 BLAKE2B 
f09cd3c9da04123fc7104cfac6829ea23a82173c04469c4d98acf9311f1006f4ecb152992a397a97838f9312ad0fc8bfeea03960650873a9aaa753315245dcc3
 SHA512 
4fa5507c4c0c61b3722d7423f4b597514a30ad0fea176a77a1e926328003ba6c0f49c95b4f4a64b8dbb32985373706d895bae1c6e3fe1fe224851b8383576923
+DIST charset_normalizer-2.0.4.gh.tar.gz 363800 BLAKE2B 
81a0474238fc2fad6792201629286c261af73ed5dc3c7c4da525b356507f53bfb3e53d1ed325647295986a16fdd2a1e4bec00ee0648cb6e44f201196ef778556
 SHA512 
64fdddf2b6574828cc37dcb310e5e023d994e9cd4f8a7f6fb5796e997542cb1b14d9444994ab2594267361712a125fa476205462f9c7fea95505eef3c9770d5e

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
new file mode 100644
index 000..68c3ead3e5a
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/ousret/charset_normalizer/;
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2021-08-13 Thread Michał Górny
commit: 8c50b3b1b827f6e69c796639c0467927aebe9165
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Aug 13 06:41:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Aug 13 06:57:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c50b3b1

dev-python/charset_normalizer: Downgrade to EAPI 7

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

 dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index f26239f68a0..68c3ead3e5a 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -1,7 +1,8 @@
 # Copyright 2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=8
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
 
 PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1



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

2021-08-06 Thread Sam James
commit: 49804989d8e7aabf6f83866d6e52e46652c22fe6
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  6 20:48:54 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  6 20:48:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49804989

dev-python/charset_normalizer: Keyword 2.0.3 arm, #802549

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index 89687b00b3c..d1879ddcb9e 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-08-06 Thread Sam James
commit: 48d282a3125242665e5018f5f03137f70b123577
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug  6 20:52:26 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug  6 20:52:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d282a3

dev-python/charset_normalizer: Keyword 2.0.3 ppc, #802549

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index d1879ddcb9e..f26239f68a0 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-07-31 Thread Joshua Kinard
commit: 03a234fb81f3f21e6e73db74cacb0eab77aa7245
Author: Joshua Kinard  gentoo  org>
AuthorDate: Sat Jul 31 21:01:04 2021 +
Commit: Joshua Kinard  gentoo  org>
CommitDate: Sat Jul 31 22:26:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a234fb

dev-python/charset_normalizer: Added ~mips to KEYWORDS

Bug: https://bugs.gentoo.org/802549
Signed-off-by: Joshua Kinard  gentoo.org>
Package-Manager: Portage-3.0.20, Repoman-3.0.3

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index e1fa87993f4..89687b00b3c 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-07-25 Thread Sergei Trofimovich
commit: 67814966088a8501382de8a9427cc74d7e0691f4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul 25 15:29:44 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 25 15:29:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67814966

dev-python/charset_normalizer: keyworded 2.0.3 for hppa

keyworded wrt bug #802549

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index fe4b8f1b18a..e1fa87993f4 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-07-24 Thread Matt Turner
commit: 9c7f491f6985dd3fa9ba2e9e52d6dccd08904b77
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jul 25 02:44:00 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jul 25 03:16:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7f491f

dev-python/charset_normalizer: Keyword 2.0.3 alpha, #802549

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index a7c37088da3..fe4b8f1b18a 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm64 ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-07-24 Thread Sam James
commit: 822c4f28552c1941c7768a7b1b42adff584ca07a
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 25 01:09:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 25 01:09:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822c4f28

dev-python/charset_normalizer: Keyword 2.0.3 arm64, #802549

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index 63c87dc1482..a7c37088da3 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-07-24 Thread Sam James
commit: ef992d9e927c9a2db58cdc78c501ccc734e066a5
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 24 15:21:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 24 15:21:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef992d9e

dev-python/charset_normalizer: Keyword 2.0.3 ppc64, #802549

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index 8083f63539b..63c87dc1482 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-07-23 Thread Marek Szuba
commit: 934c1d82755073cb860f17cc8bb0e162808b1c2f
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Jul 23 11:41:43 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Jul 23 12:46:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=934c1d82

dev-python/charset_normalizer: keyword 2.0.3 for ~riscv

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index 6bf5d87e461..8083f63539b 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~riscv ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-07-20 Thread Sergei Trofimovich
commit: 7d5adc917f13b0dea2362630a3bf475954b1dd20
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Tue Jul 20 16:08:30 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jul 20 20:36:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5adc91

dev-python/charset_normalizer: keyworded 2.0.3 for sparc, bug #802549

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

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

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index c31319b41ab..6bf5d87e461 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-07-17 Thread Michał Górny
commit: 3dd616aff8acf26a53febb48a7cada8cc5661901
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 17 13:35:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 17 13:35:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dd616af

dev-python/charset_normalizer: Fix whitespace

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

 dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index c9acab77d3d..c31319b41ab 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -24,4 +24,3 @@ src_prepare() {
sed -i -e '/addopts/d' setup.cfg || die
distutils-r1_src_prepare
 }
-



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

2021-07-17 Thread Michał Górny
commit: 0cfa8273e1775486358ddeb9974afa16fd02ba42
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 17 13:09:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 17 13:10:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfa8273

dev-python/charset_normalizer: Remove addopts

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

 dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
index d20ddbb4fde..c9acab77d3d 100644
--- a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -19,3 +19,9 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_src_prepare
+}
+



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

2021-07-17 Thread Michał Górny
commit: f1bbd5707152b91cbdff1f4f5f0365d2015800a1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul 17 07:09:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul 17 07:23:45 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1bbd570

dev-python/charset_normalizer: New NIH dep of dev-python/requests

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

 dev-python/charset_normalizer/Manifest  |  1 +
 .../charset_normalizer-2.0.3.ebuild | 21 +
 dev-python/charset_normalizer/metadata.xml  | 11 +++
 3 files changed, 33 insertions(+)

diff --git a/dev-python/charset_normalizer/Manifest 
b/dev-python/charset_normalizer/Manifest
new file mode 100644
index 000..ac5fb9a40d5
--- /dev/null
+++ b/dev-python/charset_normalizer/Manifest
@@ -0,0 +1 @@
+DIST charset_normalizer-2.0.3.gh.tar.gz 363159 BLAKE2B 
f09cd3c9da04123fc7104cfac6829ea23a82173c04469c4d98acf9311f1006f4ecb152992a397a97838f9312ad0fc8bfeea03960650873a9aaa753315245dcc3
 SHA512 
4fa5507c4c0c61b3722d7423f4b597514a30ad0fea176a77a1e926328003ba6c0f49c95b4f4a64b8dbb32985373706d895bae1c6e3fe1fe224851b8383576923

diff --git a/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild 
b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
new file mode 100644
index 000..d20ddbb4fde
--- /dev/null
+++ b/dev-python/charset_normalizer/charset_normalizer-2.0.3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 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="The Real First Universal Charset Detector"
+HOMEPAGE="
+   https://pypi.org/project/charset-normalizer/
+   https://github.com/ousret/charset_normalizer/;
+SRC_URI="
+   https://github.com/Ousret/charset_normalizer/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest

diff --git a/dev-python/charset_normalizer/metadata.xml 
b/dev-python/charset_normalizer/metadata.xml
new file mode 100644
index 000..1b65bbbd11b
--- /dev/null
+++ b/dev-python/charset_normalizer/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   ousret/charset_normalizer
+   charset-normalizer
+   
+