summary refs log tree commit diff
path: root/pkgs/development/python-modules
Commit message (Collapse)AuthorAge
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
| | | | | Likewise for propagatedBuildNativeInputs, etc. "buildNativeInputs" sounds like an imperative rather than a noun phrase.
* python: do not delete site.py for now as it breaks existing use casesFlorian Friesdorf2012-12-07
| | | | see #209, thx shlevy for reporting this
* change order of phases for python modules: checkPhase after installPhaseFlorian Friesdorf2012-12-05
| | | | at least pycrypto it helps
* pycrypto for python26 and 27Florian Friesdorf2012-12-05
|
* pil uses buildPythonPackage and is now actually also built for 2.6Florian Friesdorf2012-12-05
|
* propagate setuptoolsSite to load pth filesFlorian Friesdorf2012-12-03
|
* setuptoolsSite - only setuptools' site.pyFlorian Friesdorf2012-12-03
|
* make diff to master look nicerFlorian Friesdorf2012-12-03
|
* Merge branch 'channel-nixos' into python-mergeFlorian Friesdorf2012-11-29
|\
| * Remove a bunch of unreferenced filesEelco Dolstra2012-11-29
| | | | | | | | Plus a small number of obsolete packages (like old versions of qemu).
* | include offlineDistutils in preConfigure instead of configurePhaseFlorian Friesdorf2012-11-29
| |
* | Merge branch 'py/offline-distutils' into python-mergeFlorian Friesdorf2012-11-24
|\ \ | | | | | | | | | | | | | | | Conflicts: pkgs/development/python-modules/generic/builder.sh pkgs/development/python-modules/generic/default.nix
| * | offlineDistutils in PYTHONPATH in configurePhase instead of builder.shFlorian Friesdorf2012-11-24
| | | | | | | | | | | | | | | Conflicts: pkgs/development/python-modules/generic/default.nix
| * | 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
|\| | | | | | | | | | | | | | Conflicts: pkgs/development/python-modules/generic/default.nix
| * | use offline-disutils in buildPythonPackageFlorian Friesdorf2012-11-23
| | |
| * | python-offline-distutilsFlorian Friesdorf2012-11-23
| |/
* | Merge branch 'py/pth-create' into python-mergeFlorian Friesdorf2012-11-23
|\ \ | | | | | | | | | | | | Conflicts: pkgs/development/python-modules/generic/default.nix
| * | move pth rename and site.py removal to buildPhaseFlorian Friesdorf2012-11-23
| | | | | | | | | | | | | | | This leaves the installCommand to be only easy_install and makes it easy again to overwrite this.
* | | Merge branch 'py/always-unzip' into python-mergeFlorian Friesdorf2012-11-22
|\ \ \ | | | | | | | | | | | | | | | | Conflicts: pkgs/development/python-modules/generic/default.nix
| * | | python: always unzip eggs installed into the storeFlorian Friesdorf2012-07-21
| | | | | | | | | | | | | | | | grepping and tagging are two use cases coming to mind
* | | | Merge branch 'py/pth-recursive' into python-mergeFlorian Friesdorf2012-11-22
|\ \ \ \
| * | | | recursive pth loaderFlorian Friesdorf2012-07-23
| |/ / /
* | | | Merge branch 'py/pth-create' into python-mergeFlorian Friesdorf2012-11-22
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | 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
| |/
* / Gajim: make OpenSSL code workMichael Raskin2012-09-13
|/
* pyqt: Adding a new url; the old does not work anymore.Lluís Batlle i Rossell2012-07-02
|
* pyqt-4.9.1Yury G. Kudryashov2012-06-09
| | | | svn path=/nixpkgs/trunk/; revision=34396
* sip-4.13.2Yury G. Kudryashov2012-06-09
| | | | svn path=/nixpkgs/trunk/; revision=34395
* this won't compile yet as there is a python problem, probably related to ↵Joachim Schiele2012-06-08
| | | | | | what marc weber already fixed. will fix that later svn path=/nixpkgs/trunk/; revision=34388
* * Updated to pycrypto to 2.6.Eelco Dolstra2012-05-30
| | | | svn path=/nixpkgs/trunk/; revision=34291
* Patching python-virtualenv so that it doesn't fail if the python version is ↵Cillian de Roiste2012-05-19
| | | | | | specified, e.g. --python=python2.7, and now iff the python version is specified it successfully also installs additional libs such as readline into the virtualenv svn path=/nixpkgs/trunk/; revision=34184
* numpy: reverted build fix that committed earlier on behalf of Konrad HinsenPeter Simons2012-05-09
| | | | | | The patch broke the build of matplotlib. svn path=/nixpkgs/trunk/; revision=34023
* numpy: fixed build (patch by Konrad Hinsen)Peter Simons2012-04-28
| | | | svn path=/nixpkgs/trunk/; revision=33941
* Adding a mirror for the pyqt version we use; the usual upstream channel does notLluís Batlle i Rossell2012-04-25
| | | | | | | have the file anymore. svn path=/nixpkgs/trunk/; revision=33917
* Revert "python site.py that loads pth files anywhere on PYTHONPATH"Florian Friesdorf2012-02-28
| | | | | | This reverts commit fac80449abd57c271dfb98d392e49e4135dfc50c. svn path=/nixpkgs/branches/stdenv-updates/; revision=32663
* Revert "pth file with deps, only current package's scripts, no colliding files"Florian Friesdorf2012-02-28
| | | | | | This reverts commit 3a37caa6a278fb244eac4a6bb1452d1914159be8. svn path=/nixpkgs/branches/stdenv-updates/; revision=32662
* Revert "clean setuptools from colliding files - it is not using buildPythonPkg"Florian Friesdorf2012-02-28
| | | | | | This reverts commit 9bc390eb7b9bcbe8b4951797010efd27afbe7afd. svn path=/nixpkgs/branches/stdenv-updates/; revision=32661
* Revert "include site for python wrappers to enable deps via pth files"Florian Friesdorf2012-02-28
| | | | | | This reverts commit dca280ab0b668553c50506ab7b31284e8477a803. svn path=/nixpkgs/branches/stdenv-updates/; revision=32660
* Revert "prevent distutils during module install from downloading and load ↵Florian Friesdorf2012-02-28
| | | | | | | | pth files" This reverts commit 2a151d9df99f68c555a9f1fd2c80b8889561e9e3. svn path=/nixpkgs/branches/stdenv-updates/; revision=32659
* Revert "insert pth eggs at index of site-packages they come from"Florian Friesdorf2012-02-28
| | | | | | This reverts commit daa626efe76d8602c7892aaa338d526ea88bfe1b. svn path=/nixpkgs/branches/stdenv-updates/; revision=32658
* Revert "meta for offline-distutils"Florian Friesdorf2012-02-28
| | | | | | This reverts commit 8fcf025e5f80519a6f06c0b36aee007fe16a6e31. svn path=/nixpkgs/branches/stdenv-updates/; revision=32657
* Revert "removal of deps' scripts only if easy-install.pth exists"Florian Friesdorf2012-02-28
| | | | | | This reverts commit a74507f63e2af67cf64dc3e67bfbf2771120f67e. svn path=/nixpkgs/branches/stdenv-updates/; revision=32655
* Revert "include site in pythonpath of wrapped scripts, if python-site is ↵Florian Friesdorf2012-02-28
| | | | | | | | installed" This reverts commit 1ac12b0d4b64936104cb6031b02c92c3d1845ae5. svn path=/nixpkgs/branches/stdenv-updates/; revision=32654