summary refs log tree commit diff
path: root/pkgs/development/python-modules/generic
AgeCommit message (Expand)AuthorFilesLines
2011-03-30* Generic Python builder: support preCheck and postCheck.Eelco Dolstra1-1/+8
2011-03-29* wrapPythonPrograms: don't hard-code the Python library prefix.Eelco Dolstra1-1/+1
2011-03-28* wrapPythonPrograms: rewrite the common "#! .../env python" idiom toEelco Dolstra1-0/+7
2011-03-28* Move the wrapPythonPrograms function into a separate setup hookEelco Dolstra2-42/+43
2011-03-28* buildPythonPackage: added an argument `pythonPath' to specify PythonEelco Dolstra1-71/+76
2010-07-28pkgs/development/python-modules/generic: parameterize build/install commandPeter Simons1-1/+4
2010-04-21* Reverted most of the recent Python refactorings, as discussed. It'sEelco Dolstra1-0/+98
2010-04-17- adding experimental python31 buildMarc Weber1-98/+0
2010-03-01buildPythonPackage: Adapt to the cross-build-aware `stdenv'.Ludovic Courtès1-2/+2
2009-08-11buildPythonPackage: Allow `checkPhase' and `postInstall' to be customized.Ludovic Courtès1-5/+6
2009-06-28buildPythonPackage: Wrap binaries with an appropriate $PATH.Ludovic Courtès1-1/+15
2009-06-28buildPythonPackage: Inherit extra attributes from its argument.Ludovic Courtès1-2/+8
2009-06-28buildPythonPackage: Allow callers to get rid of the `python-' name prefix.Ludovic Courtès1-2/+3
2009-05-26buildPythonPackage: Simplify attribute inheritance.Ludovic Courtès1-12/+2
2009-05-24buildPythonPackage: Handle patches.Ludovic Courtès1-0/+7
2009-05-24Add a `buildPythonPackage' function.Ludovic Courtès1-0/+79