Menu

#43 Make setup.py build wheels.

Default
closed-fixed
None
5
2015-05-07
2015-01-03
ionel
No

Just add this to setup.cfg:

[bdist_wheel]
universal = 1

See https://packaging.python.org/en/latest/distributing.html#universal-wheels

Discussion

  • Günter Milde

    Günter Milde - 2015-02-16

    Docutils is not fit for Universal Wheels. Docutils supports both Python 2 and 3, but with different code (we use “2to3”). This would make it a candidate for "Pure Python wheels".
    https://packaging.python.org/en/latest/distributing.html#pure-python-wheels

     

    Last edit: Günter Milde 2015-04-13
  • Günter Milde

    Günter Milde - 2015-02-24
    • summary: Make setup.py build universal wheels. --> Make setup.py build wheels.
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,3 @@
    -
     Just add this to setup.cfg:
    
     [bdist_wheel]
    
     
  • Günter Milde

    Günter Milde - 2015-02-24

    Ticket moved from /p/docutils/bugs/271/

     
  • engelbert gruber

    • status: pending-remind --> closed-fixed
    • assigned_to: engelbert gruber
    • Group: repository --> Default
     
  • engelbert gruber

    on release build a wheel for py3 and upload to pypi
    (just do not forget)

     

Log in to post a comment.