<p dir="ltr">On Jan 21, 2016 8:53 AM, "M.-A. Lemburg" <<a href="mailto:mal@egenix.com">mal@egenix.com</a>> wrote:<br>
><br>
[...]<br>
> And that's the problem: The set is limited to the needs<br>
> of the scientific community and there to the users of<br>
> one or two distributions only.<br>
><br>
> It doesn't address needs of others that e.g. use Qt or GTK as<br>
> basis for GUIs, people using OpenSSL for networking, people<br>
> using ImageMagick for processing images, or type libs for<br>
> type setting, or sound libs for doing sound processing,<br>
> codec libs for video processing, etc.</p>
<p dir="ltr">I've pointed out several times now that our first test package was Qt bindings, and Glyph told us last week that this proposal is exactly how the cryptography package wants to handle their openssl dependency: <a href="https://www.mail-archive.com/distutils-sig@python.org/msg23506.html">https://www.mail-archive.com/distutils-sig@python.org/msg23506.html</a><br>
So this paragraph is just you making stuff up.</p>
<p dir="ltr">Is manylinux1 the perfect panacea for every package? Probably not. In particular it's great for popular cross platform packages, because it works now and means they can basically reuse the work that they're already doing to make static windows and OSX wheels; it's less optimal for smaller Linux-specific packages that might prefer to take more than of Linux's unique package management functionality and only care about targeting one or two distros.</p>
<p dir="ltr">> The idea to include the needed share libs in the wheel<br>
> goes completely against the idea of relying on a system<br>
> vendor to provide updates and security fixes. In some cases,<br>
> this may be reasonable, but as design approach, it's<br>
> not a good idea.<br>
><br>
> > [...]<br>
> >> Another detail we have found when external dependencies<br>
> >> is that some platforms use different names for the libraries,<br>
> >> e.g. RedHat has a tendency to use non-standard OpenSSL<br>
> >> library names (/lib64/libssl.so.10 instead of the more<br>
> >> common libssl.so.1.0.0).<br>
> >><br>
> >>> The key is that we only have one chance to make a good first<br>
> >>> impression with binary Linux wheel support on PyPI, and we want that<br>
> >>> to be positive for everyone:<br>
> >><br>
> >> Sure, but if we get the concept wrong, it'll be difficult<br>
> >> to switch later on and since there will always be libs not in the<br>
> >> set, we'll need to address this in some way.<br>
> ><br>
> > There's no lock-in here -- any alternative approach just needs its own<br>
> > platform tag. Pypi and pip can easily support multiple such tags at the<br>
> > same time, if more sophisticated proposals arise in the future. In the mean<br>
> > time, for packagers targeting manylinux is at least as easy as targeting<br>
> > windows (which also provides very few libraries "for free").<br>
><br>
> Yes, there's no lock-in, there's lock-out :-)<br>
><br>
> We'd simply not allow people who have other requirements to<br>
> upload Linux wheels to PyPI and that's not really acceptable.<br>
><br>
> Right now, no one can upload Linux wheels, so that a fair<br>
> setup.</p>
<p dir="ltr">The fairness that I'm more worried about is that right now Windows and OSX users get wheels, and Linux users don't. Feature parity across these platforms isn't everything, but it's a good start.</p>
<p dir="ltr">> Using an approach where every single group first has to write<br>
> a PEP, get it accepted and have PyPI and pip patched before<br>
> they can upload wheels to PyPI does not read like a community<br>
> friendly approach.<br>
><br>
> I also can't imagine that we really want proliferation of<br>
> "linux" tags for various purposes or even for various<br>
> versions of library catalogs.<br>
><br>
> What we need is a system that provides a few dimensions<br>
> for various system specific differences (e.g. bitness,<br>
> architecture) and a recommendation for library<br>
> versions of a few very basic libraries to use when<br>
> compiling for those systems.<br>
><br>
> I believe the PEP is almost there, it just needs to use a<br>
> slightly different concept, since limiting the set of<br>
> allowed libraries does not provide the basis of an open<br>
> system which PyPI/pip/wheels need to be.</p>
<p dir="ltr">Like Nick, I'm still not sure what this "slightly different concept" you keep referring to is.</p>
<p dir="ltr">-n</p>