How to Install and Uninstall python39-scikit-build-core Package on openSuSE Tumbleweed

Last updated: July 02,2024

1. Install "python39-scikit-build-core" package

This is a short guide on how to install python39-scikit-build-core on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-scikit-build-core

2. Uninstall "python39-scikit-build-core" package

This is a short guide on how to uninstall python39-scikit-build-core on openSuSE Tumbleweed:

$ sudo zypper remove python39-scikit-build-core

3. Information about the python39-scikit-build-core package on openSuSE Tumbleweed

Information for package python39-scikit-build-core:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-scikit-build-core
Version : 0.4.7-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 652.1 KiB
Installed : No
Status : not installed
Source package : python-scikit-build-core-0.4.7-1.3.src
Upstream URL : https://github.com/scikit-build/scikit-build-core
Summary : Build backend for CMake based projects
Description :
Python CMake adaptor and Python API for plugins
Features over classic Scikit-build:
- Better warnings, errors, and logging
- No warning about unused variables
- Automatically adds Ninja and/or CMake only as required
- No dependency on setuptools, distutils, or wheel in build mode.
- Powerful config system, including config options support in build mode.
- Automatic inclusion of site-packages in CMAKE_PREFIX_PATH
- FindPython is backported if running on CMake < 3.24 (included via hatchling in a submodule, configurable)
- Limited API / Stable ABI and pythonless tags supported via config option
- No slow generator search, ninja/make or MSVC used by default, respects CMAKE_GENERATOR
- SDists are reproducible by default (UNIX, Python 3.9+)