mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
65b93a2334
meson-python is a Python build backend built on top of the meson build system. <...> ok robert@
7 lines
451 B
Plaintext
7 lines
451 B
Plaintext
meson-python is a Python build backend built on top of the meson build system.
|
|
It enables to use Meson for the configuration and build steps of Python
|
|
packages. Meson is an open source build system meant to be both extremely fast,
|
|
and, even more importantly, as user friendly as possible. meson-python is best
|
|
suited for building Python packages containing extension modules implemented in
|
|
languages such as C, C++, Cython, Fortran, Pythran, or Rust.
|