-
**Describe the bug** / **To Reproduce**
My original wheel contains these files:
```
$ unzip -l dist/PyMyLib-0.1.17-cp39-cp39-macosx_12_0_arm64.whl
Archive: dist/PyMyLib-0.1.17-cp39-cp39-macosx_12…
-
I tried to come up with an experiment to understand how a big package containing many shared objects could be divided in smaller packages all containing _some_ shared objects and allowing each wheel t…
-
Hi there 👋
I'm on a mission to bring Alpine support to projects that we use in our CIs, in the form of `musllinux`-tagged wheels. `backports.zoneinfo` doesn't have one, which means that each instal…
-
### Description
I'm testing out building musl wheel in [our project](https://github.com/arbor-sim/arbor). The builds pass (after a tiny modification), but our tests don't. They go wrong in the test…
-
The gfortran DLL file names here: https://github.com/numpy/numpy/blob/master/numpy/distutils/fcompiler/gnu.py#L408 are computed from input file content, rather than from the content of the DLL file it…
-
(This is an RFE, not a bug report.)
`pip install requests-gssapi` pulls in `gssapi`, and `gssapi` depends on several development libraries being available. On Fedora and RHEL, it requires `gcc`, `k…
-
Hi,
I noticed the first limitation stated in the README.rst of the project ("… dependencies that are loaded via those mechanisms will be missed"), but maybe can you point me to a correct solution…
…
kleag updated
2 years ago
-
I'm not sure if this problem is related to issue #136.
I have been struggling to create a wheel for my package that has the following structure:
_emcore.so (python extension, install also some b…
-
auditwheel uses patchelf to rename vendored libraries with unique names. This works wonderfully until something links against a library with the same symbol names and loads them before we get there. T…
-
Could we include the mentioned packages into tur pypi?
Actually, I want to package open-webui (a popular LLM frontend). It uses versioned packages which will easily conflict with general termux env…