Commit graph

7846 commits

Author SHA1 Message Date
Dmitry Kalinkin 9b07d48d9c
pyqt5: remove old fixes
Since about 5 hydra evaluations ago the build log has:

substituteStream(): WARNING: pattern 'install_dir=pydbusmoddir' doesn't match anything in file 'configure.py'
substituteStream(): WARNING: pattern 'ModuleMetadata(qmake_QT=['webkitwidgets'])' doesn't match anything in file 'configure.py'

Looking at the original configure.py I don't see any mention of
pydbusmoddir and ModuleMetadata seems to be set like the patch suggests:

    'QtWebKitWidgets':      ModuleMetadata(
                                    qmake_QT=['webkitwidgets',
                                            'printsupport']),

It appears that we don't need the fix anymore.

Reverts: d3ed0ab32b ('PyQt: fix build')
2018-12-27 09:13:07 -05:00
Orivej Desh 21f04bc66a pythonPackages.sip: enable parallel building 2018-12-27 13:10:59 +00:00
Orivej Desh 4ec84c297c pythonPackages.pyqt5: import sip as PyQt5.sip
pyqt5 5.11 has switched from sip to PyQt5.sip.
2018-12-27 11:17:22 +00:00
Orivej Desh bf1a563af0 pythonPackages.sip: make sip-module name overridable
The author of sip wants it to be a private dependency of other packages by
making it importable under different names.
2018-12-27 11:17:22 +00:00
Orivej Desh b742250b31 python3Packages.uranium: 3.5.1 -> 3.6.0 2018-12-27 02:18:31 +00:00
Orivej Desh ab95c92349 python3Packages.libarcus: 3.4.1 -> 3.6.0 2018-12-27 02:18:31 +00:00
Orivej Desh cbdaa29c3e python3Packages.libsavitar: init at 3.6.0 2018-12-27 02:18:31 +00:00
Orivej Desh 9b3204d41b pythonPackages.uranium: add missing dependency on shapely
Needed since 3.5.1: 0c6d90b42d
2018-12-27 01:34:15 +00:00
Frederik Rietdijk 2f62e382af python.pkgs.pywal: fix path to feh 2018-12-26 13:30:58 +01:00
Frederik Rietdijk 3f93d68ebb python.pkgs.pywal: hardcode path to feh 2018-12-26 12:58:28 +01:00
Frederik Rietdijk 281981a6df pywal: move to pythonPackages and inject path to convert 2018-12-26 11:58:59 +01:00
R. RyanTM 1834a3ed22 python37Packages.antlr4-python3-runtime: 4.7.1 -> 4.7.2
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-antlr4-python3-runtime/versions
2018-12-26 10:45:22 +01:00
R. RyanTM 04b5445341 python37Packages.breathe: 4.11.0 -> 4.11.1
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-breathe/versions
2018-12-26 09:51:31 +01:00
R. RyanTM 50769a739e python37Packages.django_extensions: 2.1.3 -> 2.1.4
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-extensions/versions
2018-12-26 09:35:36 +01:00
R. RyanTM 5898cc663f python37Packages.influxdb: 5.2.0 -> 5.2.1
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-influxdb/versions
2018-12-26 09:35:26 +01:00
R. RyanTM 79e90ca154 python37Packages.graph-tool: 2.26 -> 2.27
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-graph-tool/versions
2018-12-26 09:35:17 +01:00
Orivej Desh 483b87ba09 pythonPackages.qrcode: disable tests with Python 3
They fail since qrcode 6.0:
https://hydra.nixos.org/job/nixpkgs/trunk/python37Packages.qrcode.x86_64-linux

