mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 02:39:08 -07:00
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:
@@ -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? (
|
||||
|
||||
@@ -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? (
|
||||
|
||||
@@ -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? (
|
||||
|
||||
Reference in New Issue
Block a user