diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-05 06:42:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-17 17:51:13 +0100 |
commit | 8c3b4df2ccd772eacfe701648df8d44c5df74be4 (patch) | |
tree | 197ce4cbb3dc8020c1ca4a03c4e51607df5d08bd /profiles | |
parent | dev-python/fonttools: Use EPYTEST_XDIST (diff) | |
download | gentoo-8c3b4df2ccd772eacfe701648df8d44c5df74be4.tar.gz gentoo-8c3b4df2ccd772eacfe701648df8d44c5df74be4.tar.bz2 gentoo-8c3b4df2ccd772eacfe701648df8d44c5df74be4.zip |
use.desc: Make `native-extensions` flag global
Make the `native-extensions` flag global. It is used in 15 Python
packages to enable building optional C extensions, though the global
description also allows for other "native" and "pure" languages.
In 9 cases, the flag description explicitly mentions "speedups", so this
is the primary case used in global description. There is one case
of the extension providing extra features, and the remaining cases
do not explain its role.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.desc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index d8f97958e900..caf7287f34a3 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -212,6 +212,7 @@ musicbrainz - Lookup audio metadata using MusicBrainz community service (musicbr mysql - Add mySQL Database support mysqli - Add support for the improved mySQL libraries nas - Add support for network audio sound +native-extensions - Build native (e.g. C, Rust) extensions in addition to pure (e.g. Python) code (usually speedups) ncurses - Add ncurses support (console display library) neXt - Enable neXt toolkit netcdf - Enable NetCDF data format support |