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

dev-python/charset_normalizer: Enable py3.11

Signed-off-by: Michał Górny <mgorny <AT> 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"

Reply via email to