[Distutils] Towards a simple and standard sdist format that isn't intertwined with distutils
Oscar Benjamin
oscar.j.benjamin at gmail.com
Thu Oct 8 14:47:28 CEST 2015
On 8 October 2015 at 13:05, Ionel Cristian Mărieș <contact at ionelmc.ro> wrote:
> On Thu, Oct 8, 2015 at 1:18 PM, Oscar Benjamin <oscar.j.benjamin at gmail.com>
> wrote:
>>
>> I think this satisfies all of the requirements for static metadata and
>> one-to-one correspondence of source wheels and binary wheels. If numpy
>> followed this then I imagine that there would be a single source wheel
>> on PyPI corresponding to the one configuration that would be used
>> consistently there. However numpy still needs to separately release
>> the code in a form that is also usable in all of the many other
>> contexts that it is already used.
>
> Can't that configuration just be the build defaults? There would be a single
> source but with some preset build configuration. People with different needs
> can just override those.
Yeah, I guess so. Maybe I'm just not understanding what the
"one-to-one" correspondence is supposed to mean. Earlier in the thread
it was said to be important because of wheel caching etc. but if it's
possible to configure different builds then it's not really
one-to-one.
--
Oscar
More information about the Distutils-SIG
mailing list