Anders Kaseorg
27d13628ee
pytorch: Move cudatoolkit to nativeBuildInputs
...
nvcc must be available in PATH at build time; otherwise CUDA support
will be disabled.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-04-27 07:49:42 +02:00
Robert Schütz
a416ef58b7
python.pkgs.pg8000: does not support Python 2.7 ( #60220 )
...
* python.pkgs.pg8000: does not support Python 2.7
* python3.pkgs.pg8000: update propagatedBuildInputs
2019-04-27 07:47:37 +02:00
Robert Scott
900dfa2705
pythonPackages.ezdxf: 0.8.8 -> 0.9
...
also disable for python <3.5 as upstream has dropped support
2019-04-27 07:46:59 +02:00
Robert Scott
d40894cbea
pythonPackages.box2d: remove unnecessary pkgs-box2d buildInput
...
this dependency turns out to be completely unnecessary - the pypi
package includes its own bundled copy of the source (i know - ew.)
and building without pkgs-box2d results in a binary-identical .so.
this has the side-effect of enabling this package on darwin, which was
previously restricted by the apparently linux-only pkgs-box2d.
2019-04-27 07:45:53 +02:00
Robert Scott
4c49c02073
pythonPackages.box2d: fix build by moving swig2 to nativeBuildInputs
2019-04-27 07:45:53 +02:00
Frederik Rietdijk
042a01efbf
Merge staging-next into staging
2019-04-27 07:02:02 +02:00
Frederik Rietdijk
883232c00d
Merge master into staging-next
2019-04-27 07:01:38 +02:00
Matthew Bauer
87944c3125
Merge pull request #56744 from matthewbauer/macos-10-12
...
Update macOS to 10.12
2019-04-26 22:20:03 -04:00
Matthew Bauer
698ff7855d
xml2rfc: don’t run tests on darwin
...
https://hydra.nixos.org/build/92523991
2019-04-26 21:55:10 -04:00
Matthew Bauer
b1de8cf480
treewide: disable tests on darwin
...
- tthsum
- python-papis
- python-sqlalchemy-migrate
- python-xlib
- dub
2019-04-26 21:55:05 -04:00
Matthew Bauer
3bab20c88d
treewide: disable checks on darwin
...
Not working in these cases:
- dconf
- paho-mqtt
- perl-gtk2
- perl-TAPParserSourceHandlerpgTAP
2019-04-26 21:55:02 -04:00
Matthew Bauer
ffeffb3851
python-zope_testrunner: don’t run tests on darwin
...
broken currently:
https://hydra.nixos.org/build/92527992
2019-04-26 21:55:01 -04:00
Matthew Bauer
2a59d24387
pycrypto: remove pre-10.12 patch
2019-04-26 21:54:57 -04:00
Matthew Bauer
fffc777be4
cffi: don’t run tests on darwin
...
they fail with llvm 7 for some reason
2019-04-26 21:54:53 -04:00
Matthew Bauer
0fe315c9b6
treewide: remove old patches for macOS
...
These shouldn’t be needed now that we are on macOS 10.12.
2019-04-26 21:54:32 -04:00
Mario Rodas
8d0e3ad603
pythonPackages.pytest-dependency: fix build
2019-04-26 14:29:10 -05:00
Daniël de Kok
58c473985c
python3Packages.spacy: fix build ( #60276 )
...
spaCy 2.0.18 requires an older version of wheel. Remove upper bound.
2019-04-26 20:47:31 +02:00
worldofpeace
07f96168e3
Merge pull request #60170 from worldofpeace/lollypop-bump
...
lollypop: 1.0.5 -> 1.0.7, other stuff
2019-04-26 12:18:40 -04:00
Jan Tojnar
89a150355b
Merge branch 'master' into staging
2019-04-26 16:35:54 +02:00
Robert Schütz
c890a3dd0f
python.pkgs.jinja2: run tests
2019-04-26 13:41:30 +02:00
Florian Franzen
604dae6797
pythonPackages.joblib: skip flaky test
...
fixes https://github.com/NixOS/nixpkgs/issues/60248
2019-04-26 12:08:22 +02:00
Robert Scott
9b69cf0865
pythonPackages.ColanderAlchemy: mark as broken for colander >1.6.0 ( #59975 )
...
ColanderAlchemy doesn't seem to have been updated for colander 1.7.0,
or at least its tests haven't been and we get a single, subtle test
failure around null handling which I don't feel comfortable skipping.
Issue filed upstream https://github.com/stefanofontanelli/ColanderAlchemy/issues/107
users that really need this will have to feed in their own pinned
colander package.
2019-04-26 09:15:24 +02:00
Robert Scott
91a6ffa4bd
pythonPackages.serversyncstorage: mark as broken if cornice.version != 0.17 ( #59884 )
...
this package doesn't build if accessed directly from the top level
without a specially overridden cornice package supplied - as done
by syncserver
2019-04-26 08:42:58 +02:00
Timo Kaufmann
918f0a19a8
python.pkgs.cysignals: 1.9.0 -> 1.10.2 ( #60226 )
2019-04-25 22:35:36 +02:00
Michael Weiss
5b1499e47e
python37Packages.mysql-connector: 8.0.15 -> 8.0.16
2019-04-25 21:30:27 +02:00
Mario Rodas
fc48e74127
pythonPackages.google-auth-oauthlib: fix python3 build ( #60209 )
2019-04-25 18:20:18 +02:00
worldofpeace
5aa04754e5
Merge pull request #57108 from FlorianFranzen/pyside-tools
...
pythonPackages.pysideTools: Use fetchFromGitHub and update meta
2019-04-25 07:36:23 -04:00
Florian Franzen
cdf35c4f17
pythonPackages.pysideTools: Use fetchFromGitHub and update meta
2019-04-25 13:04:18 +02:00
Matthias Beyer
dfd8f84aef
python3Packages.jupyterlab: Fix build
...
The build was broken by updating the underlying python library.
This is the quickfix.
Fixes: ca67a7200cf ("python37Packages.jupyterlab_server: 0.2.0 -> 0.3.0")
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-25 09:41:52 +02:00
Will Dietz
edb23a55fe
Merge pull request #59670 from r-ryantm/auto-update/python3.7-PyChromecast
...
python37Packages.PyChromecast: 3.0.0 -> 3.2.0
2019-04-24 14:59:09 -05:00
Frederik Rietdijk
6d28c66c19
python: xkcdpass: 1.17.2 -> 1.17.3
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
982443d20a
python: urllib3: 1.24.1 -> 1.24.2
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
eb91d07316
python: typed-ast: 1.3.1 -> 1.3.4
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
abd8d9ba6b
python: sseclient: 0.0.23 -> 0.0.24
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
5aecccacca
python: SPARQLWrapper: 1.8.2 -> 1.8.4
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
f3939bddab
python: smart_open: 1.8.1 -> 1.8.2
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
58dba9ee3e
python: setuptools: 41.0.0 -> 41.0.1
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
ee9b28dca9
python: s3fs: 0.2.0 -> 0.2.1
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
2f50805b71
python: ruamel.yaml: 0.15.92 -> 0.15.94
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
4e3215af86
python: pytest-mock: 1.10.3 -> 1.10.4
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
a4643e9e6f
python: pyspark: 2.4.1 -> 2.4.2
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
4157f6e23b
python: pyrr: 0.10.2 -> 0.10.3
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
631149acb7
python: pyro-ppl: 0.3.1.post1 -> 0.3.2
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
e03d55130f
python: pyasn1-modules: 0.2.4 -> 0.2.5
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
3d8043eee1
python: phonenumbers: 8.10.9 -> 8.10.10
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
62749c57b1
python: objgraph: 3.4.0 -> 3.4.1
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
2016715fa5
python: numpy: 1.16.2 -> 1.16.3
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
b0bd4e72cc
python: nilearn: 0.5.1 -> 0.5.2
2019-04-24 18:43:26 +02:00
Frederik Rietdijk
e2d9650255
python: nameparser: 1.0.2 -> 1.0.3
2019-04-24 18:43:25 +02:00
Frederik Rietdijk
5ff4e92f6b
python: moto: 1.3.7 -> 1.3.8
2019-04-24 18:43:25 +02:00