Opened 15 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)

setuptools.diff (13.6 KB ) - added by benoitc 15 years ago.
setuptools diff

Download all attachments as: .zip

Change History (3)

by benoitc, 15 years ago

Attachment: setuptools.diff added

setuptools diff

comment:1 by Karen Tracey, 15 years ago

Triage Stage: UnreviewedDesign 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 Malcolm Tredinnick, 14 years ago

Resolution: wontfix
Status: newclosed

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.

Note: See TracTickets for help on using tickets.
Back to Top