Commit Graph

4780 Commits

Author SHA1 Message Date
Frederik Rietdijk
9c4e073e01 python.pkgs.suseapi: move expression 2018-07-22 12:00:03 +02:00
Frederik Rietdijk
c6eaf088a9 python.pkgs.av: move expression 2018-07-22 12:00:03 +02:00
Frederik Rietdijk
a5e1da3df1 python.pkgs.audiotools: move expression 2018-07-22 12:00:03 +02:00
Frederik Rietdijk
865ffc16ce python.pkgs.appnope: move expression 2018-07-22 12:00:03 +02:00
Frederik Rietdijk
3209775495 Merge master into staging 2018-07-22 11:14:41 +02:00
Frederik Rietdijk
6c72782d36 Merge staging-next into master 2018-07-22 11:04:28 +02:00
Frederik Rietdijk
610485faa7 python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273
When `py.test` was run with a folder as argument, it would not only
search for tests in that folder, but also create a .pytest-cache folder.
Not only is this state we don't want, but it was also causing
collisions.
2018-07-22 09:45:26 +02:00
Benjamin Hipple
bc4c0c4f4d pythonPackages.plaid-python: 2.3.0 -> 2.3.3 (#43905) 2018-07-21 23:09:21 +02:00
Frederik Rietdijk
ad47d658d1 Merge master into staging-next 2018-07-21 19:43:53 +02:00
Jörg Thalheim
218298b30f
Merge branch 'master' into unused5 2018-07-21 15:41:22 +01:00
Robert Schütz
d7cce082b0 remove unused file 2018-07-21 15:34:08 +02:00
Frederik Rietdijk
251a0a9a86
Merge pull request #43860 from volth/unused2
treewide: remove unused 'inherit' in let blocks
2018-07-21 11:13:36 +02:00
Frederik Rietdijk
7db4c3617f
Merge pull request #43809 from Ma27/fix-python-xgboost
pythonPackages.xgboost: fix build
2018-07-21 11:05:44 +02:00
Frederik Rietdijk
7c8af7e9f9
Merge pull request #43837 from pandaman64/qiskit-0.5.7
qiskit: 0.5.4 -> qiskit 0.5.7
2018-07-21 11:04:53 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
volth
6d2857a311 [bot] treewide: remove unused 'inherit' in let blocks 2018-07-20 19:38:19 +00:00
Frederik Rietdijk
1a6af9f88e
Merge pull request #43857 from volth/unused
[bot] treewide: remove unreferenced code
2018-07-20 21:06:32 +02:00
volth
87f5930c3f [bot]: remove unreferenced code 2018-07-20 18:48:37 +00:00
Will Dietz
b97a98e524 python3Packages.zconfig: remove test that relies on setlocale failing 2018-07-20 10:15:55 -05:00
Roger Qiu
5fba38d65c pythonPackages.image-match: init at 1.1.2 2018-07-20 07:53:58 +02:00
Frederik Rietdijk
6ed3ea6e74 python.pkgs.scikitimage: 0.12.3 -> 0.14.0 2018-07-20 07:48:39 +02:00
Frederik Rietdijk
9768a80726 python.pkgs.pywavelets: init at 0.5.2 2018-07-20 07:48:38 +02:00
Frederik Rietdijk
9146271578 python.pkgs.scikitimage: move expression 2018-07-20 07:48:38 +02:00
pandaman64
c7fec43ee8 qasm2image: 0.5.0 -> 0.7.0 2018-07-20 13:01:30 +09:00
pandaman64
e97448f7e0 qiskit: 0.5.4 -> 0.5.7 2018-07-20 13:01:30 +09:00
Frederik Rietdijk
8213ff161c Merge master into staging-next 2018-07-19 18:24:24 +02:00
Maximilian Bosch
88a35d8bb5
pythonPackages.xgboost: fix build
The setup.py of `python-package` contains some path resolution magic to
find `libxgboost.so` which is needed for the python API.

Unfortunately the code is incompatible with Nix as it isn't compatible
with the store-based structure for each package and tries to express the
location of the shared object with relative paths.

The detection in `setup.py` and `xgboost/libpath.py` has been either
removed entirely or patched to link to the proper store path of the
`libxgboost` build input.

See https://hydra.nixos.org/build/77702715 for further reference.
2018-07-19 13:32:25 +02:00
Robert Schütz
8ab563d4df
Merge pull request #43693 from Ma27/remove-flask_cache
Remove `pythonPackages.flask_cache`
2018-07-19 08:06:13 +02:00
Matthew Bauer
4ed7a4b993 treewide: preserve hashes from 76999cc40e
76999cc40e changed some hashes resulting in this PR being technically
a mass rebuild. To avoid this, I am restoring some of the hashes (even
though it seems silly). My main goal is to get this PR merged quickly
as treewide changes like this get out-of-date quickly.

This commit should be reverted on the next mass rebuild.
2018-07-19 00:09:01 -04:00
Matthew Bauer
76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Maximilian Bosch
1e454c5045
pythonPackages.graphite_api: move expression
According to the current convention python packages should live in
`pkgs/development/python-modules`. As I altered the `graphite_api`
expression previously in d3d1b88873 I decided to move it as well.

Additionally I applied some minor refactorings:

* use `fetchFromGitHub` instead of `fetchgit`.

* use `checkInputs` for test dependencies

* got rid of fixed points

* applied patch which supports flask-caching to 1.3.1 using `git apply
  -3`
2018-07-19 01:26:35 +02:00
Frederik Rietdijk
b3af2cd962
Merge pull request #43694 from Ma27/disable-trezor-python2
pythonPackages.trezor: disable build
2018-07-18 07:18:33 +02:00
Matthew Bauer
c0beb48fa7
Merge pull request #43627 from oxij/tree/simplify-depcycles
treewide: simplify some dependency cycles
2018-07-17 21:54:43 -04:00
Shea Levy
711c56dd67
pythonPackages.simpy: init at 3.0.11. 2018-07-17 17:37:50 -04:00
Maximilian Bosch
ab418335c2
pythonPackages.trezor: disable build
It seems as recent versions of `trezor` don't work with python 2.x:

```
/build/trezor-0.9.1/dist /build/trezor-0.9.1
Processing ./trezor-0.9.1-py2-none-any.whl
trezor requires Python '>=3.3' but the running Python is 2.7.15
builder for '/nix/store/aqyxki0ckanjk4r1f0an4kj1w4s3kk4f-python2.7-trezor-0.9.1.drv' failed with exit code 1
cannot build derivation '/nix/store/gp4smkzc9r87lzajs17jnq4rh2ayc5q0-python2.7-keepkey-4.0.0.drv': 1 dependencies couldn't be built
```
2018-07-17 23:15:57 +02:00
Frederik Rietdijk
12949bf84a Merge master into staging 2018-07-17 10:05:50 +02:00
Frederik Rietdijk
1ae2f10642 Merge staging-next into master 2018-07-17 10:04:59 +02:00
Jan Malakhovski
acbee90e2b pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix 2018-07-16 23:16:49 +00:00
Eduard Bopp
2977fb19ca pythonPackages.parsy: init at 1.2.0 2018-07-17 00:14:49 +02:00
Frederik Rietdijk
6d339e5863 Merge staging-next into staging 2018-07-16 17:14:44 +02:00
Frederik Rietdijk
3c09808160 Merge master into staging-next 2018-07-16 07:43:37 +02:00
Will Dietz
4626d0b255 gnomecast: init at 1.4.0
also pycaption, required dep.
2018-07-15 17:45:16 -05:00
Robert Schütz
eea1776378
Merge pull request #43544 from dotlambda/drop-backports_ssl_match_hostname_3_4_0_2
python.pkgs.backports_ssl_match_hostname_3_4_0_2: remove
2018-07-16 00:33:47 +02:00
Franz Pletz
d34cc21526
Merge pull request #43541 from jfrankenau/update-cura
cura: 3.3.1 -> 3.4.1
2018-07-15 21:45:35 +00:00
Benjamin Hipple
dab1b67f9a pythonPackages.aws-adfs: init at 0.12.0 (#43458) 2018-07-15 17:16:32 +02:00
Robert Schütz
e82de5730f python.pkgs.altair: fix build 2018-07-15 15:41:23 +02:00
Robert Schütz
de0c67572f python.pkgs.vega_datasets: init at 0.5.0 2018-07-15 15:41:23 +02:00
Timo Kaufmann
338f71a338 pythonPackages.cvxopt: re-enable tests (#43566)
This reverts commit 64a64e7483. The issue
was fixed in d2f0fc1f41.
2018-07-15 14:26:33 +02:00
Robert Schütz
18774d4173 Merge branch 'master' into staging 2018-07-15 12:31:18 +02:00
Timo Kaufmann
64a64e7483 pythonPackages.cvxopt: temporarily disable tests (#43564)
The tests have transient failures that will be fixed once staging is
merged.
2018-07-15 12:20:47 +02:00
Robert Schütz
fcc747ffa0 python.pkgs.backports_ssl_match_hostname: move expression 2018-07-15 01:29:39 +02:00
Johannes Frankenau
14abd80d1f python.pkgs.uranium: 3.3.0 -> 3.4.1 2018-07-14 22:53:29 +02:00
Johannes Frankenau
3bedaf24f8 python.pkgs.libarcus: 3.3.0 -> 3.4.1 2018-07-14 22:53:19 +02:00
xeji
27eb3c2673
Merge pull request #41934 from teto/cmd2_0.9.1
pythonPackages.cmd2: 0.8.0 -> 0.9.1
2018-07-14 21:50:32 +02:00
Vladimír Čunát
0f01215203
Merge branch 'master' into staging-next
Hydra: ?compare=1468896
2018-07-14 18:15:30 +02:00
Robert Schütz
bcd0483528 python3.pkgs.djmail: fix build 2018-07-14 13:47:08 +02:00
Robert Schütz
db9e9ed057 python.pkgs.eve: remove superfluous patch 2018-07-14 13:47:08 +02:00
Robert Schütz
3575e894b2 python.pkgs.events: 0.2.1 -> 0.3 2018-07-14 13:47:08 +02:00
Robert Schütz
013ba39557 python.pkgs.celery: fix tests 2018-07-14 13:47:08 +02:00
Robert Schütz
5d59194820 python.pkgs.kombu: 4.0.2 -> 4.2.1 2018-07-14 13:47:08 +02:00
Maximilian Bosch
af17bfdedf pythonPackages.scikitlearn: apply max_iter patch from scikitlearn master (#43483)
See https://github.com/scikit-learn/scikit-learn/pull/10723

This fixes the build of `scikitlearn` on master and nixos-unstable.

The issue is originally an upstream issue
(see https://github.com/scikit-learn/scikit-learn/issues/10619) which
was fixed on master and was mainly caused by changes to the environment.

Closes #43466
2018-07-14 13:20:37 +02:00
Timo Kaufmann
85f7fa93bc pythonPackages.cypari2: 1.1.4 -> 1.2.1 (#43496) 2018-07-14 00:17:55 +02:00
Frederik Rietdijk
3e31d23d99 Merge master into staging 2018-07-13 19:34:19 +02:00
Robert Schütz
d9f66ea5ae python.pkgs.credstash: 1.14.0 -> 1.15.0 2018-07-13 17:03:42 +02:00
Dan Peebles
6b81baed99 botocore, boto3, awscli: 1.10.48->1.10.57, 1.7.48->1.10.57, 1.15.49->1.15.48
As usual, I update all three of these at once because updating any of them
individually will break one or more of them.
2018-07-13 10:11:31 -04:00
Mario Rodas
90959f89b8 pythonPackages.pdfx: init at 1.3.1 (#42815) 2018-07-13 14:34:36 +02:00
volth
c583bfbf80 pythonPackages.cython: run tests in parallel (#43393) 2018-07-12 10:08:06 +02:00
Alvar
28ca73bc7f geojson: 2.3.0 -> 2.4.0 (#43389) 2018-07-12 09:13:12 +02:00
volth
8c3b33ea73 libvirt: 4.4.0 -> 4.5.0 (#43164) 2018-07-11 22:34:13 +02:00
Timo Kaufmann
c968e02aba pythonPackages.cysignals: 1.7.1 -> 1.7.2 (#43382) 2018-07-11 22:25:08 +02:00
Frederik Rietdijk
f8701caafc Merge master into staging 2018-07-10 15:51:20 +02:00
Robert Schütz
1789ee279e pythonPackages.guessit_2_0: remove 2018-07-10 11:25:18 +02:00
Matthew Bauer
6eb508a3e8 Merge remote-tracking branch 'upstream/master' into staging 2018-07-09 11:58:38 -04:00
Pascal Wittmann
e9c4179c3f
klaus: fix hash 2018-07-08 21:40:07 +02:00
Pascal Wittmann
b49bec3ba0
klaus: 1.2.2 -> 1.3.0 2018-07-08 21:13:52 +02:00
Jörg Thalheim
84d8eeae04 Revert "python.pkgs.pycodestyle: 2.3.1 -> 2.4.0"
This reverts commit 436ed46e19.

breaks flake8
2018-07-08 18:16:35 +01:00
Jörg Thalheim
436ed46e19 python.pkgs.pycodestyle: 2.3.1 -> 2.4.0 2018-07-08 18:10:38 +01:00
Robert Schütz
2a8a5533d1
Merge pull request #43219 from leenaars/dkimpy
pythonPackages.dkimpy: 0.6.2 -> 0.8.1
2018-07-08 17:34:15 +02:00
Michiel Leenaars
268cef2490 pythonPackages.dkimpy: 0.6.2 -> 0.8.1 2018-07-08 17:33:04 +02:00
Michiel Leenaars
eece903626 pythonPackages.authres: init at 1.1.0 2018-07-08 16:28:20 +02:00
Robert Schütz
03c37fefeb python.pkgs.google_api_python_client: fix propagatedBuildInputs 2018-07-08 11:51:08 +02:00
Robert Schütz
5adb361c52 python.pkgs.django_extensions: 1.8.1 -> 2.0.7 2018-07-08 11:39:29 +02:00
Robert Schütz
b13764e023 python.pkgs.vobject: 0.9.5 -> 0.9.6 2018-07-08 10:31:19 +02:00
Jos van Bakel
9291a3c0cf pythonpackages.sounddevice: 0.3.9 -> 0.3.11 and fix for portaudio library path (#43083) 2018-07-07 18:46:06 +02:00
Timo Kaufmann
ddc7051552 pythonPackages.flask-autoindex: 2018-06-28 -> 0.6.1 (#43126) 2018-07-06 22:47:40 +02:00
Peter Hoeg
9a066a3caf pythonPackages.matrix-client: 0.2.0 -> 0.3.2 (#42915) 2018-07-06 18:05:19 +02:00
Robert Schütz
1804301446 python: alembic: 0.9.9 -> 0.9.10 2018-07-06 17:09:24 +02:00
Robert Schütz
fda46a645c python.pkgs.agate: fix tests
Need to use fetchFromGitHub because examples/ is missing from PyPI tarball.
Also clean up the expression and specify appropriate checkInputs.
Fixes #42867.
2018-07-06 16:22:51 +02:00
Jan Tojnar
21f78529a5
python3.pkgs.dogtail: init at 0.9.10 2018-07-06 09:35:02 +02:00
Matthew Bauer
9cd122a2c4
Merge pull request #43088 from matthewbauer/misc
Get rid of 2 unneeded packages
2018-07-05 20:13:47 -04:00
Robert Schütz
a04c9e2deb python.pkgs.flask-restful: fix tests
Fixes #43001.
2018-07-05 18:59:25 +02:00
Manuel Mendez
905db9d5e3 pythonPackaes.grpcio-tools: init at 1.13.0 (#43022) 2018-07-05 09:14:51 +02:00
xeji
c6bea11567
Merge pull request #42950 from Ma27/fix-py-keyutils
pythonPackages.keyutils: fix build
2018-07-05 00:31:46 +02:00
catern
eb8e68b41b pythonPackages.python-prctl: init at 1.7 (#42353) 2018-07-04 11:54:00 +00:00
Maximilian Bosch
7703bd9edb
pythonPackages.keyutils: fix build
Fixes the Hydra CI build of `python{3,2}Packages.keyutils` on `nixpkgs.`
This patch changes the source retrieval to fetchFromGitHub as the PYPI
tarball doesn't come with tests for the check phase.
2018-07-04 13:09:40 +02:00
Robert Schütz
e5ad827f78 python.pkgs.asyncssh: 1.13.1 -> 1.13.2 2018-07-04 10:11:52 +02:00
Manuel Mendez
7db99ba53e pythonPackages.grpcio: use correct license (#42944)
According to https://pypi.org/project/grpcio/ and github.com/grpc/grpc
2018-07-03 23:07:42 +02:00
Matthew Bauer
e8e26becac
Merge pull request #42887 from matthewbauer/libsecurity-closure-reductions
Libsecurity closure reductions
2018-07-02 18:34:53 -04:00
Robert Schütz
d769256997
python.pkgs.asyncssh: fix tests (#42848) 2018-07-03 00:21:16 +02:00
Dan Peebles
d1994ebd8a boto{core,3}, awscli: upgrade
I upgrade these all at once because they depend on one another and
often dislike being upgraded individually. So let's make a single
atomic commit!
2018-07-02 16:49:59 -04:00