dev-python/charset-normalizer: Disable native-extensions by default

Let's not pull the whole dev-python/mypy chain, given this is not really
a performance-critical package.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-08-15 15:52:59 +02:00
parent dca291d5f7
commit aabc079cb0
3 changed files with 4 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ EAPI=8
DISTUTILS_USE_PEP517=standalone
DISTUTILS_EXT=1
PYPI_VERIFY_REPO=https://github.com/jawah/charset_normalizer
PYTHON_COMPAT=( python3_{11..15} pypy3_11 )
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi
@@ -20,7 +20,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos"
IUSE="+native-extensions"
IUSE="native-extensions"
BDEPEND="
native-extensions? (

View File

@@ -20,7 +20,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
IUSE="+native-extensions"
IUSE="native-extensions"
BDEPEND="
native-extensions? (

View File

@@ -20,7 +20,7 @@ HOMEPAGE="
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~m68k ~mips ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
IUSE="+native-extensions"
IUSE="native-extensions"
BDEPEND="
native-extensions? (