Commit Graph

59242 Commits

Author SHA1 Message Date
Jörg Thalheim
8c3e66e28a
Merge pull request #53992 from fgaz/dead-links/1
Fix some dead links
2019-01-15 19:47:36 +00:00
Félix Baylac-Jacqué
57004738b1 bazel: fix python stub paths.
Since the 0.21 upgrade, the host `$PATH` is not forwarded anymore by
default to the sandboxes in charge to realize Bazel actions. This
default change broke the `py_binary` rule among other things.

Every python binary is wrapped in a stub in charge to setup the
execution environment. Currently, this stub's shebang points to a
`/usr/bin/env python` which cannot be resolved with the current
`$PATH`.
This results in breaking any build pipeline requiring the use of
python at some point. On top of the incorrect shebang, the stub
template is unable to find the actual python binary using
`SearchPath`.

This PR fixes those two things by re-writing the stub template shebang
to the actual python binary and by substituting the faulty default
python binary lookup to the right one.
2019-01-15 19:25:24 +01:00
Will Dietz
2ea8a2147c
Merge pull request #53974 from dtzWill/update/pkgconf-1.6.0
pkgconf: 1.5.4 -> 1.6.0
2019-01-15 12:23:52 -06:00
Francesco Gazzetta
ba275b9df0 jl: fix homepage url 2019-01-15 17:20:26 +01:00
Francesco Gazzetta
81e8923186 duktape: update meta urls 2019-01-15 17:18:14 +01:00
Jörg Thalheim
e8c9962957
Merge pull request #53895 from marsam/fix-python-black
pythonPackages.black: fix build
2019-01-15 10:46:32 +00:00
Austin Seipp
564653f91d ocamlPackages.zarith: use buildOcaml instead of mkDerivation
This has two main advantages:

  - By setting hasSharedObjects = true, buildOcaml will automatically
include a setup-hook.sh that sets CAML_LD_LIBRARY_PATH in dependent
expressions. This is needed to pick up dllzarith.so properly which is
shipped as part of the library.

  - We can kill the ugly assert in the expression and instead change it
to use minimumSupportedOcamlVersion.

