Commit Graph

37303 Commits

Author SHA1 Message Date
Peter Simons
1c0b50c918 quilt: take dependencies as explicit function arguments 2017-05-31 13:58:06 +02:00
Peter Simons
b116a1c65c quilt: update to version 0.65 2017-05-31 13:53:19 +02:00
Frederik Rietdijk
3488c65b2b Merge pull request #26268 from Profpatsch/rarfile-unrar-libarchive
pythonPackages.rarfile: use free libarchive by default.
2017-05-31 08:46:40 +02:00
Frederik Rietdijk
62dbc738c5 Revert "fix electrum dependencies" 2017-05-31 08:33:02 +02:00
Frederik Rietdijk
d4aecb35bd Merge pull request #26251 from rnhmjoj/hidapi
fix electrum dependencies
2017-05-31 08:14:28 +02:00
Profpatsch
0697dd8b81 pythonPackages.rarfile: use free libarchive by default.
`unrar` is a non-free package, so it should only be used on request.
rarfile can use the rar-mode of `libarchive` instead, which should work well
enough for most cases.
2017-05-31 05:53:29 +02:00
Gabriel Gonzalez
0dd5e832f0 kati: init at 2017-05-23 (#26168) 2017-05-31 02:16:16 +02:00
Kranium Gikos Mendoza
45bb3fcbbe iasl: 20130117 -> 20170303 2017-05-31 01:09:59 +02:00
Tim Steinbach
54a73d7d8e Merge pull request #26264 from NeQuissimus/ammonite_0_9_5
ammonite: 0.9.3 -> 0.9.5
2017-05-30 18:58:25 -04:00
Tim Steinbach
8d689482b9
ammonite: 0.9.3 -> 0.9.5 2017-05-30 18:57:46 -04:00
rnhmjoj
e73f9953af
move libraries to pkgs/development/python-modules 2017-05-30 21:36:31 +02:00
Frederik Rietdijk
c6ea7d3a66 Merge pull request #26222 from nand0p/treq-fixes
treq: 17.3.1 fixes
2017-05-30 21:29:51 +02:00
Peter Simons
ec9a23332f Merge pull request #26253 from jmitchell/fix/haskell-modules-refactoring
haskell-modules: refactor package set
2017-05-30 21:03:25 +02:00
Fernando J Pando
50b0e5bfa1 treq: 17.3.1
- enables and fixes tests
- makes docs properly
- used fetchpypi
- tested nixos python 27/34
2017-05-30 14:51:57 -04:00
Théo Zimmermann
5fd9b442f4 ocamlPackages_4_03 (Jane Street packages): 113_33_xx -> 0.9.x 2017-05-30 20:50:36 +02:00
Théo Zimmermann
1562201643 ocamlPackages.janeStreet.{base,sexplib}: 0.9.0 -> 0.9.1 2017-05-30 20:50:36 +02:00
Théo Zimmermann
1cff0701ef ocamlPackages: remove duplicated definitions 2017-05-30 20:50:36 +02:00
Théo Zimmermann
1dac99b7c9 ocamlPackages.janeStreet package set: init at 0.9.0
This contains a collection of Jane Street packages at version 0.9.0.
Packages not already present in ocamlPackages are also made available
without the janeStreet prefix.
2017-05-30 20:50:36 +02:00
Jacob Mitchell
ed6ecacf64 haskell-modules: refactor package set
This change is effectively a no-op to nixpkgs. However, it gives users
the flexibility to create and maintain their own package sets per
project, while benefiting from nix's Haskell configurations.

I would make immediate use of this change in stack2nix, a project that
generates nix expressions for all the dependencies of a given Haskell
project. @domenkozar is familiar with the motivations and helped
refine this change
2017-05-30 11:27:32 -07:00
Frederik Rietdijk
72cf5a1119 Merge pull request #26246 from apeschar/scrapy-fix
pythonPackages.scrapy: fix 1.4.0 update
2017-05-30 19:20:44 +02:00
Vincent Laporte
218c486c1c fstar: fix build on darwin 2017-05-30 17:08:47 +00:00
Albert Peschar
77edba1fc4 pythonPackages.scrapy: fix 1.4.0 update 2017-05-30 18:30:31 +02:00
Eelco Dolstra
1318120484
Fix indentation 2017-05-30 18:11:37 +02:00
Matthias Beyer
3c83ce3014 pythonPackages.pytest-localserver: 0.3.5 -> 0.3.7 (#26238)
* pythonPackages.pytest-localserver: 0.3.5 -> 0.3.7

* pythonPackages.pytest-localserver: Change to use python packaging tools

* pythonPackages.pytest-localserver: Move to own file
2017-05-30 17:47:00 +02:00
Vladimír Čunát
538aa0f808
Merge branch 'staging' (early part)
The comparison looks nice on Hydra.
2017-05-30 16:08:21 +02:00
Frederik Rietdijk
30ce98bbc3 Merge pull request #26233 from risicle/flask-migrate-bump
python.pkgs.flask_migrate: 1.7.0 -> 2.0.3
2017-05-30 13:40:39 +02:00
Robert Scott
a1c15989aa python.pkgs.flask_migrate: 1.7.0 -> 2.0.3
fixes build against new dependencies after some test tinkering, seems
we can remove the python3-patching as there exists a "python" symlink now
2017-05-30 12:39:20 +01:00
Pascal Wittmann
b73fd0c562 global: 6.5.6 -> 6.5.7 2017-05-30 13:36:07 +02:00
Pascal Wittmann
94be2db902 libfilezilla: 0.9.1 -> 0.9.2 2017-05-30 13:27:29 +02:00
Frederik Rietdijk
84a13a8bdd Merge pull request #26213 from jyp/tf-standard-gcc
pythonPackages.tensorflow: Don't change the rpath to point to gcc4.9
2017-05-30 11:12:32 +02:00
Jean-Philippe Bernardy
1fdf42d461 pythonPackages.tensorflow: Don't change the rpath to point to gcc4.9
When using cuda, the rpath was set to include GCC lib version 4.9.
I am not sure what this was attempting to do, but an effect was to
prevent certain python libraries to find the correct (newer) version
of the std lib.

Also avoid mentions of any specifc version in the
propagatedBuildInputs
2017-05-30 11:06:19 +02:00
Lancelot SIX
61ce84904e Merge pull request #26166 from risicle/django-compat-hijack-tests
python: django-compat & django-hijack tests (also bump django-hijack)
2017-05-30 09:29:34 +02:00
Frederik Rietdijk
89a32f4586 Merge pull request #26124 from womfoo/init/cloudmonkey-5.3.3
cloudmonkey: init at 5.3.3 with related dependency argcomplete: init at 1.8.2
2017-05-30 08:43:05 +02:00
Frederik Rietdijk
67f6f3a420 Merge pull request #26221 from knedlsepp/fix-pandas-darwin-build
pandas: Fix build on darwin
2017-05-30 08:39:36 +02:00
Fernando J Pando
79830172b5 txaio: 2.7.1 fixes
- uses fetchpypi
- fixes broken test
- tested nixos python 27/34
2017-05-29 20:44:27 -04:00
Josef Kemetmueller
eb2994a0d5 pandas: Fix build on darwin
Since the commands "locale", "pbpaste" and "pbcopy" are not in nixpkgs,
as they are impure darwin dependencies, we currently cannot get the
clipboard and locale functionality to work properly. We disable the
tests "test_locale" and "test_clipboard" on darwin, so we get a mostly
working pandas. Additionally to disabling the test via py.test, we also
need to provide fake pbpaste/pbcopy commands, so py.test won't fail
during the collection phase.

This closes #25417 and closes #11623.
2017-05-30 02:18:40 +02:00
Daiderd Jordan
4e88e82e06 Merge pull request #26099 from dtzWill/fix/lldb-libedit
lldb-4: Patch to fix libedit usage on Linux
2017-05-29 23:36:00 +02:00
Joachim F
789bde2408 Merge pull request #25940 from bendlas/update-chromium
chromium: 57.0.2987.133 -> 58.0.3029.110 + build fixes
2017-05-29 22:19:57 +01:00
Kranium Gikos Mendoza
a61e58b121 pythonPackages.argcomplete: init at 1.8.2 2017-05-30 06:37:19 +10:00
Jörg Thalheim
2c39927c7a
pythonPackages.alembic: 0.8.3 -> 0.9.2 2017-05-29 14:35:03 +01:00
Pascal Wittmann
58e5078487 ragelDev: 7.0.0.9 -> 7.0.0.10 2017-05-29 11:38:36 +02:00
Pascal Wittmann
5831eb9afc colm: 0.13.0.4 -> 0.13.0.5 2017-05-29 11:32:58 +02:00
Guillaume Maudoux
dd5d63d428 python-ldap: fixup tests for 2.4.38 update 2017-05-29 11:32:07 +02:00
Vladimír Čunát
02032dbda4
Merge branch 'master' into staging
More mass rebuilds from master.
2017-05-29 10:51:38 +02:00
Guillaume Maudoux
804c3ab48a python-ldap: Fix src url broken by pname refactor 2017-05-29 09:51:41 +02:00
romildo
1c6abe0230 merlin: 2.5.3 -> 2.5.4
- Update to version 2.5.4.
- Remove dependency on menhir, which seems not needed.
2017-05-29 09:46:47 +02:00
Jörg Thalheim
b34f33665f Merge pull request #26179 from veprbl/cernlib
cernlib: init at 2006
2017-05-29 08:14:30 +01:00
Robert Scott
21e3b2ff55 python.pkgs.pylint: add pytestrunner to buildInputs 2017-05-29 02:10:43 +01:00
Robert Scott
d2ef1a24b8 python.pkgs.ldap: use fetchPypi for src 2017-05-29 02:10:43 +01:00
Robert Scott
2c228f62cd python.pkgs.pylibmc: use fetchPypi for src 2017-05-29 02:10:43 +01:00