[Distutils] Re: Packaging optional, arch-dependent, pre-built libraries

2021-04-14 Thread Vincent Pelletier
> On Sun, 2021-04-11 at 00:59 +, Vincent Pelletier wrote: > > Thanks for the pointer, I would love to use it. Unfortunately, this > > fails to install on 2.7: > > with > >     install_requires=( > >     "importlib_resources<=4.0.0;python_version<'3.0'", > >    

[Distutils] Re: Packaging optional, arch-dependent, pre-built libraries

2021-04-14 Thread Vincent Pelletier
On Wed, 14 Apr 2021 13:59:00 +0100, Filipe Laíns wrote: > On Sun, 2021-04-11 at 00:59 +, Vincent Pelletier wrote: > > Thanks for the pointer, I would love to use it. Unfortunately, this > > fails to install on 2.7: > > with > >     install_requires=( > >    

[Distutils] Re: Packaging optional, arch-dependent, pre-built libraries

2021-04-14 Thread Filipe Laíns
On Sun, 2021-04-11 at 00:59 +, Vincent Pelletier wrote: > Hello, > > On Tue, 6 Apr 2021 00:17:32 +0800, Tzu-ping Chung wrote: > > If a file is not built or linked against, a dll in your wheel is essentially > > a plain data file from Python packaging’s perspective, no different from > > e.g.