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 <[email protected]> wrote: > > > > On Thu, Aug 22, 2019 at 9:23 AM Michael Felt <[email protected]> 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/CANvxniWHwBGMnwEds_1qs1-FG-rgv2dZO4qbKpGxTRcuxE0vJg%40mail.gmail.com.
