auditwheel-symbols

Crates.ioauditwheel-symbols
lib.rsauditwheel-symbols
version0.1.13
sourcesrc
created_at2021-02-21 10:49:34.871198
updated_at2022-11-20 04:23:31.610697
descriptionFind out which symbols are causing auditwheel too-recent versioned symbols error.
homepage
repositoryhttps://github.com/messense/auditwheel-symbols.git
max_upload_size
id358452
size97,964
messense (messense)

documentation

README

auditwheel-symbols

GitHub Actions PyPI

Find out which symbols are causing auditwheel too-recent versioned symbols error, resolves pypa/auditwheel#36 .

Installation

pip install auditwheel-symbols

Usage

❯ auditwheel-symbols --help
auditwheel-symbols 0.1.4

USAGE:
    auditwheel-symbols [OPTIONS] <FILE>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -m, --manylinux <manylinux>     [possible values: 1, 2010, 2014, 2_24]

ARGS:
    <FILE>

❯ auditwheel-symbols --manylinux 2014 ~/Downloads/rjieba-0.1.5-cp36-abi3-manylinux2010_x86_64.whl
rjieba/rjieba.abi3.so is manylinux2014 compliant.

❯ auditwheel-symbols --manylinux 1 ~/Downloads/rjieba-0.1.5-cp36-abi3-manylinux2010_x86_64.whl
rjieba/rjieba.abi3.so is not manylinux1 compliant because it links the following forbidden libraries:
libc.so.6	offending symbols:  memcpy@@GLIBC_2.14

License

This work is released under the MIT license. A copy of the license is provided in the LICENSE file.

Commit count: 63

cargo fmt