[Distutils] ctypes and shared libs, and wheels, oh my!

Daniel Holth dholth at gmail.com
Wed Jun 11 18:50:27 CEST 2014


If you insert those tags into this list, in the
pip.pep425tags.get_supported() function:
https://github.com/pypa/pip/blob/develop/pip/pep425tags.py#L38 then
your wheel will become installable.

I'd probably put it right after these:
https://github.com/pypa/pip/blob/develop/pip/pep425tags.py#L78

On Wed, Jun 11, 2014 at 12:32 PM, Chris Barker <chris.barker at noaa.gov> wrote:
> On Wed, Jun 11, 2014 at 9:09 AM, Daniel Holth <dholth at gmail.com> wrote:
>>
>> This is in the bug tracker already. We need to add the py2-none-arch tags
>> etc. to Pip's list.
>
> Great, thanks. Is the idea that:
>
> pyenchant-1.6.6-py2.py3-none-macosx_10_6_intel.whl
>
> should have worked? And will in some future version?
>
> -Chris
>
>
> --
>
> Christopher Barker, Ph.D.
> Oceanographer
>
> Emergency Response Division
> NOAA/NOS/OR&R            (206) 526-6959   voice
> 7600 Sand Point Way NE   (206) 526-6329   fax
> Seattle, WA  98115       (206) 526-6317   main reception
>
> Chris.Barker at noaa.gov


More information about the Distutils-SIG mailing list