@@ -484,7 +484,7 @@ Maturin
484484`Docs <https://www.maturin.rs >`__ |
485485`GitHub <https://github.com/PyO3/maturin >`__
486486
487- Maturin is a PEP 517 build backend for Rust extension modules, also written in
487+ Maturin is a build backend for Rust extension modules, also written in
488488Rust. It supports building wheels for python 3.7+ on Windows, Linux, macOS and
489489FreeBSD, can upload them to PyPI and has basic PyPy and GraalPy support.
490490
@@ -632,14 +632,13 @@ scikit-build
632632`GitHub <https://github.com/scikit-build/scikit-build/ >`__ |
633633`PyPI <https://pypi.org/project/scikit-build >`__
634634
635- Scikit-build is an improved build system generator for CPython
636- C/C++/Fortran/Cython extensions that integrates with :ref: `setuptools `, :ref: `wheel `
637- and :ref: `pip `. It internally uses `cmake <https://pypi.org/project/cmake >`__ (available
638- on PyPI) to provide better support for additional compilers, build systems,
639- cross compilation, and locating dependencies and their associated
640- build requirements. To speed up and parallelize the build of large projects,
641- the user can install `ninja <https://pypi.org/project/ninja >`__ (also available
642- on PyPI).
635+ Scikit-build is a :ref: `setuptools ` wrapper for CPython that builds
636+ C/C++/Fortran/Cython extensions It uses
637+ `cmake <https://pypi.org/project/cmake >`__ (available on PyPI) to provide
638+ better support for additional compilers, build systems, cross compilation, and
639+ locating dependencies and their associated build requirements. To speed up and
640+ parallelize the build of large projects, the user can install `ninja
641+ <https://pypi.org/project/ninja> `__ (also available on PyPI).
643642
644643.. _scikit-build-core :
645644
@@ -650,7 +649,7 @@ scikit-build-core
650649`GitHub <https://github.com/scikit-build/scikit-build-core/ >`__ |
651650`PyPI <https://pypi.org/project/scikit-build-core >`__
652651
653- Scikit-build-core is a PEP 517 backend for CPython C/C++/Fortran/Cython
652+ Scikit-build-core is a build backend for CPython C/C++/Fortran/Cython
654653extensions. It enables users to write extensions with `cmake
655654<https://pypi.org/project/cmake> `__ (available on PyPI) to provide better
656655support for additional compilers, build systems, cross compilation, and
0 commit comments