Upstream issue: https://github.com/lincolnloop/python-qrcode/issues/163
2018-12-26 02:54:26 +00:00
Orivej Desh 2102ff090d pythonPackages.jsonrpclib-pelix: disable tests
Version 0.3.2 has started to advertise the tests in setup.py, but there are no
tests in the PyPI distribution.
2018-12-26 02:52:29 +00:00
Orivej Desh 669705c620 pythonPackages.ofxparse: fix build
Broken by 0fde2cf4e1 in #49741.
2018-12-26 02:52:28 +00:00
Orivej Desh 4f909b59b4 pythonPackages.goobook: fix build
Broken by e424952826 in #49741.
2018-12-26 02:52:28 +00:00
Orivej Desh 3fd67fbb42 pythonPackages.taskw: fix build
Broken by 8600798172 in #49741.
2018-12-26 02:52:28 +00:00
Orivej Desh 84d133c845 pythonPackages.secretstorage: init at 2.3.1 for Python 2 2018-12-26 02:52:28 +00:00
Orivej Desh 6137c6de6c pythonPackages.secretstorage: fix license 2018-12-26 02:52:28 +00:00
Orivej Desh c6f9068804 pythonPackages.parsel: fix for Python 2 2018-12-26 02:52:28 +00:00
Austin Seipp af53114a09 pythonPackages.pytorch: fix Intel MKL BLAS compile failure
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-25 10:49:40 -06:00
Austin Seipp 60176e005d pythonPackages.pytorch: add libnuma dep on Linux
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-25 10:49:40 -06:00
Austin Seipp 79d21285dd pythonPackages.pytorch: meta touch up, add myself as maintainer
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-25 10:49:39 -06:00
Austin Seipp 6fcebb6427 pythonPackages.pytorch: fix spurious test failures
This was fixed upstream already -- these tests ensure multi-GPU
functionality works, and thus requires multiple GPUs.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-25 10:49:39 -06:00
Austin Seipp c6ecb3887f pythonPackages.pytorch: fix weirdly broken wheel version number
Otherwise, the wheel gets built with invalid metadata -- causing
'torch >= 1.0.0' to be unsatisfiable in other python packages, for
instance.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-25 10:49:39 -06:00
Kai Wohlfahrt be96560327 pythonPackages.pytorch: 0.4.1 -> 1.0.0
`thd_distributed` is broken just like `distributed` is. `cpp_extensions`
is broken upstream now, it seems? In the future it can hopefully be
re-enabled.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-12-25 10:49:39 -06:00
Dmitry Kalinkin be94ca4ada
pythonPackages.python-lz4: 2.1.0 -> 2.1.2 2018-12-25 10:36:24 -05:00
Dmitry Kalinkin fdc9826c19
buildbot: replace lz4 alias with proper name
lz4 used to package the same package as python-lz4, then lz4 was
removed and became an alias to python-lz4
2018-12-25 10:36:24 -05:00
Dmitry Kalinkin 6ef6d4339a
pythonPackages.python-lz4: fix license 2018-12-25 10:36:24 -05:00
Dmitry Kalinkin b51aaaa36c
pythonPackages.lz4: remove in favor of pythonPackages.python-lz4
lz4 packages the same package as python-lz4, but an outdated version
2018-12-25 10:36:20 -05:00
R. RyanTM ffe4a9a863 python37Packages.EasyProcess: 0.2.3 -> 0.2.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-easyprocess/versions
2018-12-25 10:07:53 +01:00
R. RyanTM f690bfd3f3 python37Packages.pytesseract: 0.2.5 -> 0.2.6
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-pytesseract/versions
2018-12-25 10:07:28 +01:00
R. RyanTM f09e4a42af python37Packages.shellingham: 1.2.7 -> 1.2.8
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-shellingham/versions
2018-12-25 10:05:18 +01:00
R. RyanTM 106d46a0f3 python37Packages.dpkt: 1.9.1 -> 1.9.2
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-dpkt/versions
2018-12-25 10:05:00 +01:00
R. RyanTM 1920ca6a16 python37Packages.affine: 2.2.1 -> 2.2.2
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-affine/versions
2018-12-25 10:04:44 +01:00
R. RyanTM 1fd3323a0d python37Packages.biopython: 1.72 -> 1.73
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-biopython/versions
2018-12-25 10:04:11 +01:00
R. RyanTM fcfdd1d96f python37Packages.peewee: 3.7.1 -> 3.8.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-peewee/versions
2018-12-25 01:21:47 -05:00
R. RyanTM 80ceb35158 python37Packages.nvchecker: 1.2.7 -> 1.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-nvchecker/versions
2018-12-24 11:46:37 -08:00
Ivan Kozik 82470c2e3b snscrape: init at 0.1.3 (#52758) 2018-12-24 11:42:06 +01:00
Robert Schütz 461552526b python.pkgs.django_1_8: 1.8.18 -> 1.8.19
This fixes CVE-2018-7536 and CVE-2018-7537:
https://www.djangoproject.com/weblog/2018/mar/06/security-releases/

cc https://github.com/NixOS/nixpkgs/issues/52679
2018-12-24 11:18:57 +01:00
Izorkin 5948a5a3b0 pythonPackages.pg8000: fix build 2018-12-24 12:05:45 +03:00
Maximilian Bosch 30c6234e15
python3Packages.pyaxmlparser: fix build
The build is currently broken on master[1] due to a major bump of
`click` in fe0af1ce77.

Manually patching `setup.py` temporarily fixes the issue. To ensure that
succeeding builds don't deliver packages breaking at runtime due to
dependency issues I switched to the GitHub archive as source since it
contains tests as well.

Additionally, Python 2.7 support has been dropped. It seems as it
was never intended to support Python3 here, I simply forgot to disable
the Python2 build.

```
TypeError: AXMLParser object is not an iterator
```

[1] https://hydra.nixos.org/build/86108813
2018-12-23 23:15:36 +01:00
Mario Rodas ff004d0b14 pythonPackages.nose-randomly: add checkPhase (#52628) 2018-12-23 18:40:51 +01:00
R. RyanTM 4ecf1744c9 python37Packages.typed-ast: 1.1.0 -> 1.1.1 (#52700)
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-typed-ast/versions
2018-12-23 18:34:26 +01:00
R. RyanTM c02445eec0 python37Packages.zeep: 3.1.0 -> 3.2.0 (#52699)
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-zeep/versions
2018-12-23 18:33:29 +01:00
Christopher Ostrouchov 142687c5c7 python3Packages.flit: 1.0 -> 1.2.1 (#51674) 2018-12-23 18:26:31 +01:00