summaryrefslogtreecommitdiff
path: root/pkgs/development/interpreters/python/2.7
AgeCommit message (Collapse)Author
2016-07-28Python: move interpretersFrederik Rietdijk
Move Python interpreters (CPython, PyPy) to same folder and share layout.
2016-07-19Python 2.7.11 -> 2.7.12Frederik Rietdijk
2016-07-19Python 2.7: add lessFrederik Rietdijk
2016-07-05Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen
2016-07-01python: fix modules in buildEnv, closes #16646Frederik Rietdijk
Python 2.7 on Nix is stripped of some modules, which can be added when needed. This was broken with python.buildEnv.
2016-07-01python-2.7: Don't use ldconfig and speed up uuid loadEelco Dolstra
2016-06-20Captialize meta.description of all packagesBjørn Forsman
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2016-05-29python: add python.withPackages functionBenno Fünfstück
Fixes #15801
2016-05-17rename iElectric to domenkozar to match GitHubDomen Kožar
2016-05-16Bring my stdenv.lib.maintainers user name in line with my github nick.Peter Simons
2016-04-25add get* helper functions and mass-replace manual outputs search with themNikolay Amiantov
2016-02-13python2: Fix on non-LinuxTuomas Tynkkynen
The location of this 'regen' script (whatever is does) depends on the platform. AFAICT it always exists due to this: $(srcdir)/Lib/$(PLATDIR): mkdir $(srcdir)/Lib/$(PLATDIR) cp $(srcdir)/Lib/plat-generic/regen $(srcdir)/Lib/$(PLATDIR)/regen
2016-02-13python2: Fix on DarwinTuomas Tynkkynen
Presumably $out/lib/python*/plat-linux2/ is a Linux-only thing.
2015-12-11Merge branch 'master' into closure-sizeLuca Bruno
2015-12-08python27: 2.7.10 -> 2.7.11Rok Garbas
2015-11-20Merge staging into closure-sizeVladimír Čunát
The most complex problems were from dealing with switches reverted in the meantime (gcc5, gmp6, ncurses6). It's likely that darwin is (still) broken nontrivially.
2015-11-19use per-derivation sandbox profilesJude Taylor
2015-11-03darwin purity: pythonPackages.pandasJude Taylor
2015-10-03Merge commit staging+systemd into closure-sizeVladimír Čunát
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-09-15x11: replace its usage by xlibsWrapper directlyVladimír Čunát
Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
2015-06-19remove unbuildables from impure darwin stdenvJude Taylor
2015-06-19darwin purity: python-2.7Jude Taylor
2015-06-18Merge #8363: pure-darwin stdenvVladimír Čunát
2015-06-18pure darwin stdenvJude Taylor
2015-06-15python: Correctly detect ncurses opaque apiWilliam A. Kennington III
2015-06-12cygwin: python27 gdbm module needs gettextRok Garbas
2015-05-28cygwin: for 2.7.10 export-PyNode_SizeOf patch not needed anymoreRok Garbas
2015-05-28cygwin: python-2.7Florian Friesdorf
2015-05-24python: 2.7.9 -> 2.7.10Domen Kožar
2015-05-14fix evalDomen Kožar
2015-05-13python: pass stdenv.glibc to crypt module to expose crypt.soDomen Kožar
2015-05-12python2: Pass configureFlags to modules as well.aszlig
Fixes regression from 086e801d5132bcf9a4e4cac56c361651b7b22ac0. The switch tu UCS-4 only happened for the main Python interpreter and libraries, but the extension modules were using the same source but without any configureFlags, so the extensions still referred to UCS-2 symbols. Tested module builds of Python 2.7 and all modules except crypto fail. Also tested against sqlite3 module of Python 2.6, although for other modules there still seems to be an unrelated build failure with Tcl/Tk libraries, so we might need to fix that later. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-12python2: Don't fail silently on module build.aszlig
A build output of such a failure can be found here: http://hydra.nixos.org/build/21994789/nixlog/1/raw The build_ext command doesn't return non-zero if it fails but instead produces a file with a "_failed.so" suffix, which we're now checking after the build_ext command. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-06Enable old pythons' wide buildsDario Bertini
2015-04-19python2*: fix modules as well after 4101db0beVladimír Čunát
There was a typo that failed them. Also, drop pkgconfig again, as it seems unused; and fix python26. Now all python*.modules build, except for python26.tkinter which fails on master as well.
2015-04-18python2*: fix detecting C libs, no header referencesVladimír Čunát
2015-03-29python 2.7: add x11Support optionJan Malakhovski
2015-01-24Explicitly specify the pythonVersion and use that together with ↵Dario Bertini
versionOlder/versionAtLeast to specify bounds
2014-12-26Missed gcc refsShea Levy
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2014-12-14python: 2.7.8 -> 2.7.9Domen Kožar
(cherry picked from commit 1f059cd5a91fee7d4ec50c7272bca5bc6733f245) Signed-off-by: Domen Kožar <domen@dev.si>
2014-11-14Merge branch 'master' into stagingVladimír Čunát
Conflicts (simple): pkgs/development/lisp-modules/clwrapper/setup-hook.sh
2014-11-13python: add python.interpreter attributeDomen Kožar
2014-10-24Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra
2014-10-24python: adding test/test_support.py module in all python versionsRok Garbas
- test/test_support.py module is used by many libraries which backport python 3.0 functionality to 2.6/2.7 - enable subprocess32 tests (now passing for python 2.6/2.7)
2014-10-23Merge recent master into stagingVladimír Čunát
Hydra nixpkgs: ?compare=1156478
2014-10-19python27FullBuildEnv -> python.buildEnv for all interpretersDomen Kožar
2014-10-16Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra
Conflicts: pkgs/development/libraries/poppler/default.nix
2014-10-16Merge pull request #4495 from NixOS/pythonFull_improvementsDomen Kožar
PythonFull improvements
2014-10-16simplifyDomen Kožar