Fedora Packages

auditwheel

Cross-distribution Linux wheels auditing and relabeling

auditwheel is a command-line tool to facilitate the creation of Python wheel packages for Linux (containing pre-compiled binary extensions) that are compatible with a wide variety of Linux distributions, consistent with the PEP 600 manylinux_x_y, PEP 513 manylinux1, PEP 571 manylinux2010 and PEP 599 manylinux2014 platform tags. auditwheel show: shows external shared libraries that the wheel depends on (beyond the libraries included in the manylinux policies), and checks the extension modules for the use of versioned symbols that exceed the manylinux ABI. auditwheel repair: copies these external shared libraries into the wheel itself, and automatically modifies the appropriate RPATH entries such that these libraries will be picked up at runtime. This accomplishes a similar result as if the libraries had been statically linked without requiring changes to the build system. Packagers are advised that bundling, like static linking, may implicate copyright concerns.

Releases Overview

Release Stable Testing
Fedora Rawhide 6.0.0-1.fc41 -
Fedora 40 6.0.0-1.fc40 6.0.0-1.fc40
Fedora 39 5.4.0-1.fc39 -
Fedora 38 5.4.0-1.fc38 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at auditwheel dash maintainers at fedoraproject dot org.



Sources on Pagure