Domen Kožar
403d088b5c
Merge pull request #10542 from datakurre/datakurre-matplotlib
...
darwin: matplotlib: add needed inputs and set framework flag for darwin
2015-11-27 12:00:27 +01:00
Domen Kožar
7a3b518d62
buildPythonPackage: fix a regression #11303
2015-11-27 11:44:34 +01:00
Domen Kožar
67e03d0c50
Merge branch 'buildPythonPackage+wheels'
2015-11-26 17:38:35 +01:00
Domen Kožar
0c772699ba
buildPythonPackage: write some comments
2015-11-26 17:31:10 +01:00
Luca Bruno
a412927924
Merge remote-tracking branch 'origin/master' into closure-size
2015-11-25 21:37:30 +01:00
Joachim Fasting
502d21a835
xmpppy: reimplement using buildPythonPackage
2015-11-24 14:45:15 +01:00
Joachim Fasting
809b3803b9
pythonIRClib: reimplement using buildPythonPackage
2015-11-24 14:45:15 +01:00
Domen Kožar
cf5984e4bf
buildPythonPackage: fix support for pypy
2015-11-23 17:47:35 +01:00
Rok Garbas
d82f55aead
pythonPackages: shellHook of buildPythonPackages needs tmp_path to have lib/pythonX.Y/site-packages folder
2015-11-23 17:43:32 +01:00
Domen Kožar
fc611fe634
buildPythonPackage: fix --prefix also for pip install -e
2015-11-23 17:21:46 +01:00
Domen Kožar
90f97c125d
buildPythonPackage: use pip for development also
2015-11-21 22:17:04 +01:00
Domen Kožar
704c8bab41
buildPythonPackage: fix standalone applications using it
2015-11-21 21:44:12 +01:00
Domen Kožar
99a64da600
fix wxPython
2015-11-21 21:44:12 +01:00
Domen Kožar
c6c58dc92d
release-python.nix: automatically detect buildPythonPackage
2015-11-21 21:44:12 +01:00
Domen Kožar
686dae7c50
matplotlib: disable a flaky test
2015-11-21 21:44:12 +01:00
Domen Kožar
9bf99a5a4d
buildPythonPackage: don't do build_ext if not needed
2015-11-21 21:44:12 +01:00
Domen Kožar
7e57e59ddd
buildPythonPackage: fix numpy
2015-11-21 21:44:12 +01:00
Domen Kožar
127a20f8da
buildPythonPackage: sadly, checkPhase is too often installPhase in python
2015-11-21 21:44:12 +01:00
Domen Kožar
6ba529277a
buildPythonPackage: catch_conflicts should ignore pip
2015-11-21 21:44:12 +01:00
Domen Kožar
1029db9024
buildPythonPackage: fix do_conflict.py on python 3
2015-11-21 21:44:12 +01:00
Domen Kožar
a912c45ee2
buildPythonPackage: get rid of setupPyInstallFlags since there is no such thing
2015-11-21 21:44:12 +01:00
Domen Kožar
42acb5dc55
buildPythonPackage: fix pypy
2015-11-21 21:44:12 +01:00
Domen Kožar
d0809c2925
setuptools: cleanup expression
2015-11-21 21:44:12 +01:00
Domen Kožar
f900231042
buildPythonPackage: fail if two packages with the same name are in closure
2015-11-21 21:44:12 +01:00
Domen Kožar
f3092d6446
buildPythonPackage: use a separate file to fire off setup.py
2015-11-21 21:44:12 +01:00
Domen Kožar
960274fc7c
wrapPython: use $out/bin also for $PATH (fixes pyramid pserve --reload)
2015-11-21 21:44:12 +01:00
Domen Kožar
a2a6f60b5a
WIP: buildPythonPackages now uses wheels internally
2015-11-21 21:44:12 +01:00
Vladimír Čunát
333d69a5f0
Merge staging into closure-size
...
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-20 14:32:58 +01:00
Domen Kožar
5ca01c71d1
Merge pull request #10814 from NarrativeScience/no_large_file_test
...
numpy: patch to remove large file test
2015-11-16 12:55:13 +01:00
Domen Kožar
b666ac3e9f
Revert "python: skip build at install phase"
...
This reverts commit d34f5b657051e268e41084e9751996d16f7f0a1a.
PIL and NumPy don't like this change and I'd rather spend time on
bringing wheels to Nix than fixing old infrastructure.
2015-11-15 13:50:04 +01:00
Domen Kožar
5a16c0e6e4
buildPythonPackage: clean up shellHook
2015-11-15 13:50:04 +01:00
Domen Kožar
505117f3fb
Merge branch 'master' into staging
2015-11-11 12:53:36 +01:00
Domen Kožar
792fcd9f70
pycairo: disable on py35
2015-11-08 08:22:04 +01:00
William A. Kennington III
2837a5e091
Merge branch 'master.upstream' into staging.upstream
2015-11-05 10:07:28 -08:00
Domen Kožar
d34f5b6570
python: skip build at install phase
...
"python setup.py install" will also run "python setup.py build"
which we've already done in buildPhase.
2015-11-04 11:40:09 +01:00
Domen Kožar
ce4657b769
pythonPackages.sphinx: apply a patch to support py35
2015-11-04 10:40:28 +01:00
Allen Nelson
b8c784f061
patch to remove large file test in numpy
2015-11-03 16:26:29 -06:00
Benno Fünfstück
a027470a69
python-dubs: set pythonPath for wrapper
...
The python.buildEnv wrapper expects that all pythonPackages
have a pythonPath set, so we set to a dummy value here.
2015-11-01 17:56:18 +01:00
Asko Soukka
80fd9e96be
darwin: matplotlib: update darwin patch for 1.5.0
2015-11-01 14:58:45 +02:00
Asko Soukka
f933b48a53
darwin: matplotlib: add needed inputs and set framework flag for darwin
2015-10-31 21:02:26 +02:00
Domen Kožar
0509252e28
python: don't pass disabled to derivation
2015-10-30 11:31:19 +01:00
Frederik Rietdijk
d320d3dcbf
python matplotlib: 1.4.3 -> 1.5.0
2015-10-30 10:14:38 +01:00
Vladimír Čunát
787f322540
$docdev fixups: mostly to avoid empty output
...
... after auto-removing some kinds of files by default.
In some cases I let them be removed and in others I let them be put into
$docdev. That was more due to general indecisiveness on this question
than any reasons in the particular cases.
2015-10-28 18:58:06 +01:00
Domen Kožar
d60718d57a
pythonPackages.suds: apply patch CVE-2013-2217
2015-10-28 11:55:30 +01:00
Domen Kožar
b0b97bd5ea
Merge pull request #10601 from FRidh/h5py
...
python: h5py update and new package pkgconfig
2015-10-28 00:30:30 +01:00
Domen Kožar
6a9aeea26d
setuptools: revert back to 18.2 as 18.4 breaks packages
2015-10-27 19:43:53 +01:00
Domen Kožar
612b6b7a8d
fix a bunch of PYthon packages on py3k
2015-10-27 17:06:24 +01:00
Domen Kožar
3ee4747675
OpenStack: package Glance, Keystone, Neutron
2015-10-27 11:52:40 +01:00
Domen Kožar
24cbc374cf
nova: 2011.2 -> 12.0.0
2015-10-27 11:52:40 +01:00
Frederik Rietdijk
a515e6e092
python h5py: 2.3.1 -> 2.5.0
...
Since I think 2.4 h5py introduced a new way to configure mpi. Therefore,
the BuildFlags are removed.
I built h5py and h5py-mpi packages successfully. Not sure though whether
the mpi version does actually work correctly since I don't use it.
2015-10-25 13:26:34 +01:00