[Distutils] wheel questions
Daniel Holth
dholth at gmail.com
Fri Mar 21 20:45:24 CET 2014
On Fri, Mar 21, 2014 at 3:34 PM, Thomas Heller <theller at ctypes.org> wrote:
> Am 21.03.2014 20:19, schrieb Daniel Holth:
>
>> 2. You are correct. We plan to switch the default to be py3-none-any
>> "runs on some Python 3 interpreter". cp33 means "only runs on CPython"
>> however we have decided this tag is probably less useful than
>> initially posited since there are other ways to say "has a C
>> extension".
>
>
> So, currently it is possible with 'pip install' to install a -cp33- wheel
> also on 3.4?
Yes.
> Is there a way to specify the actual filename of the wheel, or is this
> always determined automatically?
No, but a patch is in the works. You can just use 'mv' (rename the file).
More information about the Distutils-SIG
mailing list