summary refs log tree commit diff
path: root/pkgs/development/python-modules/generic
Commit message (Expand)AuthorAge
* propagate setuptoolsSite to load pth filesFlorian Friesdorf2012-12-03
* make diff to master look nicerFlorian Friesdorf2012-12-03
* include offlineDistutils in preConfigure instead of configurePhaseFlorian Friesdorf2012-11-29
* Merge branch 'py/offline-distutils' into python-mergeFlorian Friesdorf2012-11-24
|\
| * offlineDistutils in PYTHONPATH in configurePhase instead of builder.shFlorian Friesdorf2012-11-24
| * fix python module builderFlorian Friesdorf2012-11-23
* | fix python module builderFlorian Friesdorf2012-11-23
* | Merge branch 'py/offline-distutils' into python-mergeFlorian Friesdorf2012-11-23
|\|
| * fix builder in python-moduleFlorian Friesdorf2012-11-23
* | Merge branch 'py/offline-distutils' into python-mergeFlorian Friesdorf2012-11-23
|\|
| * use offline-disutils in buildPythonPackageFlorian Friesdorf2012-11-23
* | Merge branch 'py/pth-create' into python-mergeFlorian Friesdorf2012-11-23
|\ \
| * | move pth rename and site.py removal to buildPhaseFlorian Friesdorf2012-11-23
* | | Merge branch 'py/always-unzip' into python-mergeFlorian Friesdorf2012-11-22
|\ \ \ | |/ / |/| |
| * | python: always unzip eggs installed into the storeFlorian Friesdorf2012-07-21
| |/
* | fix pth filesFlorian Friesdorf2012-07-22
* | python: create pth files for python build inputs (propagate/native or not)Florian Friesdorf2012-07-21
* | python: remove colliding site.py* filesFlorian Friesdorf2012-07-21
* | python: rename eventually created easy_install.pth to pkg-specific fileFlorian Friesdorf2012-07-21
|/
* 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