How to Install and Uninstall python3-cmake-build-extension-doc.noarch Package on CentOS Stream 9

Last updated: October 08,2024

1. Install "python3-cmake-build-extension-doc.noarch" package

This tutorial shows how to install python3-cmake-build-extension-doc.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-cmake-build-extension-doc.noarch

2. Uninstall "python3-cmake-build-extension-doc.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-cmake-build-extension-doc.noarch on CentOS Stream 9:

$ sudo dnf remove python3-cmake-build-extension-doc.noarch $ sudo dnf autoremove

3. Information about the python3-cmake-build-extension-doc.noarch package on CentOS Stream 9

Last metadata expiration check: 1:58:27 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-cmake-build-extension-doc
Version : 0.5.1
Release : 1.el9
Architecture : noarch
Size : 31 k
Source : python-cmake-build-extension-0.5.1-1.el9.src.rpm
Repository : epel
Summary : Documentation and examples for cmake-build-extension
URL : https://github.com/diegoferigo/cmake-build-extension
License : MIT and BSD
Description :
: This project aims to simplify the integration of C++ projects based on CMake
: with Python packaging tools. CMake provides out-of-the-box support to either
: SWIG and pybind11, that are two among the most used projects to create Python
: bindings from C++ sources.
:
: If you have any experience with these hybrid projects, you know the challenges
: to make packaging right! This project takes inspiration from pre-existing
: examples (pybind/cmake_example, among many others) and provides a simple,
: flexible, and reusable setuptools extension with the following features:
:
: • Bridge between CMake projects and Python packaging.
: • Configure and build the CMake project from setup.py.
: • Install the CMake project in the resulting Python package.
: • Allow passing custom CMake options.
: • Allow creating a top-level __init__.py.
: • Expose C++ executables to the Python environment.
: • Provide a context manager to import reliably CPython modules on all major
: OSs.
: • Disable the C++ extension in editable installations (requiring to manually
: call CMake to install the C++ project).