Commit graph

10416 commits

Author SHA1 Message Date
Evax Software ba588df304 python3Packages.pandas-datareader: init at 0.9.0 2020-11-03 21:14:17 -08:00
Jonathan Ringer 7dcd41516f
Merge pull request #102507 from jonringer/update-azure
python3Packages.azure*: update
2020-11-03 07:52:21 -08:00
Frederik Rietdijk 470f05cb5d Merge staging-next into staging 2020-11-03 12:06:41 +01:00
Frederik Rietdijk 237966224d Merge master into staging-next 2020-11-03 12:06:06 +01:00
Jakub Kądziołka 95381cf705
pythonPackages.sumtypes: init at 0.1a5 2020-11-02 20:57:23 +01:00
Maciej Krüger 16abe1a322
Merge pull request #102085 from luc65r/pkg/unicorn
unicorn(-emu): 1.0.2-rc4 -> 1.0.2
2020-11-02 20:56:38 +01:00
Jonathan Ringer f8d5953a0a
python3Packages.azure-synapse-artifacts: init at 0.3.0 2020-11-02 09:41:56 -08:00
Evax Software 6c0cf31ebf python3Packages.mlxtend: init at 0.17.3 2020-11-02 11:30:30 +01:00
Rakesh Gupta 7e820842a9
pythonPackages.xmljson: init at 0.2.1 2020-11-02 21:13:09 +11:00
Pavol Rusnak 0d8f43c402 python3Packages.ovito: 3.0.0 -> 3.3.1 2020-11-01 11:51:17 -08:00
Evax Software 8aa15a1a10 python3Packages.ppscore: init at 1.1.1 2020-11-01 16:37:31 +01:00
Symphorien Gibol f269e315ec python3.pkgs.fabulous: init at 0.3.0 2020-11-01 10:59:57 +01:00
Frederik Rietdijk 83dde6c52c Merge staging-next into staging 2020-11-01 10:11:12 +01:00
Frederik Rietdijk 7a8d5dc8a6 Merge master into staging-next 2020-11-01 10:10:47 +01:00
Nicolai Kellerer c1cf4abe6d pythonPackages.toolz: create Python 2 package 2020-10-31 09:55:25 -07:00
Vladimír Čunát dfd3ede68d
Merge branch 'master' into staging-next 2020-10-31 14:30:44 +01:00
Symphorien Gibol 0cf43ed2a0 python3.pkgs.getkey: init at 0.6.5 2020-10-31 12:00:00 +00:00
Martin Weinelt 5a22c6f167
Merge pull request #99521 from mweinelt/irc-stuff
python3Packages.{irctokens,ircstates,ircrobots}: init
2020-10-30 22:41:05 +01:00
luc65r 345f1d11d3 unicorn(-emu): 1.0.2-rc4 -> 1.0.2 2020-10-29 21:15:42 +01:00
Vladimír Čunát 0b32140b34
Merge branch 'staging-next' into staging 2020-10-28 18:48:56 +01:00
Vladimír Čunát 31839c352e
Merge branch 'master' into staging-next 2020-10-28 18:48:18 +01:00
Daniël de Kok 93b3fa6088 python3Packages.setuptools-rust: init at 0.11.3 2020-10-28 10:41:27 -07:00
Andreas Rammhold db0fe5c3eb
Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
2020-10-28 03:03:27 +01:00
Kierán Meinhardt aa86d488cf python3Packages.lyricwikia: init at 0.1.11 2020-10-27 21:53:24 +01:00
Martin Weinelt 0ead6f8cfd
Merge pull request #101557 from mvnetbiz/zigpy-znp
home-assistant: pythonPackages.zigpy-znp: init at 0.2.2; pythonPackages.zigpy: 0.22.2 -> 0.26.0; pythonPackages.zigpy-cc: 0.5.1 -> 0.5.2; pythonPackages.zigpy-xbee: 0.12.1 -> 0.13.0; pythonPackages.zigpy-zigate: 0.6.1 -> 0.6.2
2020-10-27 18:30:26 +01:00
Scriptkiddi 1e3f24f5f4
pythonPackages.googlemaps: init at 4.4.2 2020-10-27 11:35:06 +01:00
Timo Kaufmann f331acc1a2
Merge pull request #90430 from berbiche/byobu-screen
byobu: add screen backend
2020-10-27 09:45:03 +01:00
Matt Votava 760e367b6d python3Packages.zigpy-znp: init at 0.2.2, add tests 2020-10-26 22:48:40 -07:00
Denys Pavlov ff3dca56ed pythonPackages.sqlite-utils: init at 2.22 2020-10-26 22:04:12 -04:00
Nicolas Berbiche 3ac1ffe8b2
byobu: add support for the screen backend 2020-10-26 20:52:46 -04:00
Vladimír Čunát 89023c38fc
Recover the complicated situation after my bad merge
I made a mistake merge.  Reverting it in c778945806 undid the state
on master, but now I realize it crippled the git merge mechanism.
As the merge contained a mix of commits from `master..staging-next`
and other commits from `staging-next..staging`, it got the
`staging-next` branch into a state that was difficult to recover.

