How to Install and Uninstall python39-py-build-cmake Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "python39-py-build-cmake" package

This tutorial shows how to install python39-py-build-cmake on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-py-build-cmake

2. Uninstall "python39-py-build-cmake" package

This guide covers the steps necessary to uninstall python39-py-build-cmake on openSuSE Tumbleweed:

$ sudo zypper remove python39-py-build-cmake

3. Information about the python39-py-build-cmake package on openSuSE Tumbleweed

Information for package python39-py-build-cmake:
------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-py-build-cmake
Version : 0.1.8-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 292.2 KiB
Installed : No
Status : not installed
Source package : python-py-build-cmake-0.1.8-1.4.src
Upstream URL : https://github.com/tttapa/py-build-cmake
Summary : Modern, PEP 517 compliant build backend for creating Python packages with
Description :
PEP 517 compliant build backend for creating Python packages with extensions built using CMake.
- Building and packaging C, C++ or Fortran extension modules for Python using CMake
- Declarative configuration using `pyproject.toml` (PEP 621), compatible with flit
- Editable/development installations for Python modules (PEP 660)
- Compatible with pybind11 and nanobind
- Stub generation for type checking and autocompletion
- Customizable CMake configuration, build and installation options
- Support for multiple installation configurations and components
- Cross-compilation support
- No dependency on setuptools
- Compatible with cibuildwheel for building Wheels