summary refs log tree commit diff
path: root/pkgs/development/python-modules/generic
Commit message (Expand)AuthorAge
* Revert "pth file with deps, only current package's scripts, no colliding files"Florian Friesdorf2012-02-28
* Revert "include site for python wrappers to enable deps via pth files"Florian Friesdorf2012-02-28
* Revert "prevent distutils during module install from downloading and load pth...Florian Friesdorf2012-02-28
* Revert "removal of deps' scripts only if easy-install.pth exists"Florian Friesdorf2012-02-28
* Revert "include site in pythonpath of wrapped scripts, if python-site is inst...Florian Friesdorf2012-02-28
* Revert "suffix pythonpath"Florian Friesdorf2012-02-28
* Revert "PYTHONPATH in preConfigure instead of configurePhase"Florian Friesdorf2012-02-28
* Revert "added unzip to buildPythonPackage's buildInputs - used quite often"Florian Friesdorf2012-02-28
* Revert "move checkPhase after fixupPhase for python packages"Florian Friesdorf2012-02-28
* Revert "enable preConfigure for python packages again"Florian Friesdorf2012-02-28
* enable preConfigure for python packages againFlorian Friesdorf2012-02-27
* move checkPhase after fixupPhase for python packagesFlorian Friesdorf2012-02-27
* added unzip to buildPythonPackage's buildInputs - used quite oftenFlorian Friesdorf2012-02-27
* PYTHONPATH in preConfigure instead of configurePhaseFlorian Friesdorf2012-02-26
* suffix pythonpathFlorian Friesdorf2012-02-26
* include site in pythonpath of wrapped scripts, if python-site is installedFlorian Friesdorf2012-02-26
* removal of deps' scripts only if easy-install.pth existsFlorian Friesdorf2012-02-26
* prevent distutils during module install from downloading and load pth filesFlorian Friesdorf2012-02-26
* include site for python wrappers to enable deps via pth filesFlorian Friesdorf2012-02-26
* pth file with deps, only current package's scripts, no colliding filesFlorian Friesdorf2012-02-26
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
* * Generic Python builder: support preCheck and postCheck.Eelco Dolstra2011-03-30
* * wrapPythonPrograms: don't hard-code the Python library prefix.Eelco Dolstra2011-03-29
* * wrapPythonPrograms: rewrite the common "#! .../env python" idiom toEelco Dolstra2011-03-28
* * Move the wrapPythonPrograms function into a separate setup hookEelco Dolstra2011-03-28
* * buildPythonPackage: added an argument `pythonPath' to specify PythonEelco Dolstra2011-03-28
* pkgs/development/python-modules/generic: parameterize build/install commandPeter Simons2010-07-28
* * Reverted most of the recent Python refactorings, as discussed. It'sEelco Dolstra2010-04-21
* - adding experimental python31 buildMarc Weber2010-04-17
* buildPythonPackage: Adapt to the cross-build-aware `stdenv'.Ludovic Courtès2010-03-01
* buildPythonPackage: Allow `checkPhase' and `postInstall' to be customized.Ludovic Courtès2009-08-11
* buildPythonPackage: Wrap binaries with an appropriate $PATH.Ludovic Courtès2009-06-28
* buildPythonPackage: Inherit extra attributes from its argument.Ludovic Courtès2009-06-28
* buildPythonPackage: Allow callers to get rid of the `python-' name prefix.Ludovic Courtès2009-06-28
* buildPythonPackage: Simplify attribute inheritance.Ludovic Courtès2009-05-26
* buildPythonPackage: Handle patches.Ludovic Courtès2009-05-24
* Add a `buildPythonPackage' function.Ludovic Courtès2009-05-24