demjson icon indicating copy to clipboard operation
demjson copied to clipboard

wheels for demjson

Open srkunze opened this issue 9 years ago • 4 comments

Hi, do yo consider providing Python wheels for demjson? cf. http://pythonwheels.com/

srkunze avatar Oct 02 '15 14:10 srkunze

I have not had time yet to consider updating the packaging method. I was planning on doing this either if a new release was issued (not planned yet) or when I had extra time; but currently there is no expected timeframe.

Is there a need for a wheel version at this time?

dmeranda avatar Oct 05 '15 06:10 dmeranda

Great to hear.

There is not pressing need for them from my side. The old way still works. :)

srkunze avatar Oct 05 '15 10:10 srkunze

Just noting that two 'pure python wheel' could be created -- one for Python 2 and another for Python 3.

A universal wheel isnt possible while 2to3 is used. And 2to3 is IMO a necessary evil if Python 3.2 needs to be supported.

jayvdb avatar Feb 18 '16 11:02 jayvdb

Interesting. Didn't know that about 2to3.

I have one project with two wheels (for Python 2 and 3) myself. Just do python3 setup.py bdist_wheel or python setup.py sdist bdist_wheel. :)

srkunze avatar Feb 18 '16 16:02 srkunze