(Note: this was reverted in b44d5136e8, but the change is
exactly equivalent -- I wasn't sure what impact zarith might actually
have without checking OfBorg, which I wanted to do first.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-15 01:28:11 -06:00
Austin Seipp
b44d5136e8 Revert "ocamlPackages.zarith: use buildOcaml instead of mkDerivation"
This reverts commit 9d5a7af4e5.
2019-01-15 00:35:11 -06:00
Austin Seipp
9d5a7af4e5 ocamlPackages.zarith: use buildOcaml instead of mkDerivation
This has two main advantages:

  - By setting hasSharedObjects = true, buildOcaml will automatically
include a setup-hook.sh that sets CAML_LD_LIBRARY_PATH in dependent
expressions. This is needed to pick up dllzarith.so properly which is
shipped as party of the library.

  - We can kill the ugly assert in the expression and instead change it
to use minimumSupportedOcamlVersion.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-01-15 00:33:59 -06:00
Mario Rodas
7412dc5fae
pythonPackages.black: fix build
* Add aiohttp to dependencies, because `blackd` requires it.
* Fix darwin build.
2019-01-14 21:26:23 -05:00
Robert Schütz
05fda1f94d
Merge pull request #53865 from jethrokuan/fix/calibre
calibre: cssutils -> css-parser
2019-01-15 00:48:52 +01:00
Will Dietz
be445a9074 pythonPackages.munkres: 1.0.6 -> 1.0.12 (#53971)
* re-enable tests
* fetch from github, no sdist on pypi
2019-01-15 00:24:12 +01:00
Will Dietz
be034bab3b pythonPackages.pytestrunner: fix homepage (#53970) 2019-01-15 00:17:09 +01:00
Robert Schütz
77c6ca2c1a
Merge pull request #52647 from PsyanticY/pipreqs-2
pipreqs: init at 0.4.9 | pythonPackage.yarg: init at 0.1.9
2019-01-15 00:10:40 +01:00
nagato.pain
14840a99b1 pythonPackages.yarg: init at 0.1.9 2019-01-15 00:05:26 +01:00
Will Dietz
357db3250a pkgconf: 1.5.4 -> 1.6.0
https://git.dereferenced.org/pkgconf/pkgconf/src/tag/pkgconf-1.6.0/NEWS
2019-01-14 16:50:45 -06:00
Roman Volosatovs
8b925a8f32 mbed-cli: init at 1.8.3 (#53954) 2019-01-14 23:47:12 +01:00
Robert Schütz
80290b95b8
Merge pull request #53947 from m-labs/for-upstream
pythonPackages.pyvcd: init at 0.1.4
2019-01-14 23:42:46 +01:00
Timo Kaufmann
c74b019ab2
python.pkgs.cypari2: fix build (#53966)
Broken by a typo in f665828fa3 causing the
sitePackages path to be wrong.
2019-01-14 22:50:27 +01:00
Sebastien Bourdeauducq
31cd0f8060 pythonPackages.pyvcd: init at 0.1.4 2019-01-15 00:30:04 +08:00
Pierre-Étienne Meunier
90ed386897 Adding webpack-cli to the node packages 2019-01-14 17:28:26 +02:00
worldofpeace
9956234c67
Merge pull request #53507 from marsam/update-pytest-rerunfailures
pythonPackages.pytest-rerunfailures: 4.2 -> 5.0
2019-01-14 10:16:50 -05:00
Jan Tojnar
01dbf4368d
libcloudproviders: 0.2.5 → 0.3.0 2019-01-14 15:50:32 +01:00
worldofpeace
d9073ee355
Merge pull request #53928 from nyanloutre/python-qrcode-update
pythonPackages.qrcode: 6.0 -> 6.1
2019-01-14 07:33:58 -05:00
Gabriel Ebner
7f6ca93029
Merge pull request #53900 from dywedir/tokei
tokei: 8.0.0 -> 9.0.0
2019-01-14 11:07:46 +01:00
Robert Schütz
43dd721fa3
Merge pull request #53797 from nyanloutre/matrix-synapse-upgrade
matrix-synapse: 0.34.0.1 -> 0.34.1.1
2019-01-14 10:03:47 +01:00
nyanloutre
4fc689635a pythonPackages.qrcode: 6.0 -> 6.1
This update fixes checks with python 3
2019-01-14 09:54:18 +01:00
Peter Simons
512bdb02f2 LTS Haskell 13.2
This update was generated by hackage2nix v2.13-1-gda47f40 from Hackage revision
e5010211f9.
2019-01-14 09:48:53 +01:00
Will Dietz
52d7d5efed
Merge pull request #53655 from dtzWill/update/libunwind-1.3.0
libunwind: 1.2.1 -> 1.3.1
2019-01-13 17:23:28 -06:00
R. RyanTM
22b7449aac python37Packages.memory_profiler: 0.54.0 -> 0.55.0 (#53541)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-memory_profiler/versions
2019-01-13 23:30:50 +01:00
Vladyslav M
8afbd89edb
Merge pull request #53870 from colemickens/fmt-530
fmt: 5.2.1 -> 5.3.0
2019-01-14 00:28:45 +02:00
Kévin Rauscher
d6fc1163e8 bloop: 1.1.2 -> 1.2.1 (#53093) 2019-01-13 23:17:16 +01:00
Vladyslav Mykhailichenko
2e03f923f7
tokei: 8.0.0 -> 9.0.0 2019-01-14 00:06:21 +02:00
R. RyanTM
ac38750e32 ocamlPackages.rope: 0.6 -> 0.6.1 (#52829)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ocaml4.06.1-rope/versions
2019-01-13 22:39:55 +01:00
Mario Rodas
b1957d6428 detect-secrets: 0.11.0 -> 0.11.4 (#53893) 2019-01-13 22:31:10 +01:00
xeji
39af949542
Merge pull request #53778 from etu/php-upgrades
php71: 7.1.25 -> 7.1.26, php72: 7.2.13 -> 7.2.14
2019-01-13 21:42:10 +01:00
R. RyanTM
f9bd153377 python37Packages.numpy-stl: 2.7.0 -> 2.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-numpy-stl/versions
2019-01-13 20:08:17 +01:00
R. RyanTM
303490dec5 python37Packages.pysmi: 0.3.2 -> 0.3.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pysmi/versions
2019-01-13 20:07:52 +01:00
Peter Simons
b661d8dcc0
Merge pull request #53790 from romildo/fix.HaTeX
haskellPackages.HaTeX: jailbreak
2019-01-13 17:52:18 +01:00
Peter Simons
c921228126
Merge pull request #53789 from romildo/fix.wl-pprint-extras
haskellPackages.wl-pprint-extras: jailbreak
2019-01-13 17:51:16 +01:00
Peter Simons
577b069015
Merge pull request #53791 from romildo/fix.dates
haskellPackages.dates: jailbreak
2019-01-13 17:50:52 +01:00
Averell Dalton
6a1f209187 python: scikitlearn: 0.20.0 -> 0.20.2 2019-01-13 17:02:15 +01:00
Vladimír Čunát
aca17ae849
pythonPackages.pivy: provide libs missed by the linker
It builds again now, though it seems outdated.
I suspect this is needed after the large X update.
2019-01-13 15:46:58 +01:00
Robert Schütz
15eb4c361c python.pkgs.pyfakefs: 3.5.5 -> 3.5.6 2019-01-13 15:38:23 +01:00
R. RyanTM
63fbdaf447 python37Packages.pycares: 2.3.0 -> 2.4.0 (#53545)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pycares/versions
2019-01-13 15:30:49 +01:00
Robert Schütz
6c909de29a python3.pkgs.slixmpp: fix build
Also hardcode path to gnupg and correctly run tests.
2019-01-13 15:29:21 +01:00
zimbatm
3197cd5d63
now-cli: 12.1.14 -> 13.0.4 2019-01-13 15:24:54 +01:00
R. RyanTM
0f5b4ecbea python37Packages.django_2_1: 2.1.4 -> 2.1.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-django/versions
2019-01-13 15:13:49 +01:00
Jethro Kuan
d88fd61a42 pythonPackages.css-parser: init at 1.0.4 2019-01-13 20:18:14 +08:00
Cole Mickens
7720c31a20
fmt: 5.2.1 -> 5.3.0
Signed-off-by: Cole Mickens <cole.mickens@gmail.com>
2019-01-13 01:44:27 -08:00