Tue, 27 Jan 2026 00:58:50 CST | login

Information for build python-cmake-build-extension-0.6.0-3.oc9

ID40204
Package Namepython-cmake-build-extension
Version0.6.0
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-cmake-build-extension.git?.#327980ad01e28242ae09bdad4be17352009b61ba
SummarySetuptools extension to build and package CMake projects
DescriptionThis 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).
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 22:35:03 CST
CompletedFri, 13 Jun 2025 22:39:32 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-cmake-build-extension.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-cmake-build-extension.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-cmake-build-extension-0.6.0-3.oc9.src.rpm (info) (download)
noarch
python3-cmake-build-extension-0.6.0-3.oc9.noarch.rpm (info) (download)
python3-cmake-build-extension-doc-0.6.0-3.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
build.log
dnf.librepo.log
hw_info.log
dnf.log
mock_output.log
state.log
root.log
installed_pkgs.log
mock_config.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - Rebuilt for loongarch64 * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - Rebuilt for loongarch64 * Fri Jul 19 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.6.0-1 - initial build