Discussion:
[Docutils-users] Wheel distributions on PyPI
Alistair Lynn
2015-02-16 17:47:22 UTC
Permalink
Hi–

Currently, docutils on PyPI only has the source distribution. Is there any possibility that wheels for Python 2 and Python 3 could appear there as well?

The 2to3 process for installation in Python 3 means docutils can take a while to install, so having a wheel distribution would be very convenient for me, and probably others.

Thanks

Alistair
David Goodger
2015-02-16 18:56:08 UTC
Permalink
On Mon, Feb 16, 2015 at 11:47 AM, Alistair Lynn
Post by Alistair Lynn
Hi–
Currently, docutils on PyPI only has the source distribution. Is there any possibility that wheels for Python 2 and Python 3 could appear there as well?
The 2to3 process for installation in Python 3 means docutils can take a while to install, so having a wheel distribution would be very convenient for me, and probably others.
Sure, there's a possibility. Somebody just has to be interested enough
and have enough time to do it.

I've heard of wheels, but I have no idea what is involved in producing
them, and little interest or time. The infrastructure of Docutils,
including the setup.py script, is all open. Patches are welcome.
--
David Goodger <http://python.net/~goodger>

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Docutils-users mailing list
Docutils-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-users

Please use "Reply All" to
Ben Finney
2015-02-17 04:45:44 UTC
Permalink
Post by David Goodger
On Mon, Feb 16, 2015 at 11:47 AM, Alistair Lynn
Post by Alistair Lynn
Currently, docutils on PyPI only has the source distribution. Is
there any possibility that wheels for Python 2 and Python 3 could
appear there as well?
Sure, there's a possibility. Somebody just has to be interested enough
and have enough time to do it.
Making the wheel distributions appear at the Docutils site would need
authorisation to upload them, right?

Who has that authority, and what would that person need to do to permit
upload of a new type of distribution?

I imagine it's the same as “whoever currently uploads an sdist”. So
someone from that set of people would need to be involved also in
uploading wheel distributions.
--
\ “I am the product of millions of generations of individuals who |
`\ each fought against a hostile universe and won, and I aim to |
_o__) maintain the tradition.” —Paul Z. Myers, 2009-09-12 |
Ben Finney


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Docutils-users mailing list
Docutils-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-users

P
Doug Hellmann
2015-02-17 13:50:35 UTC
Permalink
Post by Ben Finney
Post by David Goodger
On Mon, Feb 16, 2015 at 11:47 AM, Alistair Lynn
Post by Alistair Lynn
Currently, docutils on PyPI only has the source distribution. Is
there any possibility that wheels for Python 2 and Python 3 could
appear there as well?
Sure, there's a possibility. Somebody just has to be interested enough
and have enough time to do it.
Making the wheel distributions appear at the Docutils site would need
authorisation to upload them, right?
Who has that authority, and what would that person need to do to permit
upload of a new type of distribution?
They need to be added as a maintainer on PyPI. The site recognizes wheel files automatically, so nothing else needs to be changed.

Doug
Post by Ben Finney
I imagine it's the same as “whoever currently uploads an sdist”. So
someone from that set of people would need to be involved also in
uploading wheel distributions.
--
\ “I am the product of millions of generations of individuals who |
`\ each fought against a hostile universe and won, and I aim to |
_o__) maintain the tradition.” —Paul Z. Myers, 2009-09-12 |
Ben Finney
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Docutils-users mailing list
https://lists.sourceforge.net/lists/listinfo/docutils-users
Please use "Reply All" to reply to the list.
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
Docutils-users mailing list
Docutils-***@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/docutils-users

Please use "Rep

Loading...