commit: 84a2dde112828dbe645061776858123049927c27
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 10 02:20:52 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 10 02:24:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a2dde1
dev-python/charset-normalizer: Bump to 3.4.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/charset-normalizer/Manifest | 1 +
.../charset-normalizer-3.4.3.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/charset-normalizer/Manifest
b/dev-python/charset-normalizer/Manifest
index 87228c0a45c5..7f2d979a1ba2 100644
--- a/dev-python/charset-normalizer/Manifest
+++ b/dev-python/charset-normalizer/Manifest
@@ -1 +1,2 @@
DIST charset_normalizer-3.4.2.tar.gz 126367 BLAKE2B
a83f719394753e7612657caee102c2a662980ef78e2be25a7f109913eb2650ec94b6a01a885a4f7a66b6ca8d47c680c163fdaf6bd043226b340a7aec6f15ab78
SHA512
702d9c23fe68d3538e4f45d5d9451beb02853ecf1ec6b36a7068ed8ade707bd0fd2a1764137381294590d0e5ffc2e296866f402dff33f65ec0458cf1102970fe
+DIST charset_normalizer-3.4.3.tar.gz 122371 BLAKE2B
9735b4419aec98a11e3b53fc96e892f63299d89653cda489a5938e90526d24241ee2224f2aed149ae2e4becdf2742335175e8c25a2952b76098cfca61edef72a
SHA512
b8ee22e9da98d09a3a36b2cd49e0bb27956a444dd59a1d27f1244040147a4e09fbd67d112ec59ace2133fe92b72a4de3a26f0b678bc2b6455c3ead2c2aaa9cfd
diff --git a/dev-python/charset-normalizer/charset-normalizer-3.4.3.ebuild
b/dev-python/charset-normalizer/charset-normalizer-3.4.3.ebuild
new file mode 100644
index 000000000000..1f0970c976a9
--- /dev/null
+++ b/dev-python/charset-normalizer/charset-normalizer-3.4.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="The Real First Universal Charset Detector"
+HOMEPAGE="
+ https://pypi.org/project/charset-normalizer/
+ https://github.com/jawah/charset_normalizer/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
+
+BDEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+python_test() {
+ epytest -o addopts=
+}