Frederik Rietdijk
2058aeba20
python3Packages.panel: 0.7.0 -> 0.8.3
...
A newer version is available but requires bokeh >= 2.
See https://github.com/NixOS/nixpkgs/pull/85758 for WIP bokeh PR.
2020-04-24 12:09:58 +02:00
Frederik Rietdijk
955170761f
python3Packages.holoviews: 1.12.7 -> 1.13.2
2020-04-24 11:35:08 +02:00
Frederik Rietdijk
2030507f2d
python3Packages.param: 1.9.2 -> 1.9.3
2020-04-24 11:35:08 +02:00
Frederik Rietdijk
d9078294cf
python3Packages.pyviz_comms: 0.7.2 -> 0.7.4
2020-04-24 11:35:08 +02:00
Matt Huszagh
51502a7240
pyclipper: init at 1.1.0.post3
2020-04-23 11:31:42 -07:00
Frederik Rietdijk
cff0669a48
Merge master into staging-next
2020-04-23 08:11:16 +02:00
Benjamin Hipple
21be830522
Merge pull request #85799 from matthewbauer/blas-lapack-expand-docs
...
BLAS/LAPACK fixup and expand docs
2020-04-22 21:56:20 -04:00
Drew
af3e5fc48a
pythonPackages.arrow: fix license ( #85803 )
2020-04-22 16:40:23 -04:00
Enno Lohmeier
d1cc4c139b
pythonPackages.caldav: unbreak build
2020-04-22 12:32:52 -07:00
Matthew Bauer
3d18975478
python.pkgs.scipy: set SCIPY_USE_G77_ABI_WRAPPER=1
...
To avoid segmentation fault on MKL, we need to use the CBLAS ABI.
Normally, scipy will autodetect this, but here we don’t link using the
‘libmkl_rt.so’ name. So we need to manually set this.
See 50012918db/doc/source/building/linux.rst (fortran-abi-mismatch)
2020-04-22 12:38:28 -05:00
Frederik Rietdijk
8374a2a0ee
Merge master into staging-next
2020-04-22 17:20:20 +02:00
Michael Weiss
2319f0c168
python3Packages.google_api_python_client: 1.8.1 -> 1.8.2
2020-04-22 14:12:55 +02:00
Domen Kožar
a63762ace8
Merge pull request #72091 from xwvvvvwx/reproducible-pytest4
...
python3Packages.pytest4: deterministic bytecode
2020-04-22 14:05:09 +02:00
Drew Risinger
512a85d334
pythonPackages.pylatexenc: 2.1 -> 2.2
2020-04-21 20:23:17 -07:00
Evan Stoll
d3a41f3c23
pythonPackages.pyroma: init at 2.6
2020-04-21 17:17:13 -07:00
Lars Jellema
800dd4b7da
python3Packages.simpleaudio: init at 1.0.4
2020-04-21 17:13:49 -07:00
Symphorien Gibol
5bc1773390
python3Packages.matrix-nio: add symphorien as maintainer
2020-04-21 16:35:58 -07:00
Symphorien Gibol
1d0aae0bc9
python3Packages.matrix-nio: 0.9.0 -> 0.10.0
2020-04-21 16:35:58 -07:00
Martin Weinelt
c0c8dcd828
pythonPackages.pulsectl: init at 20.4.3
2020-04-21 16:17:36 -07:00
Jonathan Ringer
5d4162e9f9
python3Packages.dotnetcore2: 2.1.11 -> 2.1.13
...
instead of installing only what's needed, remove extraneous executable
2020-04-21 14:40:26 -07:00
Michael Weiss
0d1194704b
python3Packages.google_api_python_client: 1.8.0 -> 1.8.1
...
This contains a fix for the goobook build which would break due to this
update.
2020-04-21 22:08:50 +02:00
Frederik Rietdijk
23be4a8b4d
Merge master into staging-next
2020-04-21 19:59:56 +02:00
Frederik Rietdijk
ec21df329a
Merge pull request #85636 from matthewbauer/blas-lapack-fix-fallout-from-83888
...
BLAS/LAPACK fix fallout from #83888
2020-04-21 19:59:16 +02:00
Frederik Rietdijk
803b3d296c
Merge staging-next into staging
2020-04-21 08:29:51 +02:00
Frederik Rietdijk
ef1679a038
Merge pull request #85171 from bcdarwin/python3-mayavi
...
python3Packages.mayavi: update from Python 2 to Python 3 (and switch from wxPython to pyqt5)
2020-04-21 08:01:57 +02:00
Dmitry Kalinkin
c7d4882ab1
python3Packages.matplotlib: 3.1.3 -> 3.2.1, and various cleanups ( #84362 )
...
* pythonPackages.matplotlib: add veprbl to maintainers
* pythonPackages.matplotlib: remove an old darwin hack
* pythonPackages.matplotlib: remove python and stdenv from buildInputs
* python3Packages.matplotlib: remove a hack for python33
* pythonPackages.matplotlib: remove outdated checkPhase
Downloading the baseline_images is not a real issue, building against
older freetype (local_freetype = True) is, perhaps, not what we
want. The good news is that the tests would pass (tested on 3.2.1) if
we were to enable them:
========== 6684 passed, 1332 skipped, 10 xfailed in 228.64s (0:03:48) ==========
* pythonPackages.matplotlib: provide setup.cfg from a file instead of a patch
* python3Packages.matplotlib: 3.1.3 -> 3.2.1
2020-04-21 07:56:13 +02:00
Raphael Borun Das Gupta
5dc6f02d77
lektor: fix "ImportError: No module named pkg_resources"
2020-04-21 07:42:35 +02:00
John Ericson
607522c78d
numpy: Use blas and lapack dev outputs for include dirs
2020-04-20 21:40:48 -04:00
Matthew Bauer
ff2f2644f8
blas,lapack: use isILP64 instead of is64bit
...
This is a better name since we have multiple 64-bit things that could
be referred to.
LP64 : integer=32, long=64, pointer=64
ILP64 : integer=64, long=64, pointer=64
2020-04-20 16:02:43 -05:00
Matthew Bauer
015f46beba
numpy: set lapack,blas library names correctly
2020-04-20 13:53:29 -05:00
Jörg Thalheim
216237e349
Merge pull request #85579 from siriobalmelli-foss/fix/howdoi
2020-04-20 10:41:53 +01:00
Pierre Bourdon
f52443efae
pythonPackages.pyopengl: avoid dragging in 500M of -dev packages
...
Only the actual shared libraries are required to be installed, and they
are imported directly by path via ctypes. The package's patchPhase
already takes care of embedding the Nix store paths of the required
libraries into pyopengl.
This reduces the transitive closure size of PyOpenGL: 622M -> 136M.
2020-04-20 08:54:36 +02:00
Maximilian Bosch
45948bd56b
python3Packages.pytesseract: 0.3.3 -> 0.3.4
...
https://pypi.org/project/pytesseract/0.3.4/
2020-04-19 22:43:03 +02:00
Sirio Balmelli
85501cae5e
howdoi: cachelib and appdirs dependencies _also_ needed for Linux.
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-19 19:43:08 +00:00
Sirio Balmelli
0e48a68559
howdoi: fix Darwin build dependencies
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-19 21:39:37 +02:00
worldofpeace
2a8f5b02b7
Merge pull request #85571 from rnhmjoj/secretstorage
...
pythonPackages.secretstorage: drop old dependency
2020-04-19 13:19:56 -04:00
rnhmjoj
c9a77e4d6d
pythonPackages.secretstorage: drop old dependency
...
pygobject was an optional dependency at some point but it has been
removed and is no longer needed.
2020-04-19 19:18:18 +02:00
rnhmjoj
a3e64e81fc
pythonPackages.publicsuffix2: init at 2.2019-12-21
2020-04-19 11:19:27 +02:00
Vladimír Čunát
e233a9d4dd
Merge #84442 : staging-next branch
2020-04-18 23:11:00 +02:00
John Ericson
1ea80c2cc3
Merge remote-tracking branch 'upstream/master' into staging
2020-04-18 15:40:49 -04:00
Markus Wamser
5fbab6dabb
pythonPackages.pdfposter init at 0.7.post1 ( #82926 )
...
Signed-off-by: Markus S. Wamser <github-dev@mail2013.wamser.eu>
2020-04-18 13:15:29 -04:00
Pavol Rusnak
fadcfc3ea4
treewide: per RFC45, remove more unquoted URLs
2020-04-18 14:04:37 +02:00
Vladimír Čunát
d96487b9ca
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
Vladimír Čunát
312e9037f4
python2.pkgs.cryptography: fixup build of dependants
...
... most notably fix pyopenssl. I can't say I really understand this,
but the commit seems safe enough.
2020-04-18 07:39:10 +02:00
John Ericson
33c2a76c5e
Merge remote-tracking branch 'upstream/master' into staging
2020-04-17 18:40:51 -04:00
Matthew Bauer
1c8aba8334
treewide: use blas and lapack
...
This makes packages use lapack and blas, which can wrap different
BLAS/LAPACK implementations.
treewide: cleanup from blas/lapack changes
A few issues in the original treewide:
- can’t assume blas64 is a bool
- unused commented code
2020-04-17 16:24:09 -05:00
Matthieu Coudron
c881dd5e68
pythonPackages.pagelabels: init at 1.2.0
...
Used in termpdf I want to package.
2020-04-17 21:01:17 +02:00
Matthieu Coudron
c0a498b5d5
pythonPackages.pdfrw: init at 0.4.0
2020-04-17 21:01:17 +02:00
Jörg Thalheim
ee6f5a32bb
python38.pkgs.python-jsonrpc-server: disable for python38
2020-04-17 11:22:35 +01:00
Timo Kaufmann
42ca7c114e
Merge pull request #85176 from timokau/zimports-init
...
python.pkgs.zimports: init at 0.2.0
2020-04-17 09:43:12 +00:00