On 09/10/2019 06:49, Pradyun Gedam wrote:
> On Mon, 2 Sep 2019 at 2:24 AM, Michael Felt <mich...@felt.demon.nl> wrote:
>
>> Among other places, Python ideas was recommended as a place to goto.
>>
>> In the meantime I have been discussing this on pypa/pip (mainly), and also
>> on wheel and packaging. Even submitted PRs. But the PRs are only needed if
>> the tag is inadequate.
>>
>> So, part of my reason for being here is to figure out if I can call the
>> current tag algorithm a bug, or is correcting it a feature?
>>
>> I am trying to approach this the Python way rather than be seen as a bull
>> in a china shop.
>>
>> Thanks for replying!
>
> That's fair.
>
> As others and myself have pointed out elsewhere, for Python Packaging
> matters that don't need CPython changes, the discussions happen on
> distutils-sig or, lately, https://discuss.python.org/c/packaging.
>
> When we want to make changes that affect CPython directly, let's build
> consensus on the issue tracker discussion (or the corresponding discourse
> thread) that it is the approach we wanna take,

So, that  is what I hope can happen around this PR for CPython:

https://github.com/python/cpython/pull/15678

With this PR AIX packaging by pip and wheel work fine with devpi (as a
test repository), unpacking wheels into virtual environments.

So, what would be needed is a modification in the code that can search
for wheel candidates - greater/equal to the "build_tag" of the CPython
executable. How that works is a discussion for here, if I understand
your comment (below) correctly.

>  and then start a new thread
> here with a more specific targeted request. :)
>
> Best,
> Pradyun
>
>> _______________________________________________
>> Python-ideas mailing list -- python-ideas@python.org
>> To unsubscribe send an email to python-ideas-le...@python.org
>> https://mail.python.org/mailman3/lists/python-ideas.python.org/
>> Message archived at
>> https://mail.python.org/archives/list/python-ideas@python.org/message/D2WTWEXAMDO3PTQ6VGRKM3CTHBCUJ572/
>> Code of Conduct: http://python.org/psf/codeofconduct/
>>

_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/P42CALE4SXV3MQKC4X6PWF45PRWSWSF7/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to