diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-11 10:42:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-11 10:42:37 +0200 |
commit | f190dd42ec9e17038d507fe08485ea2eab3fd307 (patch) | |
tree | e876eb47b92518c6047a444093defaa34352420c /dev-python/charset_normalizer | |
parent | dev-python/brotlicffi: Enable py3.11 (diff) | |
download | gentoo-f190dd42ec9e17038d507fe08485ea2eab3fd307.tar.gz gentoo-f190dd42ec9e17038d507fe08485ea2eab3fd307.tar.bz2 gentoo-f190dd42ec9e17038d507fe08485ea2eab3fd307.zip |
dev-python/charset_normalizer: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/charset_normalizer')
-rw-r--r-- | dev-python/charset_normalizer/charset_normalizer-2.0.12.ebuild | 8 |
1 files 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" |