SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python3-cmake-build-extension rpm build for : Fedora 36. For other distributions click python3-cmake-build-extension.

Name : python3-cmake-build-extension
Version : 0.5.1 Vendor : Fedora Project
Release : 1.fc36 Date : 2022-06-01 14:26:26
Group : Unspecified Source RPM : python-cmake-build-extension-0.5.1-1.fc36.src.rpm
Size : 0.05 MB
Packager : Fedora Project
Summary : Setuptools extension to build and package CMake projects
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).

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/updates/36/Everything/s390x/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python3-cmake-build-extension-0.5.1-1.fc36.noarch.rpm
     

Provides :
python-cmake-build-extension
python3-cmake-build-extension
python3.10-cmake-build-extension
python3.10dist(cmake-build-extension)
python3dist(cmake-build-extension)

Requires :
cmake
ninja-build
python(abi) = 3.10
python3.10dist(gitpython)
python3.10dist(setuptools-scm)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PartialHardlinkSets) <= 4.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/lib/python3.10/site-packages/cmake_build_extension
/usr/lib/python3.10/site-packages/cmake_build_extension-0.5.1.dist-info
/usr/lib/python3.10/site-packages/cmake_build_extension-0.5.1.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/cmake_build_extension-0.5.1.dist-info/LICENSE
/usr/lib/python3.10/site-packages/cmake_build_extension-0.5.1.dist-info/METADATA
/usr/lib/python3.10/site-packages/cmake_build_extension-0.5.1.dist-info/WHEEL
/usr/lib/python3.10/site-packages/cmake_build_extension-0.5.1.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/cmake_build_extension/__init__.py
/usr/lib/python3.10/site-packages/cmake_build_extension/__pycache__
/usr/lib/python3.10/site-packages/cmake_build_extension/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cmake_build_extension/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/cmake_build_extension/__pycache__/build_ext_option.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cmake_build_extension/__pycache__/build_ext_option.cpython-310.pyc
/usr/lib/python3.10/site-packages/cmake_build_extension/__pycache__/build_extension.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cmake_build_extension/__pycache__/build_extension.cpython-310.pyc
/usr/lib/python3.10/site-packages/cmake_build_extension/__pycache__/cmake_extension.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cmake_build_extension/__pycache__/cmake_extension.cpython-310.pyc
/usr/lib/python3.10/site-packages/cmake_build_extension/__pycache__/sdist_command.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/cmake_build_extension/__pycache__/sdist_command.cpython-310.pyc
/usr/lib/python3.10/site-packages/cmake_build_extension/build_ext_option.py
/usr/lib/python3.10/site-packages/cmake_build_extension/build_extension.py
/usr/lib/python3.10/site-packages/cmake_build_extension/cmake_extension.py
/usr/lib/python3.10/site-packages/cmake_build_extension/sdist_command.py

 
ICM