|
5 | 5 | github: https://github.com/scikit-build/scikit-build-core |
6 | 6 | docs: https://scikit-build-core.readthedocs.io/ |
7 | 7 | pypi: https://pypi.org/project/scikit-build-core/ |
8 | | - primary: true |
| 8 | + labels: ["build backend"] |
9 | 9 |
|
10 | | -- name: scikit-build |
| 10 | +- name: scikit-build (classic) |
11 | 11 | description: >- |
12 | 12 | The original improved build system generator for CPython C, C++, Cython, |
13 | 13 | and Fortran extensions. A bridge between setuptools and CMake. |
14 | 14 | github: https://github.com/scikit-build/scikit-build |
15 | 15 | docs: https://scikit-build.readthedocs.io/ |
16 | 16 | pypi: https://pypi.org/project/scikit-build/ |
| 17 | + labels: ["build backend"] |
17 | 18 |
|
18 | 19 | - name: cmake-python-distributions |
19 | 20 | description: >- |
20 | 21 | Provides infrastructure to build and distribute CMake as a Python wheel, |
21 | 22 | making CMake easily installable via pip on all major platforms. |
22 | 23 | github: https://github.com/scikit-build/cmake-python-distributions |
23 | 24 | pypi: https://pypi.org/project/cmake/ |
| 25 | + labels: ["binary"] |
24 | 26 |
|
25 | 27 | - name: ninja-python-distributions |
26 | 28 | description: >- |
27 | 29 | Provides infrastructure to build and distribute Ninja as a Python wheel, |
28 | 30 | making the Ninja build system easily installable via pip. |
29 | 31 | github: https://github.com/scikit-build/ninja-python-distributions |
30 | 32 | pypi: https://pypi.org/project/ninja/ |
| 33 | + labels: ["binary"] |
31 | 34 |
|
32 | 35 | - name: cython-cmake |
33 | 36 | description: >- |
34 | 37 | CMake helpers for building Cython extension modules, making it easier to |
35 | 38 | integrate Cython into CMake-based build systems. |
36 | 39 | github: https://github.com/scikit-build/cython-cmake |
37 | 40 | pypi: https://pypi.org/project/cython-cmake/ |
| 41 | + labels: ["CMake"] |
38 | 42 |
|
39 | 43 | - name: f2py-cmake |
40 | 44 | description: >- |
41 | 45 | CMake helpers for building Fortran extension modules via F2Py, enabling |
42 | 46 | Fortran code to be easily wrapped and called from Python. |
43 | 47 | github: https://github.com/scikit-build/f2py-cmake |
44 | 48 | pypi: https://pypi.org/project/f2py-cmake/ |
| 49 | + labels: ["CMake"] |
| 50 | + |
| 51 | +- name: moderncmakedomain |
| 52 | + description: >- |
| 53 | + A Sphinx domain for Modern CMake, providing rich cross-referencing and |
| 54 | + documentation support for CMake commands, variables, and modules. |
| 55 | + github: https://github.com/scikit-build/moderncmakedomain |
| 56 | + pypi: https://pypi.org/project/moderncmakedomain/ |
| 57 | + |
| 58 | +- name: scikit-build-sample-projects |
| 59 | + description: >- |
| 60 | + Sample projects demonstrating how to use scikit-build and scikit-build-core |
| 61 | + to build Python extensions with CMake across a range of use cases. |
| 62 | + github: https://github.com/scikit-build/scikit-build-sample-projects |
0 commit comments