@@ -484,7 +484,7 @@ Maturin
484
484
`Docs <https://www.maturin.rs >`__ |
485
485
`GitHub <https://github.com/PyO3/maturin >`__
486
486
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
488
488
Rust. It supports building wheels for python 3.7+ on Windows, Linux, macOS and
489
489
FreeBSD, can upload them to PyPI and has basic PyPy and GraalPy support.
490
490
@@ -632,14 +632,13 @@ scikit-build
632
632
`GitHub <https://github.com/scikit-build/scikit-build/ >`__ |
633
633
`PyPI <https://pypi.org/project/scikit-build >`__
634
634
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).
643
642
644
643
.. _scikit-build-core :
645
644
@@ -650,7 +649,7 @@ scikit-build-core
650
649
`GitHub <https://github.com/scikit-build/scikit-build-core/ >`__ |
651
650
`PyPI <https://pypi.org/project/scikit-build-core >`__
652
651
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
654
653
extensions. It enables users to write extensions with `cmake
655
654
<https://pypi.org/project/cmake> `__ (available on PyPI) to provide better
656
655
support for additional compilers, build systems, cross compilation, and
0 commit comments