Changes between Version 50 and Version 51 of SummerOfCode


Ignore:
Timestamp:
Mar 11, 2008, 6:36:18 PM (16 years ago)
Author:
raimue (Rainer Müller)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v50 v51  
    2323||Ernest Prabhakar ||gui     ||drernie ||
    2424||James Berry      ||mpwa, dependencies    ||jberry  ||
     25||Rainer Mueller   ||python port groups||raimue||
    2526
    2627
     
    4243
    4344Improve Python [http://trac.macosforge.org/projects/macports/browser/trunk/base/src/port1.0/resources/group group] code.[[BR]]
    44 We currently have a lot of Python modules, which are built for Python 2.4. We now need a system to re-use port information about one python port to create Ports for Python 2.4 AND Python 2.5 (and possibly later versions).
     45We currently have a lot of Python modules, which are built for Python 2.4. We now need a system to re-use port information about one python port to create Ports for Python 2.4 AND Python 2.5 (and also for the upcoming 2.6 and 3.0 release).
    4546This though has to be made modular, so we can just re-use the description, etc. (if different versions of one module are required for different Python versions) or just re-use the whole information (checksums, etc.).
    4647This system will be interesting for other kind of subsystems, too, where different interpreters/virtual machines/compilers should be used.
     
    4849Classification: medium task[[BR]]
    4950Programming languages: Tcl[[BR]]
    50 Potential mentor:
     51Potential mentor: raimue
    5152
    5253==== Task 3: Virtual "chroot" ====