Commit Graph

10458 Commits

Author SHA1 Message Date
Sandro
9f36dd3d66
Merge pull request #104528 from urbas/feature/coapthon3 2020-11-26 13:32:24 +01:00
Sandro
8585991bfb
Merge pull request #100758 from SuperSandro2000/git-delete-merged-branches 2020-11-26 03:52:46 +01:00
Sandro Jäckel
c2211b2d7a
pythonPackages.libsass: init at 0.20.1 2020-11-26 03:50:39 +01:00
Sandro
437cc302b9
Merge pull request #102442 from formbay/imantics
pythonPackages.imantics: init at 0.1.12
2020-11-26 03:11:37 +01:00
Sandro
91e2677267
Merge pull request #102352 from evax/ppscore-1.1.1
python3Packages.ppscore: init at 1.1.1
2020-11-26 00:44:00 +01:00
Rakesh Gupta
daff289820
pythonPackages.imantics: init at 0.1.12 2020-11-25 12:20:46 +05:30
Sandro
9999a08954
Merge pull request #102463 from evax/mlxtend-0.17.3
python3Packages.mlxtend: init at 0.17.3
2020-11-25 03:25:29 +01:00
Sandro
1406e32022
Merge pull request #102440 from formbay/xmljson
pythonPackages.xmljson: init at 0.2.1
2020-11-25 03:11:27 +01:00
Sandro
9e64251902
Merge pull request #102729 from evax/shap-0.36.0
python3Packages: init shap at 0.36.0
2020-11-25 01:16:07 +01:00
Sandro
2ab19d9aca
Merge pull request #102846 from lukegb/python-emv
python3Packages.emv: init at 1.0.11
2020-11-25 00:41:05 +01:00
Sandro Jäckel
bffb773018
python3Packages.phx-class-registry: init at 3.0.5 2020-11-24 22:38:06 +01:00
Jan Tojnar
6d99109b12
Merge branch 'staging-next' into staging 2020-11-24 05:44:44 +01:00
Sandro
4b481d9b9f
Merge pull request #102516 from NieDzejkob/sumtypes
pythonPackages.sumtypes: init at 0.1a5
2020-11-23 22:26:14 +01:00
Frederik Rietdijk
587538d087 Merge staging-next into staging 2020-11-23 18:10:33 +01:00
Bernardo Meurer
b543ade350 pythonPackages.psycopg2cffi: init at 2.8.1 2020-11-23 07:05:26 -08:00
georgewhewell
9f2cc6f478 pythonPackages.pyro-api: init at 0.1.1 2020-11-23 06:51:08 -08:00
freezeboy
891863830d python3Packages.yamlloader: init at 0.5.5 2020-11-23 06:33:53 -08:00
freezeboy
33c26604ae python3Packages.nocasedict: init at 1.0.1 2020-11-23 06:33:53 -08:00
freezeboy
eaf730c4f8 python3Packages.nocaselist: init at 1.0.3 2020-11-23 06:33:53 -08:00
Matej Urbas
f85ea6e08d python3Packages.coapthon3: init at 1.0.1 2020-11-23 10:27:32 +00:00
Michael Raskin
6b813c7d4b
Merge pull request #97155 from catern/pdoc3
pythonPackages.pdoc3: init at 0.9.1
2020-11-22 16:38:49 +00:00
kfollesdal
ef90af465a pythonPackage.python-crontab: init at 2.5.1 2020-11-21 10:36:51 +01:00
Frederik Rietdijk
54cb417ba0 Merge staging-next into staging 2020-11-21 08:43:46 +01:00
Guillaume Girol
01083f116d
Merge pull request #102235 from symphorien/paperwork2
Paperwork 2.0
2020-11-20 21:30:08 +00:00
Jonathan Ringer
a20cf479b3 python2Packages.locustio: remove, unmaintained 2020-11-20 09:24:15 -08:00
Arnout Engelen
70ecb218f1
selinux: 2.9 -> 3.0 (#104087)
Notably, Python 2 code is not be supported in this project anymore and
new Python code should be written only for Python 3, which is no longer
restricted to Python 3.7 (see 780fb563c7,
5dfd3c4975)

https://github.com/SELinuxProject/selinux/releases/tag/20191204
2020-11-20 14:54:14 +01:00
Austin Seipp
75e683d29d pythonPackages: add new 'seccomp' library
As requested in #99553. Closes #99553.

Libraries that install python modules as part of the build are
problematic, because they either

  - only support a single python version, because the input for
    pythonPackages gets fixed in all-packages.nix, or

  - need to be rebuild the underlying C code for *every* python version
    resulting in libfoo-python37, libfoo-python38, and so on

We would prefer to use the second approach because it works correctly
for all versions of python. However, it creates duplicate copies of
libseccomp.so and that can be expensive. Instead we 'deduplicate' the
copies of libseccomp.so by

  - attaching a new $pythonsrc output to the libseccomp deriv, and
  - exposing a new 'seccomp' package in python-packages.nix using
    libseccomp as input, and
  - having a custom python.nix derivation that builds the cython
    extension using libseccomp to get the python source and the
    package version

This means we build 1 copy of the seccomp python package, one for each
version of python, but all of those packages refer to a single instance
of the libseccomp C library, giving us the best of both worlds.

NOTE: because this requires changing the postInstall of libseccomp, it
requires a mass rebuild.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-20 07:57:26 +01:00
Jaakko Luttinen
854f78d155 pythonPackages.stack-data: init at 0.0.7 2020-11-19 16:08:23 -08:00
Jaakko Luttinen
b8fa662585 pythonPackages.littleutils: init at 0.2.2 2020-11-19 16:08:23 -08:00
John Ericson
93b430bc6b
Merge pull request #104201 from obsidiansystems/splice-python
python: Splice packages to better support cross
2020-11-19 14:07:03 -05:00
John Ericson
b57c5d4456 python: Use makeScopeWithSplicing
Now non-`buildInputs` that are python packages should be resolved
correctly.
2020-11-19 11:58:07 -05:00
freezeboy
6bc5957714 python3Packages.youtube-dlc: init at 2020.11.11.post3 2020-11-19 08:13:21 +01:00
freezeboy
f78411700d python3Packages.ndjson: init at 0.3.1 2020-11-18 22:39:40 -08:00
freezeboy
813255b816 python3Packages.arabic-reshaper: init at 2.1.1 2020-11-18 20:50:00 -08:00
freezeboy
caa738142f python3Packages.python-bidi: init at 0.4.2 2020-11-18 20:50:00 -08:00
Wulfsta
3c9c52db49 pythonPackages.flatbuffers: init at 1.12.0 2020-11-18 13:23:41 -08:00
Kevin Amado
04a641bd4f pythonPackages.aioextensions: init at 20.11.1517005 2020-11-18 12:05:12 -08:00
freezeboy
95a170cda0 python3Packages.sockjs: init at 0.11.0 2020-11-18 10:57:17 -08:00
Yorick van Pelt
9ca12dc4c7 python3Packages.reedsolo: init at 1.5.4
reedsolo: maintain, add tests, fix cython

reedsolo: Apply suggestions from code review

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2020-11-17 16:41:17 -08:00
Lassulus
d93584cd1c
Merge pull request #101547 from kmein/feature/spotify-cli-linux
spotify-cli-linux: init at 1.6.0
2020-11-17 22:23:54 +01:00
Lassulus
0749c7d68d
Merge pull request #101255 from kmein/feature/python-packages
python3Packages.{pygtrie, betacode}: init
2020-11-17 22:22:09 +01:00
Kierán Meinhardt
097f5a54a6 python3Packages.pyppeteer: init at 0.2.2 2020-11-17 21:31:31 +01:00
Kierán Meinhardt
3a30b1fc16 python3Packages.pyee: init at 7.0.4 2020-11-17 20:57:14 +01:00
Karol Chmist
002a5f9de1 Add sphinx autoapi 1.5.1 2020-11-16 09:52:15 -08:00
Frederik Rietdijk
36b27ccf77
Merge pull request #103462 from NixOS/staging-next
Staging next
2020-11-16 15:23:47 +01:00
Bart Brouns
89fae7b7c7 vdirsyncerStable: deprecate 2020-11-16 20:23:49 +08:00
Bart Brouns
452043842a vdirsyncer: rename stable.nix to default.nix 2020-11-16 20:23:49 +08:00
Bart Brouns
90126c3e48 vdirsyncer: delete default.nix, point vdirsyncer to stable.nix
TLDR: default.nix was pointing to an unmaintained code base whereas stable.nix is up-to-date and maintained.

History
1. At first their was one Python version of vdirsyncer that had been working fine for years. Then, maintenance decreased and the package was marked as broken in nixpkgs.
2. The original author (@untitaker on github.com) of vdirsyncer decided to re-implement (part of) vdirsyncer in Rust. Nixpkgs made `vdirsyncer` point to the Rust version and renamed the Python historical version to `vdirsyncerStable`.
3. Eventually, @untitaker gave up on the Rust version.
4. Someone else (@WhyNotHugo on github.com) decided to take over maintenance of the Python version.
5.  Mario Rodas (@marsam on github) and Damien Cassou updated the `vdirsyncerStable` to point to the work of @WhyNotHugo and mark the package as working again.
2020-11-16 20:23:49 +08:00
Frederik Rietdijk
986c2d36da Merge master into staging-next 2020-11-16 09:01:53 +01:00
Symphorien Gibol
74b9066a39 paperwork: 1.3.1 -> 2.0 2020-11-15 15:46:53 +01:00
Jörg Thalheim
a7455e6911 python3.pkgs.pysbd: init at 0.3.3 2020-11-15 00:13:33 +01:00
Matthieu Coudron
6bf0226686 pythonPackages.notmuch2: init at 0.31
generates bindings via cffi
2020-11-14 23:46:25 +01:00
Martin Weinelt
8578fb3144
phonemizer: init at 2.2.1 2020-11-14 17:52:19 +01:00
Frederik Rietdijk
463f738cc6 Merge master into staging-next 2020-11-13 20:58:35 +01:00
Pavol Rusnak
f70ecb65e7
python3Packages.fastecdsa: init at 2.1.5 2020-11-12 20:59:56 +01:00
Frederik Rietdijk
4076ffe580 Merge staging-next into staging 2020-11-11 16:00:34 +01:00
Thiago Franco de Moraes
dd72edcdae python3Packages.wxpython_4_1: init at 4.1.0 2020-11-10 15:07:57 -08:00
Frederik Rietdijk
0b2ca377b1 Merge staging-next into staging 2020-11-10 10:13:13 +01:00
Frederik Rietdijk
379aaa1e0c Merge master into staging-next 2020-11-10 10:11:08 +01:00
Fabián Heredia Montiel
674d77e68a coconut: init at 1.4.3 2020-11-09 23:16:23 -08:00
Fabián Heredia Montiel
4408345c9c pythonPackages.cpyparsing: init at 2.4.5.0.1.1 2020-11-09 23:16:23 -08:00
Lassulus
77c0568da5
Merge pull request #100028 from helsinki-systems/py_openrouteservice
pythonPackage.openrouteservice: init at 2.3.0
2020-11-09 15:21:42 +01:00
Lassulus
6423ac7bf0
Merge pull request #100027 from helsinki-systems/py_googlemaps
pythonPackages.googlemaps: init at 4.4.2
2020-11-09 15:08:39 +01:00
Frederik Rietdijk
8aaf2e60e5 Merge staging-next into staging 2020-11-09 14:49:10 +01:00
Frederik Rietdijk
20f001c01e Merge master into staging-next 2020-11-09 14:33:52 +01:00
Luke Granger-Brown
7d8631190a pythonPackages.emv: init at 1.0.11 2020-11-08 15:30:17 +00:00
Jörg Thalheim
105dd1dfae
python3.pkgs.bme680: init at 1.0.5 2020-11-08 15:04:41 +01:00
Jörg Thalheim
d1dc6f61f9
python3.pkgs.smbus-cffi: init at 0.5.1 2020-11-08 15:04:41 +01:00
freezeboy
a73cedd74f python3Packages.gradient_statsd: init at 1.0.1 2020-11-07 11:28:19 -08:00
freezeboy
bbc0af82bd python3Packages.gradient_sdk: init at 0.0.4 2020-11-07 11:28:19 -08:00
freezeboy
bf066b27b4 python3Packages.click-help-colors: init at 0.8 2020-11-07 11:28:19 -08:00
freezeboy
f671d7e191 python3Packages.hyperopt: init at 0.1.2 2020-11-07 11:28:19 -08:00
Anderson Torres
e45d10d0e6
Merge pull request #101109 from jeremyschlatter/nestedtext
pythonPackages.nestedtext: init at 1.2
2020-11-07 13:12:48 -03:00
Jeremy Schlatter
1120f899da
pythonPackages.nestedtext: init at 1.2 2020-11-06 19:51:11 -08:00
Jeremy Schlatter
050aad187b
pythonPackages.inform: init at 1.23 2020-11-06 19:51:05 -08:00
Doron Behar
4c84556d6b
Merge pull request #102764 from jluttine/init-pass-secret-service 2020-11-06 22:22:46 +02:00
Sarah Brofeldt
e3bbadafe8
Merge pull request #99359 from meatcar/sqlite-utils
pythonPackages.sqlite-utils: init at 2.22
2020-11-06 19:00:55 +01:00
Austin Butler
2778cf633a python3Packages.google-cloud-iam: init at 2.0.0 2020-11-06 09:42:17 -08:00
Jonathan Ringer
37c564ae50 python3Packages.dotnetcore2: remove
Outdated, and new package isn't trivial to package anymore.
Not really useful outside of Azure Machine Learning anyway.
2020-11-06 09:19:35 -08:00
Frederik Rietdijk
99fb79ae84 Merge master into staging-next 2020-11-06 12:51:56 +01:00
Jaakko Luttinen
65d60c1259
pythonPackages.pypass: init at 0.2.1 2020-11-06 13:10:50 +02:00
Jonathan Ringer
9b69c0881c python3Packages.scramp: init at 1.2.0 2020-11-05 21:10:04 -08:00
Sandro Jäckel
f6428fd75e python3Packages.crytic-compile: init at 0.1.9 2020-11-05 20:11:23 -08:00
Jan Tojnar
a821be7531
Merge branch 'master' into staging-next 2020-11-05 09:42:47 +01:00
Evax Software
3f50332bc4 python3Packages: init shap at 0.36.0
python3Packages: init slicer at 0.0.4
2020-11-05 08:37:38 +01:00
Robert Hensing
1a5556867e Merge master into staging 2020-11-04 23:57:57 +01:00
Masanori Ogino
023f70ef8a pythonPackages.smugpy: remove
Upstream has stalled since 2013. The latest release supports up to
Python 3.2.

Reference: https://github.com/chrishoffman/smugpy
Reference: https://pypi.org/project/smugpy/
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-04 09:13:16 -08:00
Masanori Ogino
b5de671861 pythonPackages.smugline: remove
Upstream states that it is no longer maintained.

Reference: https://github.com/gingerlime/smugline#broken-no-longer-maintained
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-04 09:13:16 -08:00
Frederik Rietdijk
10c57af49c Merge staging-next into staging 2020-11-04 09:28:07 +01:00
Frederik Rietdijk
9e6d7d3c74 Merge master into staging-next 2020-11-04 09:27:42 +01:00
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