Issue1578658

classification
Title: dist-util changes for jython
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: akuchling, cgroves, fwierzbicki
Priority: normal Keywords: patch

Created on 2006-10-17.05:07:08 by anonymous, last changed 2008-11-03.20:33:03 by fwierzbicki.

Files
File name Uploaded Description Edit Remove
distutils.patch1 nobody, 2006-10-17.05:07:08
Messages
msg2536 (view) Author: Nobody/Anonymous (nobody) Date: 2006-10-17.05:07:08
The changes allow setup and other dist-util stuff to
run on jython.

The patch is against distutils version 1.0.2 which is
last release available independently AFAIK


supreet
http://supreetsethi.net
msg2537 (view) Author: Charlie Groves (cgroves) Date: 2006-10-20.21:04:19
Logged In: YES 
user_id=1174327

This appears to be a patch against distutils, not jython. 
Ideally this would be a patch against the distutils in
Python-2.2.3 that contains all that we would need to bundle
it as part of Jython.  Otherwise there's not much jython(the
project) can do with it. This would be nice to have in the
wiki as a way to get distutils working with the standalone
version if you decide not to go the extra mile and integrate
with the python std lib version.
msg2538 (view) Author: A.M. Kuchling (akuchling) Date: 2006-11-18.18:52:29
I can look at the patch and apply it to the release22-maint branch in the CPython SVN.

Is Jython packaged with the library in Python 2.2.3, or against the latest version on the release22-maint branch?
msg2539 (view) Author: A.M. Kuchling (akuchling) Date: 2006-12-10.00:39:21
Committed to the 22-maint branch in rev. 52979; I added a change to sysconfig.py, adding a case for the 'java' platform to get_python_lib().

I'll forward-port the change to the other maintenance branches, eventually.

Thanks for your patch!
msg3738 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2008-11-03.20:33:03
Since this was applied to CPython's 22-maint branch, this can be closed.
History
Date User Action Args
2008-11-03 20:33:03fwierzbickisetstatus: open -> closed
nosy: + fwierzbicki
resolution: accepted
messages: + msg3738
2006-10-17 05:07:08anonymouscreate