Herwig Hochleitner
1172c6be9b
pypy: 5.4.0 -> 5.4.1
2016-09-14 18:11:17 +02:00
Josef Kemetmueller
b7819e38c4
python3.x: Patch extra stack size on darwin
...
Compiling python with "-Wl,-stack_size,1000000" causes problems when
compiling for example pygobject3. pygobject3 uses "python3.x-config
--ldflags" during installation and then fails when
"-Wl,-stack_size,1000000" is present. Maybe we should investigate
removing this during the build of pyobject3, but this stack_size flag is
also not used on the popular darwin homebrew-core channel for python3.5,
so it seems safe to remove it.
2016-09-04 10:14:51 +02:00
Frederik Rietdijk
203004d59a
pypy27: 5.3.1 -> 5.4.0
2016-09-03 11:42:55 +02:00
Tuomas Tynkkynen
e2c6740c37
Merge commit 'adaee73' from staging into master
...
This one was already merged into release-16.09, so let's not have the
stable branch is ahead of master and confuse things. In addition to
that, currently we have an odd situation that master has less things
actually finished building than in staging.
Conflicts:
pkgs/data/documentation/man-pages/default.nix
2016-09-03 01:02:51 +03:00
Eelco Dolstra
7f520bdad8
Revert "Python 2.6: add less"
...
This reverts commit 6b11c96c86
.
2016-09-01 18:58:14 +02:00
Eelco Dolstra
1e370d7de4
Revert "Python 2.7: add less"
...
This reverts commit bce5a51a9f
.
2016-09-01 18:58:09 +02:00
Eelco Dolstra
0810decaa7
python-3.5: Drop dependency on Berkeley DB
...
The previous commit revealed that Python wasn't actually using
Berkeley DB; it only had it in its closure due to the build-time flag
dump in Makefile and _sysconfigdata.py. When Python detects both GNU
gdbm and Berkeley DB at build time, it will use the former.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
fdd7399a3c
python-3.5: Also remove -L flags
...
This reduces the Python closure size by another 10 MiB.
2016-09-01 18:57:43 +02:00
Eelco Dolstra
168192f116
python-3.5: Eliminate -dev paths from the runtime closure
...
This reduces Python's closure size from 200 MiB to 129 MiB. Even
better would be to get move tkinter to a separate output or package
(since that would get rid of all X11 stuff), but that's a bit harder.
2016-09-01 18:57:43 +02:00
Frederik Rietdijk
e1d1a573e5
Python: fix mkPythonDerivation doCheck
2016-09-01 17:11:32 +02:00
Frederik Rietdijk
4f6b6f1472
pythonPackages: use mkPythonDerivation
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
3e05cce97c
Python: separate buildPythonPackage into two functions
...
1. mkDerivation which is used when the source is without setup.py and
not a wheel
2. buildPythonPackage which is used as before and calls mkDerivation
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
725c37b4d3
Python: move wrapPython into own file
2016-09-01 16:16:31 +02:00
Frederik Rietdijk
b080748d42
Python: move python-modules/generic to interpreter folder
2016-09-01 16:16:31 +02:00
Domen Kožar
10b45d654a
fix eval after 0c3b1112af
2016-09-01 13:05:45 +02:00
Eelco Dolstra
0c3b1112af
Revert "Python 3.5: add less"
...
This reverts commit e261818c68
and
others. Having Python propagate less really doesn't make sense.
2016-09-01 12:54:46 +02:00
Tuomas Tynkkynen
c3bcb4e1ce
treewide: Use explicit 'dev' references to glibc
2016-08-30 03:11:09 +03:00
Franz Pletz
bd739d1fae
pypy: disable pic hardening on i686
2016-08-25 01:54:55 +02:00
Frederik Rietdijk
84bcaf5461
pypy27: 5.1.1 -> 5.3.1
2016-08-17 23:12:30 +02:00
Frederik Rietdijk
1da6775775
Python: move interpreters
...
Move Python interpreters (CPython, PyPy) to same folder and share
layout.
2016-07-28 17:10:15 +02:00
Frederik Rietdijk
b49bedd75b
Python 2.7.11 -> 2.7.12
2016-07-19 11:49:38 +02:00
Frederik Rietdijk
6b11c96c86
Python 2.6: add less
2016-07-19 11:11:03 +02:00
Frederik Rietdijk
bce5a51a9f
Python 2.7: add less
2016-07-19 10:27:14 +02:00
Frederik Rietdijk
c59d211b4b
Python 3.3: add less
2016-07-19 10:27:14 +02:00
Frederik Rietdijk
b410631d6d
Python 3.4: add less
2016-07-19 10:27:14 +02:00
Frederik Rietdijk
e261818c68
Python 3.5: add less
2016-07-19 10:27:14 +02:00
Frederik Rietdijk
773f6225cb
Python 3.6: add less
2016-07-19 10:27:14 +02:00
Louis Taylor
7c75fa4bc2
python: add alpha release of 3.6
...
This might be jumping the gun a little, but I needed to use 3.6 locally
and thought I may as well push it upstream.
2016-07-19 10:27:14 +02:00
Frederik Rietdijk
f04b018111
python 3.4.4 -> 3.4.5
2016-07-10 19:16:56 +02:00
Frederik Rietdijk
52bc8d203f
python 3.5.1 -> 3.5.2
2016-07-10 19:05:12 +02:00
Tuomas Tynkkynen
2cf8cb7f46
Merge remote-tracking branch 'upstream/master' into staging
2016-07-05 13:34:36 +03:00
Frederik Rietdijk
880475bbd5
python: fix modules in buildEnv, closes #16646
...
Python 2.7 on Nix is stripped of some modules, which can be added when
needed. This was broken with python.buildEnv.
2016-07-01 16:16:55 +02:00
Eelco Dolstra
de1b4e71c1
python-2.7: Don't use ldconfig and speed up uuid load
2016-07-01 14:57:40 +02:00
Bjørn Forsman
bd01fad0ed
Captialize meta.description of all packages
...
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-06-20 13:55:52 +02:00
Benno Fünfstück
c3ed3914bb
python: add python.withPackages function
...
Fixes #15801
2016-05-29 15:12:23 +02:00
Domen Kožar
b49bf121b8
rename iElectric to domenkozar to match GitHub
2016-05-17 13:00:47 +01:00
Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Frederik Rietdijk
022f5fdf83
Merge pull request #15477 from FRidh/pythonbuildinputs
...
Python: be explicit about buildInputs
2016-05-16 12:11:39 +02:00
Frederik Rietdijk
91834cfe3e
Python 3.5: be explicit about buildInputs
2016-05-16 12:10:33 +02:00
Frederik Rietdijk
56e96b8b10
Python 3.4: be explicit about buildInputs
2016-05-16 12:10:32 +02:00
Frederik Rietdijk
58ec2d47ea
Python 3.3: be explicit about buildInputs
2016-05-16 12:10:32 +02:00
Rok Garbas
913e869f8d
remove python32 due to pip 8.1.2 not supporting python 3.2 anymore
2016-05-15 15:09:23 +02:00
Vladimír Čunát
387915e99c
python3*: port the fix from parent commit
...
I really love such copied expressions...
but this case was easy compared to usual consequences
of file-copying in long-running branches.
2016-04-26 10:52:18 +02:00
Vladimír Čunát
626e5bd4dd
python3: fix build after 5ff40dded
, refactor
...
The path list was passed in a format not suitable for gcc command-line.
Also, let's utilize that we had `with stdenv.lib;`.
/cc @abbradar.
2016-04-26 10:43:48 +02:00
Nikolay Amiantov
5ff40ddedf
add get* helper functions and mass-replace manual outputs search with them
2016-04-25 13:24:39 +03:00
Tuomas Tynkkynen
34922a3951
python2: Fix on non-Linux
...
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-13 16:03:55 -05:00
Tuomas Tynkkynen
78e62da7f1
python2: Fix on Darwin
...
Presumably $out/lib/python*/plat-linux2/ is a Linux-only thing.
2016-02-13 15:52:23 -05:00
Vladimír Čunát
716aac2519
Merge branch 'staging' into closure-size
2016-01-19 09:55:31 +01:00
Domen Kožar
78096e9b89
python: 3.4.3 -> 3.4.4
2016-01-07 11:19:40 +01:00
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +01:00