Opened 16 years ago
Closed 14 years ago
#11023 closed (wontfix)
replace distutils by setuptools
Reported by: | benoitc | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.0 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Design decision needed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Here is a quick patch to replace the use of distutils by setuptools. Tested on macosx with py26/py25
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | setuptools.diff added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Design decision needed |
---|
What's the motivation for this given that Django used to used setuptools and it eventually caused enough problems that its use was removed in favor of standard distutils (see r3906)? Have things changed? If so it would be good to provide some evidence of that, so that it's clear that doing this doesn't just put us back to where we were three years ago, wanting to switch back to plain distutils.
comment:2 by , 14 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Distutils is shipped with Python. Setuptools requires downloads from the net to work (or frequent updates of the base file). This isn't worth the pain.
setuptools diff