Commit graph

10297 commits

Author SHA1 Message Date
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
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
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
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
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
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
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
Doron Behar cd5b560541 python3.pkgs.nose-timer: init at 1.0.0 2020-10-08 18:57:23 +02: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