I reconstructed the "desired" state of staging-next tree by:
 - checking out the last commit of the problematic range: 4effe769e2
 - `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken
   merge commit and its revert from that range (while keeping
   reapplication from 4effe769e2)
 - merging the last unaffected staging-next commit (803ca85c20)
 - fortunately no other commits have been pushed to staging-next yet
 - applying a diff on staging-next to get it into that state
2020-10-26 09:01:04 +01:00
Vladimír Čunát 336bc8283b
Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
This reverts commit c778945806.

I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
Frederik Rietdijk 89a60382e4 Revert "Revert "pythonPackages.django: clarify versions, remove django_lts attribute""
Every major version will have only a single LTS release, which is the
one we typically keep in Nixpkgs.

https://www.djangoproject.com/download/

This reverts commit af8a48c3c1.
2020-10-25 13:55:44 +01:00
Frederik Rietdijk af8a48c3c1 Revert "pythonPackages.django: clarify versions, remove django_lts attribute"
Fix eval.

This reverts commit 00d5a13322.
2020-10-25 13:44:02 +01:00
Jonathan Strickland b775bc734e pinboard: init at 2.1.8 2020-10-25 10:29:53 +01:00
Ben Darwin 8e17389a56 graspy: rename to graspologic 2020-10-25 10:17:35 +01:00
Frederik Rietdijk 00d5a13322 pythonPackages.django: clarify versions, remove django_lts attribute
Every major version will have only a single LTS release, which is the
one we typically keep in Nixpkgs.

https://www.djangoproject.com/download/
2020-10-25 10:16:38 +01:00
Frederik Rietdijk f9ae2b7dac pythonPackages.django_3: init at 3.1 2020-10-25 10:16:38 +01:00
Vladimír Čunát 2f6b00b15e
Merge branch 'staging-next' into staging 2020-10-25 09:47:04 +01:00
Vladimír Čunát c778945806
Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
I'm sorry; I didn't notice it contained staging commits.

This reverts commit 17f5305b6c, reversing
changes made to a8a018ddc0.
2020-10-25 09:41:51 +01:00
Vladimír Čunát 17f5305b6c
Merge #101508: libraw: 0.20.0 -> 0.20.2 2020-10-25 09:28:53 +01:00
Vladimír Čunát ed217bcc35
Merge #100446: python*Packages.apprise: fix dependencies 2020-10-25 08:39:18 +01:00
Kierán Meinhardt cd63b94b0d python3Packages.betacode: init at 1.0 2020-10-24 21:15:46 +02:00
Kierán Meinhardt 55d047fc0e python3Packages.pygtrie: init at 2.3 2020-10-24 21:15:46 +02:00
Nikolay Korotkiy 0c102b283d python3Packages.pygmt: init at 0.2.0 2020-10-23 18:05:52 -07:00
WORLDofPEACE 949f7f9227
Merge pull request #98316 from NixOS/gnome-3.38
GNOME 3.38
2020-10-23 20:02:38 -04:00
WORLDofPEACE 9aaad83e43
zeitgeist: switch to Python 3 2020-10-24 01:17:30 +02:00
Jan Tojnar c252654584
Merge branch 'master' into staging-next 2020-10-24 01:10:07 +02:00
IvarWithoutBones cda313e3cc pythonPackages.imdbpy: init at 2020.9.25 2020-10-23 03:16:36 +02:00
Anderson Torres 253fb7648c
Merge pull request #101244 from zaninime/nanovna-saver
nanovna-saver: init at 0.3.7
2020-10-22 20:42:56 -03:00
Jan Tojnar d13fc932cd
Merge branch 'master' into staging-next 2020-10-22 21:20:14 +02:00
Francesco Zanini 6bcc200340 pythonPackages.scipy_1_4: nanovna-saver dependency 2020-10-22 16:23:06 +02:00
Doron Behar 44dd65ffca
Merge pull request #98093 from marius851000/portmod 2020-10-22 15:12:13 +03:00
Vladimír Čunát 90094b0468
Merge branch 'master' into staging-next
minor conflict: rust update vs. darwin fixes for it
  (not tested but seems quite OK)
2020-10-21 13:34:06 +02:00
Ryan Burns 40e9a2340a python3Packages.yamale: init at 3.0.4 2020-10-20 21:34:32 -07:00
Frederik Rietdijk 23890fc236 Merge staging-next into staging 2020-10-20 20:55:46 +02:00
Spencer Baugh 3e28aad162 pythonPackages.pdoc3: init at 0.9.1
Seems broken on 3.6, hence the disabled = pythonOlder "3.7".
2020-10-20 14:06:07 -04:00
Jan Tojnar d4975d23f1
Merge pull request #101022 from jtojnar/pycairo-drop-xlibs
python3.pkgs.pycairo: drop xlibs
2020-10-20 13:54:32 +02:00
Jan Tojnar 17739fa570
python3.pkgs.pycairo: clean up
* drop unneeded xlibs dependency
* correct license
* do not use pkgconfig alias
* use pytestCheckHook
* format
2020-10-20 00:07:26 +02:00
Jamie Magee d804c4393f
pythonPackages.pyaftership: init at 0.1.2 2020-10-18 23:10:23 +02:00
Jean-François Roche af87635776
python{2,3}Packages.gntp: init at 1.0.3 2020-10-18 22:22:59 +02:00
Jamie Magee 8fadee041c pythonPackages.accuweather: init at 0.0.11 2020-10-18 09:41:30 -07:00
Sandro Jäckel 29dcb8276c
clintermission: init at 0.2.0 2020-10-18 12:01:28 +02:00
marius david 9c17a5448b patool: init at 1.12 2020-10-18 10:31:11 +02:00
marius david f4a58813fa python3Packages.redbaron: init at 0.9.2 2020-10-18 10:31:11 +02:00
marius david eca871cbaa python3Packages.baron: init at 0.9 2020-10-18 10:31:10 +02:00
marius david 1c8204e0fa python3Packages.python-sat: init at 0.1.6.dev6 2020-10-18 10:30:07 +02:00
Robert Scott 9a09285f5a pythonPackages.fastprogress: init at 1.0.0 2020-10-17 22:35:27 -07:00
Martin Weinelt 5304f52bc7 python3Packages.aubio: init at 0.4.9 2020-10-17 14:40:21 -07:00
Martin Weinelt 73eea3d98d python3Packages.sacn: init at 1.4.6 2020-10-17 14:40:21 -07:00
Martin Weinelt 0d0c9769b0 python3Packages.wled: init at 0.4.4 2020-10-17 12:01:41 -07:00
Matt Huszagh 0c695515e2 pythonPackages.python-openems: init at unstable-2020-02-15 2020-10-17 10:12:37 -07:00
marius david 487c1902b5 pythonPackages.pypblib: init at 0.0.4 2020-10-17 10:36:06 +02:00
Janne Heß 1c0f102220
pyocr: Use tesseract without alias 2020-10-15 20:53:57 +02:00
Mario Rodas a5f819d08b
Merge pull request #92387 from marsam/init-tubeup
pythonPackages.tubeup: init at 0.0.19
2020-10-14 22:16:24 -05:00
Austin Butler c9c4730f11 python3Packages.google-cloud-org-policy: init at 0.1.2 2020-10-13 18:48:52 -07:00
Austin Butler 906d77af8b python3Packages.google-cloud-access-context-manager: init at 0.1.2 2020-10-13 18:48:52 -07:00
Robert Scott afee72c311
Merge pull request #100168 from risicle/ris-perfplot-0.8.4
python3Packages.perfplot: 0.5.0 -> 0.8.4, fix build by packaging new dependencies
2020-10-12 19:41:31 +01:00
Robert Scott 5b66067eb9 python3Packages.rich: init at 8.0.0 2020-10-11 11:37:20 +01:00
Robert Scott b5b8839e0a python3Packages.dufte: init at 0.2.9 2020-10-11 11:37:18 +01:00
Ben Siraphob 9b1f2a0e7f python3Packages.swspotify: init at 1.2.1 2020-10-10 22:33:48 -07:00
Ruud van Asseldonk e9874b2ce5 pythonPackages.proto-plus: init at 1.10.1
I am adding this package because it is a dependency of
google_cloud_dataproc.
2020-10-10 19:37:23 -07:00
Ruud van Asseldonk ef32b7fa5d pythonPackages.libcst: init at 0.3.12
I am adding this package because it is a dependency of
google_cloud_dataproc.
2020-10-10 19:37:23 -07:00
Ben Darwin a68766978d python3Packages.scikit-fuzzy: init at unstable-2020-10-03 2020-10-09 10:56:17 -04:00
Doron Behar cd5b560541 python3.pkgs.nose-timer: init at 1.0.0 2020-10-08 18:57:23 +02:00
Scriptkiddi b1073f27d9
pythonPackage.openrouteservice: init at 2.3.0 2020-10-08 12:55:29 +02:00
Vincent Laporte afa12b1128 ocamlPackages.bap: 2.0.0 → 2.1.0 2020-10-08 10:31:19 +02:00
Ben Darwin 07099cdb30 python3Packages.pydot_ng: remove
- deprecated in favour of `pydot`
2020-10-07 22:54:13 -07:00
Jonathan Ringer 7621902c12
python3Packages.sphinx-argparse: reintroduce
was accidently removed in 6b23dc8f96
2020-10-07 14:14:05 -07:00
Martin Weinelt f31f1020bc
python3Packages.ircrobots: init at 0.3.3 2020-10-07 02:52:59 +02:00
Martin Weinelt c70681f334
python3Packages.async_stagger: init at 0.3.0 2020-10-07 02:52:59 +02:00
Martin Weinelt e364d10db5
python3Packages.asyncio-throttle: init at 1.0.1 2020-10-07 02:52:59 +02:00
Martin Weinelt 13d1db923c
python3Packages.anyio: init at 2.0.2 2020-10-07 02:52:55 +02:00
Martin Weinelt 11ce4d215d
python3Packages.ircstates: init at 0.11.3 2020-10-06 23:31:01 +02:00
Martin Weinelt 69ef15309d
python3Packages.irctokens: init at 2.0.0 2020-10-06 23:31:01 +02:00
Matt Huszagh b0a8a175e5 pythonPackages.python-csxcad: init at unstable-2020-02-18 2020-10-06 10:21:10 -07:00
Matt Huszagh 98e8064735 python3Packages.skidl: init at unstable-2020-09-15 2020-10-05 16:25:36 -07:00
Pamplemousse 45f7a707d1 python3Packages.CppHeaderParser: init at 2.7.4
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-09-30 23:23:03 -07:00
Daniël de Kok b751c120ce
Merge pull request #95824 from obsidiansystems/python3.tensorflow_2-update-to-2.3.0
tensorflow: update to 2.3.0
2020-09-30 11:37:42 +02:00
Thiago Kenji Okada 9a43f55bb0 python3Package.aionotify: init at 0.2.0 2020-09-29 14:08:35 -07:00
Jonathan Ringer 4d165d29de python3Packages.azure-appconfiguration: init at 1.1.0 2020-09-29 06:00:43 -07:00
Jonathan Ringer 61ae2b4715 python3Packages.azure-keyvault-administration: init at 4.0.0b1 2020-09-29 06:00:43 -07:00
Christoph Hrdinka 7201e03a07
Merge pull request #98792 from NixOS/kevincox-b2
backblaze-b2: 1.3.8 -> 2.0.2
2020-09-29 13:21:38 +02:00
ccellado 2f4f052f7c pyvips: init at 2.1.12
pyvips: init at 2.1.12

pyvips: init at 2.1.12

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/top-level/python-packages.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>

pyvips: init at 2.1.12

Update pkgs/development/python-modules/pyvips/default.nix

Co-authored-by: Jon <jonringer@users.noreply.github.com>
2020-09-27 20:00:31 -07:00
Patrick Winter 84a2282b7b typer: init at 0.3.2 2020-09-27 11:43:05 -07:00
Robert Scott d7365fad89 pythonPackages.datatable: 0.10.1 -> 0.11.0, fix build
once we've made some alterations to the source (which doesn't seem to have
been shipped in a ready-to-build state), we can use the funny custom build
system to build a wheel which can then be installed by the pipInstallHook.

running the tests is again annoying because an ini file setting pytest's
python_files parameter is missing, meaning we have to inject our own.
2020-09-27 10:14:16 -07:00
Austin Butler 84d74ae9c9 pythonPackages.entrypoint2: init at 0.2.1 2020-09-26 18:54:09 -07:00
Austin Butler af2dc4d401 python3Packages.mss: init at 6.0.0 2020-09-26 18:52:35 -07:00
Austin Butler 3b1ee7b011 pythonPackages.requests-hawk: init at 1.0.1 2020-09-26 15:46:48 -07:00
Kevin Cox 36a68c8e82
pythonPackages.class-registry: init at 2.1.2 2020-09-25 16:29:42 -04:00
Jon c7fdc43709
Merge pull request #98283 from risicle/ris-truvari-2.0.2
truvari: 1.3.4 -> 2.0.2, add new dependencies & fix build
2020-09-22 23:10:58 -07:00
freezeboy 2468315f2b python3Packages.crc32c: init at 1.0.0 2020-09-22 23:10:00 -07:00
Martin Weinelt 0f50990678 python3Packages.segments: init at 2.1.3 2020-09-22 10:11:37 -07:00
Martin Weinelt 8fca119c52 python3Packages.clldutils: init at 3.5.2 2020-09-22 10:11:37 -07:00
Martin Weinelt 2904bef26c python3Packages.csvw: init at 1.8.0 2020-09-22 10:11:37 -07:00
Stefan Frijters 08ab7f917d pythonPackages.dbus-next: init at 0.1.4 2020-09-22 09:17:42 -07:00
Ben Wolsieffer 83162ab3b9 pythonPackages.pykdl: init at 1.4.0 2020-09-21 23:38:26 -07:00
Ben Darwin 9fde97d85f python3Packages.pyxnat: init at 1.3 2020-09-21 23:16:17 -07:00
Martin Weinelt a762bbf7b4 pythonPackages.http-parser: init at 0.9.0 2020-09-21 23:14:57 -07:00
Jörg Thalheim 4eb55225a1
Merge pull request #98282 from mweinelt/python/yq
pythonPackages.yq: update, repackage as library, fix tests
2020-09-21 20:43:10 +02:00
Martin Weinelt e228365258
pythonPackages.yq: repackage as library, convert to application, fix tests 2020-09-21 20:09:28 +02:00
Ben Darwin 8403806a39 python3Packages.rising: init at 0.2.0post0 2020-09-21 09:56:28 -07:00
Austin Butler 8be7347e2b pythonPackages.mohawk: init at 1.1.0 2020-09-21 08:48:08 -07:00
Profpatsch f000c741a3 pythonPackages.b2sdk: init at 1.1.4 2020-09-21 13:39:37 +02:00
Doron Behar d07100d89f python3Packages.crate: init at 0.24.0 2020-09-20 08:29:18 -07:00
Robert Scott e61102d5c2 pythonPackages.acebinf: init at 1.0.2 2020-09-20 12:23:18 +01:00
Robert Scott 4543e54991 pythonPackages.pytabix: init at 0.1 2020-09-20 12:23:18 +01:00
Robert Scott ccf4645500 pythonPackages.bwapy: init at 0.1.4 2020-09-20 12:23:18 +01:00
Gabriel Ebner efa2089077
Merge pull request #89731 from doronbehar/jdk_rename 2020-09-20 11:07:55 +02:00
Ben Darwin 5315ce0e40 python3Packages.hyppo: init at 0.1.3 2020-09-19 20:38:05 -07:00
Martin Weinelt d956ed6ac8 pythonPackages.yamlordereddictloader: init at 0.4.0 2020-09-19 20:27:11 -07:00
Martin Weinelt 278d069304 python3Packages.ntc-templates: init at 1.5.0 2020-09-19 20:27:11 -07:00
Martin Weinelt 6898bcff08 pythonPackages.textfsm: init at 1.1.1 2020-09-19 20:27:11 -07:00
Gabriel Ebner a89d5a14af python3Packages.skein: use jre8 2020-09-19 14:16:58 +02:00
Frederik Rietdijk c88f3adb17 pythonPackages: set qt version by overriding pkgs 2020-09-16 20:55:36 +02:00
Frederik Rietdijk a4e50bb197 Revert "qutebrowser: use qt515 (#97586)"
We are not going to add parameters to `python-packages.nix`.
The proper way to do this is override Python, and pass in a
custom `pkgs`.

This reverts commit c1a0dfadea.
2020-09-16 20:29:23 +02:00
Keshav Kini eabba0daf0 python36Packages.ipython: 7.17 -> 7.16.1 (downgrade)
IPython versions 7.17 and higher don't support Python 3.6 anymore, so
this commit adds back the old expression for 7.16.1 from before
ba1038a98b for use in python36Packages
only.

    nix-repl> :b python36.withPackages (ps: [ ps.ipython ])
    builder for '/nix/store/q8v4f89xwv35a3idb9z345z6n3nzfycb-python3.6-ipython-7.17.0.drv' failed with exit code 1; last 10 log lines:
      Python 3.5 was supported with IPython 7.0 to 7.9.
      Python 3.6 was supported with IPython up to 7.16.

      See IPython `README.rst` file for more information:

          https://github.com/ipython/ipython/blob/master/README.rst

      Python sys.version_info(major=3, minor=6, micro=12, releaselevel='final', serial=0) detected.
    cannot build derivation '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv': 1 dependencies couldn't be built
    [0 built (1 failed)]
    error: build of '/nix/store/mhpdarp18z6skzswrl7sbgzv8hr4gwih-python3-3.6.12-env.drv' failed
2020-09-16 09:22:38 +02:00
Matt Votava 0051c0a4a5 pythonPackages.bcrypt: use 3.1.x for python older than 3.6 2020-09-15 11:48:41 -07:00
Robert Scott 58802bec5f
Merge pull request #97845 from risicle/ris-holidays-fix
pythonPackages.holidays: fix build by adding korean-lunar-calendar dependency
2020-09-14 22:28:14 +01:00
freezeboy 7849d11478 python3Packages.python-snap7: init 0.11 2020-09-13 10:28:12 -07:00
Robert Scott c305f3fac3 pythonPackages.amply: init at 0.1.2 2020-09-13 13:22:53 +01:00
Matthieu Coudron 8d25f838d0
Merge pull request #97817 from dotlambda/zulip-terminal
zulip-term: init at 0.5.2
2020-09-12 17:00:02 +02:00
Robert Scott cf5a892a24 pythonPackages.korean-lunar-calendar: init at 0.2.1 2020-09-12 14:44:16 +01:00
Robert Schütz bc402f3e4d python.pkgs.urwid-readline: init at 0.11 2020-09-12 01:37:15 +02:00
Robert Schütz c9c5be8a1e python.pkgs.zulip: init at 0.7.0 2020-09-12 01:37:06 +02:00
Matthew Bauer 59eecacd2d python3Packages.tensorflow: use cudatoolkit 11 2020-09-10 23:36:23 -05:00
Arnout Engelen 1e19d446bf python3Packages.tensorflow_2: 2.1.0 -> 2.3.0
Also:
- patch to remove scipy requirement
- add cuda to RPATH
- don’t include nvidia_x11 (This isn’t needed, we can get it from
/run/opengl-driver being in the RPATH.)

Co-authored-by: Arnout Engelen <arnout@bzzt.net>
Co-authored-by: Daniël de Kok <me@github.danieldk.eu>
2020-09-10 23:34:10 -05:00
Daniël de Kok 1839c5cd7b python3Packages.datasets: init at 1.0.0
This library provides open-access datasets an evaluation metrics for
natural language processing using PyTorch, TensorFlow, NumPy, and
Pandas.
2020-09-10 16:06:40 -07:00
Milan c1a0dfadea
qutebrowser: use qt515 (#97586) 2020-09-10 09:28:30 +02:00
Edmund Wu 0f5c7d2bfb python3Packages.mistletoe: init at 0.7.2 2020-09-08 17:43:57 -07:00
Vincent Haupert 0e5657498d mitmproxy: convert to python3Packages 2020-09-08 10:40:22 -07:00
symphorien 5fc8ce0041
paperwork: use tesseract 4 (#97395)
it gives empirically better results
https://www.willus.com/k2pdfopt/help/ocr/eng_chi_tess4.png
2020-09-08 13:19:29 +02:00
Frederik Rietdijk 945fdbe1b9 pythonPackages.python-pam: remove duplicate package, fixes #97355 2020-09-08 08:13:04 +02:00
Thomas Tuegel 0b3cc29f09
Merge pull request #97242 from ttuegel/qt-5.15
Qt 5.15.0
2020-09-07 20:18:57 -05:00
Thomas Tuegel e2585d78a9
shiboken2: pin to qt514 2020-09-07 14:07:42 -05:00
Thomas Tuegel 5a9ecfbeef
pyside2: pin to qt514 2020-09-07 14:04:35 -05:00
laikq d4b6ea979a python: pyopengl-accelerate: init at 3.1.5 2020-09-07 10:49:24 -07:00
laikq 1f8f476ca2 python: rtmixer: init at 0.1.1 2020-09-07 10:49:24 -07:00
laikq ec1f9624da python: pa_ringbuffer: init at 0.1.3 2020-09-07 10:49:24 -07:00
James ‘Twey’ Kay 0aa340b2fc imgsize: init at 2.1 2020-09-07 10:19:37 -07:00
Thomas Tuegel 8c3cef55c5
pivy: import soqt properly 2020-09-07 10:55:46 -05:00
Thomas Tuegel e865c6ffcc
pivy: pin to qt514 2020-09-07 10:53:37 -05:00
Thomas Tuegel a811e37d1c
roboschool: pin to qt514 2020-09-07 10:50:10 -05:00
Thomas Tuegel 3cbcc14eef pythonPackages: synchronize Qt 5 version 2020-09-07 08:06:47 -05:00
Thomas Tuegel 65b0805f8f pyqt5: Use Qt 5.14 2020-09-07 08:06:39 -05:00
Martin Weinelt bf72d1bc7d
Merge pull request #97151 from jonringer/home_assistant_plugins
Home assistant plugins: pysqueezebox and yeelight
2020-09-06 02:20:43 +02:00
Jonathan Ringer e3c26f8c0d python3Packages.zope_i18n: remove due to prolonged breakage 2020-09-04 12:38:45 -07:00
Jonathan Ringer bd0b0d653c python3Packages.maildir-deduplicate: remove due to prolonged breakage 2020-09-04 12:38:38 -07:00
Jonathan Ringer 8833467efc python3Packages.libarchive: remove due to prolonged breakage 2020-09-04 12:38:38 -07:00
Jonathan Ringer bbeab7d50e python3Packages.qutip: remove due to prolonged breakage 2020-09-04 12:38:38 -07:00
Jonathan Ringer 95996a837d python3Packages.pip2nix: remove 2020-09-04 12:38:38 -07:00
nyanloutre ca7b509dff
pythonPackages.yeelight: init at 0.5.3 2020-09-04 12:26:28 -07:00
nyanloutre 14de1392aa
pythonPackages.pysqueezebox: init at 0.4.0 2020-09-04 12:25:43 -07:00
Vladyslav Burzakovskyy a24cac67bd django-maintenance-mode: init at 0.14.0 2020-09-04 09:44:54 -07:00
Jonathan Ringer fd45756014 python3Packages.azure-synapse-spark: init at 0.2.0 2020-09-03 23:35:08 -07:00
Jonathan Ringer 23ebed860a python3Packages.azure-synapse-accesscontrol: init at 0.2.0 2020-09-03 23:35:08 -07:00
Jonathan Ringer e8306e3be9 python3Packages.azure-mgmt-synapse: init at 0.3.0 2020-09-03 23:35:08 -07:00
Joël Perras 653d9258f5 black-macchiato: init at 1.3.0
Adds the Python package `black-macchiato`, which allows the usage of
`black` for subsets of an entire file.
2020-09-03 12:32:43 -07:00
Frederik Rietdijk 30f07d1657 pythonPackages.dnspython: use 1.x for Python 2 2020-09-03 19:10:16 +02:00
Robert Scott 4e94600604 pythonPackages.mergedeep: init at 1.3.0 2020-09-02 15:07:05 -07:00
Robert Scott ce47cdbeaf pythonPackages.asgi-csrf: init at 0.7 2020-09-02 15:07:05 -07:00
Robert Scott e98facbda3 pythonPackages.httpcore: init at 0.10.2 2020-09-02 15:07:05 -07:00
kfollesdal bf74036952 pythonPackages.databricks-connect: init at 7.1.0 2020-08-31 13:05:09 -07:00
Robert Scott 6bdad12b56 pythonPackages.keep: init at 2.9 2020-08-31 11:44:51 -07:00
Jonathan Ringer 5af6febf48 python3Packages.tornado_: restore pinned versions 2020-08-31 10:54:29 -07:00
Jonathan Ringer 2c0f6e554c python3Packages.pywbem: restore 2020-08-31 10:54:29 -07:00
Jonathan Ringer 3dcbac45ef python3Packages.pyqt5_with_qtwebkit: restore 2020-08-31 10:43:57 -07:00
Jonathan Ringer d33f721ffa pythonPackages.boost: restore 2020-08-31 10:43:57 -07:00
Jonathan Ringer 6b23dc8f96 python-packages.nix: sort 2020-08-31 19:25:51 +02:00
Daniël de Kok 33b21aec60 pytorch-bin: init at 1.6.0 2020-08-30 11:12:16 -07:00
sternenseemann 65130398eb pythonPackages.afdko: init at 3.5.0 2020-08-30 10:17:23 -07:00
sternenseemann e871d7ad35 pythonPackages.psautohint: init at 2.1.0 2020-08-30 10:17:23 -07:00
sternenseemann 40c0cde72e pythonPackages.ufoprocessor: init at 1.9.0 2020-08-30 10:17:23 -07:00
sternenseemann 34f05cf02f pythonPackages.mutatormath: init at 3.0.1 2020-08-30 10:17:23 -07:00
sternenseemann 03ac35ddf7 pythonPackages.ufonormalizer: init at 0.4.1 2020-08-30 10:17:23 -07:00
sternenseemann 5db55e5106 pythonPackages.fontparts: init at 0.9.2 2020-08-30 10:17:23 -07:00
sternenseemann e591c63a4f pythonPackages.booleanoperations: init at 0.9.0 2020-08-30 10:17:23 -07:00
sternenseemann fb67ae709f pythonPackages.defcon: init at 0.7.2 2020-08-30 10:17:23 -07:00
sternenseemann 61b57f0781 pythonPackages.fontmath: init at 0.6.0 2020-08-30 10:17:23 -07:00
sternenseemann 47addc60d5 pythonPackages.fontpens: init at 0.2.4 2020-08-30 10:17:23 -07:00