Jan. 30, 2014
10:32 a.m.
On 30 Jan 2014, at 19:23, Vinay Sajip <vinay_sajip@yahoo.co.uk> wrote:
-------------------------------------------- On Thu, 30/1/14, Ronald Oussoren <ronaldoussoren@mac.com> wrote:
Is there a way to create a wheel that contains only python code, but can only be installed on particular platforms?
Perhaps not yet, but the idea is there in the 'supports_environments' metadata in PEP 426. This is currently supported by distil, but I don't believe pip does yet.
supports_environment would work for me. Ronald