Improved build system generator for CPython C/C++/Fortran/Cython extensions
Improved build system generator for CPython C/C++/Fortran/Cython extensions.
Better support is available for additional compilers, build systems, cross compilation, and locating dependencies and determining their build requirements.
The scikit-build package is fundamentally just glue between the setuptools Python module and CMake.
- Sources inherited from project devel:languages:python:numeric
- Devel package for openSUSE:Factory
-
7
derived packages
- Links to openSUSE:Factory / python-scikit-build
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:dgarcia:python312:numeric/python-scikit-build && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_link | 0000000124 124 Bytes | |
_multibuild | 0000000053 53 Bytes | |
python-scikit-build.changes | 0000020393 19.9 KB | |
python-scikit-build.spec | 0000003973 3.88 KB | |
sample-setup.cfg | 0000000085 85 Bytes | |
scikit_build-0.18.0.tar.gz | 0000273824 267 KB |
Revision 46 (latest revision is 51)
Benjamin Greiner (bnavigator)
accepted
request 1186822
from
Benjamin Greiner (bnavigator)
(revision 46)
- Update to 0.18.0 ## Bug fixes * Support MSVC 17.10 in #1081 * CMake 3.5+ requirement in #1095 * Support CPython 3.13 with windows lib finding fix in #1094 * Don't die on PermissionError during chmod by @mweinelt in #1073 * Remove usage of deprecated distutils in cmake files by @hmaarrfk in #1032 * Use first available option for vswhere output by @ZzEeKkAa in #1030 ## Testing * Support setuptools 69.3.0 changes in two tests by @s-t-e-v-e-n-k in #1087 * Use uv in a few places in #1092 ## Miscellaneous * Clean up pylint in #1017 * Fix mypy type ignores for new setuptools types in #1082 * Move to Ruff-format in #1035 * Remove pkg_resources and test command in #1014 * Ruff moved to astral-sh in #1007 * Target-version no longer needed by Black or Ruff in #1008 * Update ruff and fix warnings in #1060 * Use 2x faster black mirror in #1021 * Group dependabot updates in #1054 * macos-latest is changing to macos-14 ARM runners in #1083 * Skip win PyPy PEP 518 in #1091 - Drop support-setuptools-69-3.patch
Comments 0