Changes between Version 175 and Version 176 of SummerOfCode


Ignore:
Timestamp:
Feb 29, 2012, 9:00:30 PM (12 years ago)
Author:
nerdling (Jeremy Lavergne)
Comment:

start drafting idea for python's pip

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode

    v175 v176  
    111111Programming languages: Perl and probably Tcl[[BR]]
    112112Potential mentor: TBD
     113
     114{{{
     115#!comment
     116==== Integrate with Python's PIP ==== #pip
     117
     118MacPorts should be able to search and install python packages using pip. MacPorts should continue to track what is installed and lock as it interacts with pip.
     119
     120Pip generates dependency files which should be made readable by MacPorts, perhaps as automatically generated Portfiles if one does not already exist.
     121
     122Classification: medium to challenging task[[BR]]
     123Programming languages: Tcl, Python, C[[BR]]
     124Potential mentor: snc
     125}}}
    113126
    114127==== Automatic testing ==== #testing