I replied on the bpo issue. On Fri, 22 Nov 2019 at 09:21, Michael Felt <[email protected]> wrote: > > Just wanted to thank everyone for their replies and feedback. > > I have a PR for CPython (https://bugs.python.org/issue38021 and > https://github.com/python/cpython/pull/17303) as well as > pypa/packaging - https://github.com/pypa/packaging/pull/190. > > CPython is asking for feedback from pypa on this. > > Please make sure aixtools @ felt . demon . nl is added to the recipients. > > Sincerely, > Michael > > On Mon, Aug 26, 2019 at 8:30 AM Michael Felt aka aixtools > <[email protected]> wrote: > > > > Ok - update on current status. > > > > I have submitted three PR - one to pip - > > https://github.com/pypa/pip/issues/6922; one to wheel - > > https://github.com/pypa/wheel/issues/307, and per request in the pip issue, > > one to packaging - https://github.com/pypa/packaging/issues/188. > > > > I have tested the PR's of pip and wheel using devpi-server (to see that a > > wheel can be downloaded from a server and installed - so again, thanks > > Chris for your pointers. > > > > Sincerely, > > Michael > > > > On Thursday, August 22, 2019 at 10:49:31 PM UTC+2, Michael Felt aka > > aixtools wrote: > >> > >> So, it seems I'll need to modify get_platform in the pep425tags.py > >> file, also in wheel - BUT - I am unsure if > >> > >> from .pep425tags import .... > >> > >> is actually importing from wheel/pep425tags.py > >> > >> Shall look further tomorrow. My changes do not look like they are > >> getting picked up. > >> > >> FYI: what I also notice: when I rebuilt pip yesterday it gave itself a > >> "dev0" tag, while wheel did not. > >> > >> On Thu, Aug 22, 2019 at 8:58 PM Michael Felt <aixtools at gmail.com> wrote: > >> > > >> > Many thanks. (and need to recall to reply to all)! > >> > > >> > I hope I can find where it looks / but first I need to "make" one with > >> > the correct tag info. > >> > > >> > Looks like it may all be resolvable without involving a PR in CPython. > >> > > >> > Michael > >> > On Thu, Aug 22, 2019 at 8:37 PM Chris Jerdonek <chris.jerdonek at > >> > gmail.com> wrote: > >> > > > >> > > > >> > > > >> > > On Thu, Aug 22, 2019 at 9:23 AM Michael Felt <aixtools at gmail.com> > >> > > wrote: > >> > >> > >> > >> ... > >> > >> > >> > >> creating build/bdist.aix-6.1/wheel/cffi-1.12.3.dist-info/WHEEL > >> > >> creating > >> > >> '/tmp/pip-wheel-u4xy3jit/cffi-1.12.3-cp37-cp37m-aix_6_1.whl' > >> > > > >> > > > >> > > It looks like this is where the wheel package creates the file name: > >> > > https://github.com/pypa/wheel/blob/b227ddd5beaba49294017d061d501f6d433393b0/wheel/bdist_wheel.py#L230-L231 > >> > > (by calling the bdist_wheel.get_tag() method) > >> > > > >> > > --Chris > >> > > > >> > >> > > > > -- > > You received this message because you are subscribed to the Google Groups > > "pypa-dev" group. > > To unsubscribe from this group and stop receiving emails from it, send an > > email to [email protected]. > > To view this discussion on the web visit > > https://groups.google.com/d/msgid/pypa-dev/451b5f7a-4d1e-480b-9397-5560900d5f4a%40googlegroups.com. > > -- > You received this message because you are subscribed to the Google Groups > "pypa-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pypa-dev/CANvxniUyP6TrfsHnbaZfaE9-5gTAXtaDpLtfm4mcgSgiJCcHow%40mail.gmail.com.
-- You received this message because you are subscribed to the Google Groups "pypa-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pypa-dev/CACac1F_C6Z5XNQK5FqmGA4Xc1CahYu-d_YxDWMZMs-KTc_PAXw%40mail.gmail.com.
