Click here to visit the old openkoji buildsystem (Archived)

Information for build python-cmake-build-extension-0.5.1-15.fc41

ID15999
Package Namepython-cmake-build-extension
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version0.5.1
Release15.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/python-cmake-build-extension.git#5831adc87c2c90f4a6d581144f41e024d68ac5bd
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 bykojiadmin
State complete
Volume DEFAULT
StartedThu, 02 May 2024 17:24:31 CST
CompletedThu, 02 May 2024 17:43:37 CST
Taskbuild (f41, /rpms/python-cmake-build-extension.git:5831adc87c2c90f4a6d581144f41e024d68ac5bd)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/python-cmake-build-extension.git#5831adc87c2c90f4a6d581144f41e024d68ac5bd'}}
Tags
f41
RPMs
src
python-cmake-build-extension-0.5.1-15.fc41.src.rpm (info) (download)
noarch
python3-cmake-build-extension-0.5.1-15.fc41.noarch.rpm (info) (download)
python3-cmake-build-extension-doc-0.5.1-15.fc41.noarch.rpm (info) (download)
Logs
noarch
state.log
root.log
hw_info.log
build.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Dec 17 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.1-12 - Assert that %pyproject_files contains a license file * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Fri Jul 07 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.1-10 - Use new (rpm 4.17.1+) bcond style * Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 0.5.1-9 - Rebuilt for Python 3.12 * Wed Mar 08 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.1-7 - Simplify path-building for test execution * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Oct 21 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.1-5 - Update License to SPDX * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jul 07 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.1-3 - Fix extra newline in description * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.5.1-2 - Rebuilt for Python 3.11 * Wed Jun 01 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.1-1 - Update to 0.5.1 * Tue May 31 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.0-1 - Initial package (close RHBZ#2085825)