summary refs log tree commit diff
path: root/pkgs/development/interpreters/python
Commit message (Collapse)AuthorAge
* This is sha256, not md5Yury G. Kudryashov2012-03-01
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32715
* * Since we're rebuilding everything that depends on Python anyway, weEelco Dolstra2012-02-28
| | | | | | may as well update Python to the latest stable version. svn path=/nixpkgs/branches/stdenv-updates/; revision=32675
* Revert "remove empty readonly site-packages"Florian Friesdorf2012-02-28
| | | | | | This reverts commit 92b56e5686b06237c23ba41b6b8918ea643781dc. svn path=/nixpkgs/branches/stdenv-updates/; revision=32674
* Revert "do not propagate makeWrapper via pythonXYFull"Florian Friesdorf2012-02-28
| | | | | | This reverts commit 3ee2667e4c60c2ed850da8538cf135fe7f716f30. svn path=/nixpkgs/branches/stdenv-updates/; revision=32656
* Revert "pysite support for pythonXYFull wrapper"Florian Friesdorf2012-02-28
| | | | | | This reverts commit f77b9a16a9ef52951a601997593dc557a42660b9. svn path=/nixpkgs/branches/stdenv-updates/; revision=32653
* pysite support for pythonXYFull wrapperFlorian Friesdorf2012-02-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32593
* remove empty readonly site-packagesFlorian Friesdorf2012-02-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32590
* do not propagate makeWrapper via pythonXYFullFlorian Friesdorf2012-02-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32589
* symlink python manpage for pythonXYFullFlorian Friesdorf2012-02-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32588
* python wrapper commentFlorian Friesdorf2012-02-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32587
* add PSFL, update python meta (license, maintainers, unify description)Florian Friesdorf2012-02-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=32585
* * Apply r32435 from the trunk (always build Python with SSL support).Eelco Dolstra2012-02-21
| | | | | | Remove .ssl references from some packages missed in that commit. svn path=/nixpkgs/branches/stdenv-updates/; revision=32469
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* python wrapper that sets PYTHONHOME to the profile it is inFlorian Friesdorf2011-09-23
| | | | svn path=/nixpkgs/trunk/; revision=29462
* python-2.7: Attempt to fix the nixpkgs evaluation errorShea Levy2011-09-17
| | | | svn path=/nixpkgs/trunk/; revision=29327
* development/interpreters/python/2.7: Fix building on Linux 3.x (iirc, that ↵Alexander Tsamutali2011-09-17
| | | | | | was the problem). svn path=/nixpkgs/trunk/; revision=29325
* python-2.7: fix sqlite3 impurityPeter Simons2011-05-05
| | | | | | | | The build expression for python contains code that patches all occurrences of impure paths like "/usr" and "/opt" out of "setup.py". The same code must be run when building a python module, too. svn path=/nixpkgs/trunk/; revision=27164
* pkgs/development/interpreters/python/2.7/default.nix: strip trailing whitespacePeter Simons2011-05-05
| | | | svn path=/nixpkgs/trunk/; revision=27163
* python-2.7: Don't repeat the version number "2.7" in build instructions. ↵Peter Simons2011-05-05
| | | | | | Instead, use the variable ${majorVersion}. svn path=/nixpkgs/trunk/; revision=27162
* Adding Python 3.2Cillian de Roiste2011-04-19
| | | | svn path=/nixpkgs/trunk/; revision=26893
* * By popular demand, restore Python 2.6.Eelco Dolstra2011-04-06
| | | | svn path=/nixpkgs/trunk/; revision=26726
* * Hackery to get Python to build on Cygwin.Eelco Dolstra2011-04-05
| | | | svn path=/nixpkgs/branches/modular-python/; revision=26694
* * `patch' on FreeBSD doesn't like paths with // in them.Eelco Dolstra2011-04-04
| | | | svn path=/nixpkgs/branches/modular-python/; revision=26682
* * Remove Python 2.6, since the only remaining package that used itEelco Dolstra2011-03-28
| | | | | | (Calibre) also works with 2.7. svn path=/nixpkgs/branches/modular-python/; revision=26561
* * Move python/2.7/modules.nix into python/2.7/default.nix. AlsoEelco Dolstra2011-03-28
| | | | | | | remove the pythonModules attribute. The built-in modules are now accessible as (e.g.) "python.modules.ssl" or "pythonPackages.ssl". svn path=/nixpkgs/branches/modular-python/; revision=26559
* * Delete Python 2.4. It was only used by "zope", which doesn't evenEelco Dolstra2011-03-16
| | | | | | build. svn path=/nixpkgs/branches/modular-python/; revision=26350
* * Sync with the trunk.Eelco Dolstra2011-03-16
|\ | | | | | | svn path=/nixpkgs/branches/modular-python/; revision=26347
| * pkgs/development/interpreters/python/3.1: major simplification of the expressionPeter Simons2011-02-02
| | | | | | | | | | | | | | This change allows 'python3' to be built with approximately the same features as 'python27Full'. svn path=/nixpkgs/trunk/; revision=25757
| * pkgs/development/interpreters/python/3.1: enable parallel buildingPeter Simons2011-02-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=25754
| * pkgs/development/interpreters/python/3.1: added missing meta section attributesPeter Simons2011-02-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=25753
| * pkgs/development/interpreters/python/3.1/setup-hook.sh: fixed bogus version ↵Peter Simons2011-02-02
| | | | | | | | | | | | number svn path=/nixpkgs/trunk/; revision=25752
| * pkgs/development/interpreters/python/3.1: updated to version 3.1.3Peter Simons2011-02-02
| | | | | | | | svn path=/nixpkgs/trunk/; revision=25751
* | * Add some more Python modules.Eelco Dolstra2011-01-04
| | | | | | | | svn path=/nixpkgs/branches/modular-python/; revision=25390
* | * Python recompiles a Python if the mtime stored *in* the pyc/pyo fileEelco Dolstra2011-01-04
| | | | | | | | | | | | | | | | | | | | differs from the mtime of the source file. This doesn't work in Nix because Nix changes the mtime of files in the Nix store to 1. So treat that as a special case. Yes, this should make Python programs faster. svn path=/nixpkgs/branches/modular-python/; revision=25387
* | * Python 2.7: get rid of most dependencies.Eelco Dolstra2011-01-04
| | | | | | | | svn path=/nixpkgs/branches/modular-python/; revision=25385
* | * Build those Python modules in the Python distribution that requireEelco Dolstra2011-01-03
|/ | | | | | | | | | | additional dependencies (e.g. SQLite, X11, or Tcl/Tk) outside the main Python package (i.e., pythonBase). This makes pythonFull unnecessary: you can just pass the additional modules as buildInputs to packages that require them, e.g. buildInputs = [ pythonModules.sqlite3 ]; svn path=/nixpkgs/branches/modular-python/; revision=25364
* * Python 2.7.1.Eelco Dolstra2011-01-03
| | | | svn path=/nixpkgs/trunk/; revision=25362
* pkgs/development/interpreters/python/2.5: removed obsolete python version 2.5Peter Simons2010-08-26
| | | | | | | Python 2.5 is unused in nixpkgs -- 2.6 has been the default version for quite a while. svn path=/nixpkgs/trunk/; revision=23454
* pkgs/development/interpreters/python/2.7: added various meta attributesPeter Simons2010-08-18
| | | | svn path=/nixpkgs/trunk/; revision=23228
* pkgs/development/interpreters/python/wrapper.nix: clean up debug codePeter Simons2010-08-17
| | | | svn path=/nixpkgs/trunk/; revision=23200
* Added "python-$version-wrapper" expression.Peter Simons2010-08-16
| | | | | | | The python wrapper expression expects a list of Python modules, $extraLibs, which are added to $PYTHONPATH before executing the actual Python interpreter. svn path=/nixpkgs/trunk/; revision=23194
* pkgs/development/interpreters/python/2.7/setup-hook.sh: fixed incorrect ↵Peter Simons2010-08-11
| | | | | | version number svn path=/nixpkgs/trunk/; revision=23121
* Added Python version 2.7.Peter Simons2010-08-11
| | | | svn path=/nixpkgs/trunk/; revision=23117
* Enable parallel building of gcc, glibc, gmp, mpfr, ncurses, coreutils, perl, ↵Peter Simons2010-08-08
| | | | | | | | | | | | python, git, and qt4. If a build expressions has set "enableParallelBuilding = true", then the generic builder may utilize more than one CPU core to build that particular expression. This feature works out of the box for GNU Make. Expressions that use other build drivers like Boost.Jam or SCons have to specify appropriate flags such as "-j${NIX_BUILD_CORES}" themselves. svn path=/nixpkgs/trunk/; revision=23042
* Cleaned up the unspecified-extra-argument calls where there is no way to ↵Michael Raskin2010-07-08
| | | | | | access extra arguments. Tarball and full instantiation checks passed. svn path=/nixpkgs/trunk/; revision=22539
* Make WebKit use libsoup 2.31.2 via deepOverride. Edit a few packages that ↵Michael Raskin2010-07-08
| | | | | | were overridable but did not allow extra arguments. Remove a catch with deepOverride that pkgs.lib had this attribute in a different sense. svn path=/nixpkgs/trunk/; revision=22529
* python: support ncurses, replace composedArgsAndFun by makeOverridableMarc Weber2010-05-09
| | | | | | because composedArgsAndFun didn't pass values to the builder svn path=/nixpkgs/trunk/; revision=21686
* pkgs/development/interpreters/python/3.1: renamed this package to "python3"Peter Simons2010-04-23
| | | | | | | | Python version 3.x is really quite different from 2.x. Using a new name for the package prevents Nix from performing unintended updates to the 3.x version. svn path=/nixpkgs/trunk/; revision=21264
* - adding experimental python31 buildMarc Weber2010-04-17
| | | | | | | | | - cleanup python libraries: * moving all python libraries into a attr set into a directory so that expressions can be used for both: python 2.5 and 2.6 easily * disabling packages which don't build svn path=/nixpkgs/trunk/; revision=21142
* pkgs/development/interpreters/python/2.6: updated to version 2.6.5Peter Simons2010-03-23
| | | | svn path=/nixpkgs/trunk/; revision=20775