no-manylinux
Install this package to disable manylinux wheels when downloading from pip.
Usage
# First install no-manylinux
pip install no-manylinux
# Now subsequent invocations of pip will ignore manylinux wheels
pip install ...
# To restore the original behaviour, simply `pip uninstall no-manylinux`
Note
This package was previously called no-manylinux1 but now addresses the
following manylinux standards:
manylinux1manylinux2010manylinux2014
What? Why?
The manylinux spec requires compliant packages to vendor binary dependencies
inside the wheel that is distributed. Take for example a library which would
(prior to manylinux) dynamically link against libssl. As libssl received
security patches, the system binaries would received updates from the OS's
package manager. The python library which dynamically links would receive
these updates for free without need to recompile, reinstall, etc. Under
manylinux, libssl is vendored inside the wheel. To receive security
updates, you have to wait for the upstream to produce a new wheel and need to
know to install a new version of that library. There's almost no visibility
about these vendored wheels which makes managing them at scale impossible. As
such, some may choose to ignore this standard.
Links
Release files for no-manylinux 3.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| no_manylinux-3.0.0.tar.gz | 2.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| no_manylinux-3.0.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size:5.8 kB
Release files / no_manylinux-3.0.0.tar.gz
| Download URL | no_manylinux-3.0.0.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
43f2712b66e5fdc3e05bd90d7c2efb67fd626efa6c8c65625317f2f3e2a08558
|
|
BLAKE2b-256 checksum How to use checksums |
d84739d15a552312b21f33991ea9672fac2c47bd430f6da82ae795eb80eeb714
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.9
|
Release files / no_manylinux-3.0.0-py2.py3-none-any.whl
| Download URL | no_manylinux-3.0.0-py2.py3-none-any.whl |
|---|---|
| Size | 3.1 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
566e2e4da994e93b27b44a317e536437a3add5e34703d489baaf3f4f0f2b36b5
|
|
BLAKE2b-256 checksum How to use checksums |
fb62ed810e2287765ea6067a327b7b6cdbcd85dc349a203ba7f2607627bb6f68
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.9
|