Robert Scott
6fa931421e
add package for django-pipeline
2015-06-13 23:39:08 +02:00
Thomas Tuegel
2a2448bcb7
Merge pull request #8182 from ttuegel/openblas
...
Numerical computing overhaul
2015-06-12 08:06:03 -05:00
Thomas Tuegel
29db05132b
pythonPackages.cvxopt: build with openblas
2015-06-11 19:35:35 -05:00
Thomas Tuegel
bc3217251e
pythonPackages.scikitlearn: build with openblas
2015-06-11 19:23:25 -05:00
aszlig
d15777fac9
gyp: Remove old SVN version to build Chromium.
...
This reverts commit b26de39252
.
We no longer need this version because Chromium now builds with the
latest gyp version, see 58fd4f672f
.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-06-11 21:28:16 +02:00
Ambroz Bizjak
f3ca1cc238
gyp: 2015-05-17 -> 2015-06-11
2015-06-11 21:00:59 +02:00
Daiderd Jordan
fb19019af7
pythonPackages.trollius: disable the tests that fail on darwin
2015-06-11 16:24:10 +02:00
Daiderd Jordan
020f466ef4
disable tests for pythonPackages.trollius
2015-06-11 14:42:55 +02:00
Domen Kožar
8f28742315
Merge pull request #8251 from lancelotsix/fix_networkx
...
Fix pythonPackages.networkx
2015-06-11 11:24:40 +02:00
Domen Kožar
fdc83edd08
Removing python-packages-generated.nix
...
It was an experiment by @garbas in 2014 that has been forgotten
because of other, newer experiments.
Packages also weren't updated so we shouldn't let them rot in nixpkgs.
2015-06-11 10:42:15 +02:00
Rok Garbas
f2d7f573af
neovim: adding python2 and python3 support
...
neovim:
- possibility to extend neovim (via .override) and passing extraPythonPackages
or extraPython3Packages
- neovim's python interpreter can be found as nvim-python / nvim-python3
- wrapping nvim binary and setting `g:python_host_prog` and
`g:python3_host_prog` via --cmd flag
python-packages.nix fixes:
- ordereddict builds for py26 and uses disabled argument to tell this
- trollius builds on all python platforms except 3.4 (where is included in
standard librarary)
- neovim builds on all python platforms
2015-06-11 02:54:10 +02:00
Arseniy Seroka
c698c2709c
Merge pull request #8276 from k0ral/glances
...
glances: 2.3 -> 2.4.2
2015-06-11 01:41:46 +02:00
Mateusz Kowalczyk
1cc999e09d
Merge branch 'youtube-dl' of https://github.com/KaiSforza/nixpkgs
2015-06-11 00:36:00 +01:00
William Giokas
51ce297187
youtube-dl: make a python package
...
This allows youtube-dl to support all versions of python, and be built
correctly even when the python version is overridden by the user.
An alias to youtube-dl has been added which points to the default python
version's youtube-dl.
Also, ffmpeg has been made into an optional dependency. If ffmpeg is set
to 'null' then it will not be built and there will be no wrapper for it
either. An extra package, youtube-dl-light, is the same as youtube-dl
but without the ffmpeg dependency.
2015-06-10 15:50:17 -07:00
Rok Garbas
1c3585e411
pythonPackages.livestreamer: fix builds for py33 and py34
2015-06-11 00:06:52 +02:00
Rok Garbas
4970aa6f46
pythonPackages: fix apscheduler
2015-06-11 00:06:52 +02:00
Rok Garbas
adbed3fb6a
pythonPackages.neovim: new package added
2015-06-11 00:06:52 +02:00
koral
4387cd5841
glances: 2.3 -> 2.4.2
2015-06-10 17:16:31 +00:00
Lancelot SIX
7a87a1e73f
Fix pythonPackages.networkx
2015-06-09 20:49:24 +02:00
Jaka Hudoklin
8b79a09f78
Merge pull request #7553 from offlinehacker/pkgs/python-packages/graphite-beacon
...
Add graphite beacon package and module
2015-06-08 12:17:01 +02:00
Tobias Geerinckx-Rice
09b95b88a5
python-packages: add buttersink 0.6.6
2015-06-08 01:19:07 +02:00
Tobias Geerinckx-Rice
8c0389ac01
python-packages: prompt_toolkit -> 0.39
...
Fixes:
- Fixed layout.py example.
- Fixed eventloop for Python 64bit on Windows.
- Fix in history.
- Fix in key bindings.
2015-06-06 12:28:48 +02:00
desiderius
daf0e6500d
python-packages: updates pyinotify 0.9.3 to 0.9.5
2015-06-05 09:20:46 +02:00
William A. Kennington III
04f0ab105c
Merge pull request #8105 from codyopel/beets
...
Updated Beets and dependenecies
2015-06-04 23:59:14 -07:00
Thomas Tuegel
bfe106cfa6
Build numpy and scipy with openblas
...
Fixes #6772 .
2015-06-04 17:44:31 -05:00
Allen Nelson
8bf170f280
Remove lingering dependence on atlas with numpy.
...
Closes https://github.com/NixOS/nixpkgs/pull/8133 .
2015-06-04 20:07:41 +02:00
Peter Simons
f1587a2d1e
Move numpy-scipy-support.nix file from the top-level to development/python-modules.
...
The top-level is not supposed to contain sub-directories, IMHO.
2015-06-04 19:59:46 +02:00
Cillian de Róiste
4938d89272
Merge pull request #8168 from richardlarocque/loxodo_app_rebase
...
Move Loxodo package and add an icon
2015-06-04 11:26:04 +02:00
Domen Kožar
eb9874389b
Merge pull request #8079 from adnelson/pandas_osx
...
supporting pandas on osx, added test suite
2015-06-04 10:29:01 +02:00
Richard Larocque
472642ebff
Make Loxodo into a real package
...
There's no reason to keep it hidden in python27Packages hierarchy.
Promote it to be a top-level package.
2015-06-03 23:43:00 -07:00
Allen Nelson
560d52f51e
switched to python.executable
2015-06-03 15:45:57 -05:00
lethalman
d144ece04e
Merge pull request #8127 from ip1981/mwlib
...
Add more dependencies for mwlib
2015-06-03 12:50:02 +02:00
Igor Pashev
95c6b835cb
mwlib may use pyfribidi
2015-06-02 06:14:34 +00:00
Allen Nelson
23b1950603
switch to sha256 hashes
2015-06-01 08:43:53 -05:00
codyopel
cdf49bb47a
requests2: 2.6.0 -> 2.7.0
2015-05-31 22:47:31 -04:00
codyopel
f70582e334
responses: 0.2.2 -> 0.4.0
2015-05-31 22:42:53 -04:00
codyopel
b4a99530d1
cookies: add python package
2015-05-31 22:39:02 -04:00
Tobias Geerinckx-Rice
8c4bf0f931
python-packages: prompt_toolkit 0.37 -> 0.38
2015-06-01 04:04:33 +02:00
Allen Nelson
2ba1ab3ad1
supporting pandas on osx, added test suite
2015-05-30 20:11:59 -05:00
Peter Simons
76da869d9a
Merge pull request #8045 from adnelson/numpy_scipy_osx
...
Test suites and working OSX builds for numpy and scipy
2015-05-30 19:26:31 +02:00
Allen Nelson
18bb7a4047
fix undefined variable
2015-05-29 11:05:34 -07:00
Allen Nelson
6c238d1d5f
moving non-packages into a separate file
2015-05-29 11:12:55 -05:00
Shea Levy
eb0a21a512
boto: Remove obsolete patch
2015-05-29 11:21:49 -04:00
Domen Kožar
7ddb84055c
Merge pull request #8048 from Bsami/remotes/origin/python2.38.0
...
Remotes/origin/python2.38.0
2015-05-29 08:52:29 +02:00
Allen Nelson
3d00848ace
using atlasWithLapack dependency. running test suites for numpy and scipy.
2015-05-29 00:06:57 -05:00
Sami BOUHLEL
fb310a6998
added support for boto 2.38.0
2015-05-28 21:15:16 +01:00
Sami BOUHLEL
385936f7d9
added support for boto 2.38.0
2015-05-28 20:53:57 +01:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Bjørn Forsman
201059f728
python-pyev: new package
...
Python bindings for the libev library.
https://code.google.com/p/pyev/
2015-05-27 23:00:09 +02:00
Tobias Geerinckx-Rice
b2d7f4b1ba
Use common licence attributes from lib/licenses.nix
...
Many (less easily automatically converted) old-style strings
remain.
Where there was any possible ambiguity about the exact version or
variant intended, nothing was changed. IANAL, nor a search robot.
Use `with stdenv.lib` wherever it makes sense.
2015-05-27 22:00:06 +02:00