[Distutils] Python people want CPAN and how the latter came about
Glyph Lefkowitz
glyph at twistedmatrix.com
Wed Dec 23 23:20:44 CET 2009
On Dec 23, 2009, at 4:33 PM, Lennart Regebro wrote:
>>
>> 1/ Missing packages (eg: Twisted is not there)
>
> The Twisted guys do not upload their packages to PyPI. I think that's
> a mistake, but it's hardly PyPI's fault. There is no law saying you
> have to use CPAN either.
For what it's worth, we don't upload because it's a big pain, and nobody cares anyway.
It's a big pain because there are two ways to upload, and neither one works for us. We can't use 'setup.py upload' because we don't use 'sdist' to produce our tarball releases (although a discussion of why 'sdist' is insufficient is a topic for another post). The other way to upload, manually interacting with a form in a web browser, is annoying and as far as I know it is hostile to automation.
Nobody cares because you can 'easy_install twisted' already, and you can find Twisted on the PyPI web page. It's not clear to us what benefits uploading to PyPI would have beyond that.
If someone would like to give us a good reason to upload or explain how uploading might be made easy, maybe we'd start doing it :).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20091223/578e7cb1/attachment.htm>
More information about the Distutils-SIG
mailing list