Silvan Mosberger
a02b6bc318
Merge pull request #52936 from teh/pyro
...
Pyro
2018-12-31 03:47:51 +01:00
Silvan Mosberger
78f80a6917
Merge pull request #52201 from Scriptkiddi/gif-for-cli
...
Gif for cli
2018-12-31 03:09:08 +01:00
R. RyanTM
db39f9def1
python37Packages.intervaltree: 2.1.0 -> 3.0.2 ( #52803 )
...
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-intervaltree/versions
2018-12-30 20:09:50 +01:00
Frederik Rietdijk
26e5c0f07a
Merge pull request #51846 from veprbl/pr/pyqt5_opt_qtwebkit
...
pyqt5: make qtwebkit optional, disable by default
2018-12-30 16:34:39 +01:00
Tobias Happ
eb97f45360
pythonPackges.flask-jwt-extended: 3.13.1 -> 3.14.0
2018-12-30 10:30:09 -05:00
worldofpeace
85a603c738
pythonPackages.clize: fix build
...
We just needed to add some deps.
2018-12-30 10:25:05 -05:00
worldofpeace
1c924c7aeb
pythonPackages.od: init at 1.0
2018-12-30 10:25:05 -05:00
R. RyanTM
24571cded5
python37Packages.zc_lockfile: 1.3.0 -> 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-zc.lockfile/versions
2018-12-30 10:25:05 -05:00
R. RyanTM
0063acf4df
pythonPackages.shippai: 0.3.0 -> 0.3.2
2018-12-30 10:04:50 +01:00
worldofpeace
e2efd9d7e2
Merge pull request #52952 from Gerschtli/update/dependency-injector
...
pythonPackages.dependency-injector: 3.14.2 -> 3.14.3
2018-12-29 23:25:14 -05:00
Timo Kaufmann
92bd86383f
python.pkgs.cysignals: 1.8.0 -> 1.8.1 ( #53039 )
2018-12-29 16:16:23 +01:00
R. RyanTM
de1be9f613
python37Packages.aioamqp: 0.11.0 -> 0.12.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-aioamqp/versions
2018-12-29 13:06:33 +01:00
Fritz Otlinghaus
cf97a0372f
gif-for-cli: init at unstable-2018-08-14
2018-12-29 18:57:18 +08:00
worldofpeace
bd98a3d770
pythonPackages.update-copyright: disable tests, add homepage
2018-12-28 19:31:33 -05:00
Profpatsch
aebec73071
pythonPackages.update-copyright: init at 0.6.2
2018-12-28 19:45:53 +01:00
worldofpeace
3ae459f3c0
Merge pull request #52876 from marsam/init-detect-secrets
...
detect-secrets: init at 0.11.0
2018-12-27 21:08:18 -05:00
Michael Weiss
805e89ce32
python3Packages.goobook: 3.1 -> 3.3
...
Unfortunately this package was unmaintained for years, which is why I
had to change quite some stuff (it's probably still not perfect) and set
myself as maintainer (replacing the existing ones, which maintained it
until version 1.9).
2018-12-27 21:15:05 +01:00
Frederik Rietdijk
364c59dd94
python.pkgs.pytest_xdist: pytest-forked is needed during runtime, fixes #45060
2018-12-27 15:26:22 +01:00
Dmitry Kalinkin
97ec7a9ab9
pythonPackages.qtconsole: build on darwin
...
Fixes: d7ef9a7107
('python36Packages.qtconsole: 4.4.2 -> 4.4.3')
2018-12-27 09:14:21 -05:00
Dmitry Kalinkin
3c198294e7
pyqt5: refactor
2018-12-27 09:14:21 -05:00
Dmitry Kalinkin
facefec139
pyqt5: make qtwebkit optional, disable by default
...
qtwebkit appears to be unsupported in Qt 5.11. We are using some old port
475d653afd/pkgs/development/libraries/qt-5/5.11/default.nix (L39-L48)
and it is broken on darwin.
2018-12-27 09:14:20 -05:00
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
Mario Rodas
17eb96dabd
pythonPackages.unidiff: init at 0.5.5
2018-12-27 05:21:53 -05:00
Tobias Happ
47da938133
pythonPackages.dependency-injector: 3.14.2 -> 3.14.3
2018-12-27 03:46:51 +01: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
Tom Hunger
da01f2a745
pyro-ppl: init at 0.3.0
2018-12-26 19:17:09 +00:00
Tom Hunger
4411b29065
opt-einsum: init at 2.3.2
2018-12-26 19:16:05 +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