Commit graph

145 commits

Author SHA1 Message Date
adisbladis
267e417af0
overrides: Replace openmpi with mpi 2021-02-02 15:13:31 +01:00
adisbladis
095793f14f
overrides: pkgconfig -> pkg-config 2021-02-02 15:11:08 +01:00
adisbladis
f48bb3859c
Remove all references to stdenv.lib 2021-02-02 14:36:40 +01:00
ilikeavocadoes
39c39f65d4
Fix osqp
Closes #206
2021-02-02 12:37:33 +01:00
Philipp Hausmann
ecf1dd2fe5
mysqlclient: Add missing native library dependency 2021-02-02 12:24:13 +01:00
Tom Sydney Kerckhove
7a9d5dbe97
reformat 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
62fc282c1d
newrelic override fix 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
25de8d0893
pyee override fix 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
38f2a09c59
watchdog override fix 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
76ac8727d6
pytest-splinter override fix 2021-02-02 12:15:55 +01:00
Tom Sydney Kerckhove
7887e57c17
tqdm override fix 2021-02-02 12:15:55 +01:00
adisbladis
261ea2b15a
overrides: Add override for wheel when building from source 2021-02-02 11:51:00 +01:00
adisbladis
036d8fbfab
overrides: Pin pip to 20.2.4 to work around https://github.com/nix-community/poetry2nix/issues/244 2021-02-02 11:50:12 +01:00
Tom Sydney Kerckhove
ba43d90b78
torch fix, fixes #230 (#237)
* torch fix, fixes #230

Co-authored-by: Tom Sydney Kerckhove <syd@cs-syd.eu>
2021-01-30 19:56:39 +01:00
Silvan Mosberger
ee478fd8d4
Merge pull request #217 from Infinisil/overrides
Overrides for packaging and pytest
2021-01-30 19:53:17 +01:00
Silvan Mosberger
e16c7426d5
Fix pytest version being 0.0.0
Without this patch, the pytest version in the resulting environment is
0.0.0

Fixes https://github.com/nix-community/poetry2nix/issues/188
2021-01-30 19:50:01 +01:00
Silvan Mosberger
16b39d8d6d
Add override for packaging now using flit
As of https://github.com/pypa/packaging/pull/352

Seems like this dependency isn't automatically discovered, same as with
hashids requiring the same override
2021-01-30 19:49:58 +01:00
Phillip Cloud
714fdf2f75 overrides: fix wheel derivation to use proper inputs 2021-01-14 12:50:04 -05:00
sireliah
c0a391b6f2
Provide overrides for two Datadog libraries 2020-12-22 16:24:11 +01:00
adisbladis
18a77a95cd
!! 2020-11-30 19:28:07 +01:00
adisbladis
c0c6038262
Fix tests
Something upstream broke a lot of python37 packages and I'm not
interested in debugging this.
2020-11-30 19:27:48 +01:00
Yuri Albuquerque
e840602b3b
Fix pytest-django.
Closes #212
2020-11-26 19:05:58 +01:00
Marc 'risson' Schmitt
f0eb99280e
overrides: add colour
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2020-11-26 13:54:50 +01:00
adisbladis
32bbe07355
Fix formatting 2020-11-26 13:33:35 +01:00
Daiderd Jordan
11d33aced2
exclude build python from poetry dependencies
While building PYTHONPATH includes pythonForBuild which can only be used
during the build.  Just tracking propagated inputs here should be enough.
2020-11-24 23:04:11 +01:00
Daiderd Jordan
a16e8aa760
various cross override fixes 2020-11-24 23:04:10 +01:00
adisbladis
1894b501cf
overrides: Add typeguard setuptools-scm version override 2020-11-20 01:28:47 +01:00
Jörg Thalheim
53d5786a0a
Merge pull request #187 from timokau/torch-override 2020-11-13 08:18:39 +01:00
Timo Kaufmann
5ad26c9d5b Add an override for torch
Mostly aggregating the suggestions from
https://github.com/nix-community/poetry2nix/issues/69.
2020-11-12 19:07:23 +01:00
Jörg Thalheim
b9d28d2cd3
Merge pull request #194 from yihuang/cytoolz-overrides
add overrides for package cytoolz
2020-11-06 06:33:58 +01:00
yihuang
4769099361
add overrides for package cytoolz 2020-10-20 07:50:13 +08:00
ryneeverett
e8320a3a1b python-bugzilla: add override 2020-10-17 14:45:10 +00:00
ryneeverett
ea889f8eae jira: add override / fix missing buildInputs error 2020-10-17 13:54:54 +00:00
yihuang
b1d1441e2c
add overrides for supervisor
https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/python-modules/supervisor/default.nix#L25
2020-10-12 15:58:12 +08:00
Roberto Di Remigio
d5557fe10e
Add override for mpi4py 2020-10-06 14:51:30 +02:00
yihuang
723c6e76e1
Add overrides for credis & hashids 2020-10-06 14:47:57 +02:00
adisbladis
52a484be33
Reformat with nixpkgs-fmt 1.0.0 2020-10-01 19:08:57 +02:00
adisbladis
234b0f3f4d
Fix build with separated poetry/poetry-core build systems 2020-10-01 18:21:00 +02:00
adisbladis
327b6a6ea6
overrides: Add version override for keyring 2020-10-01 16:00:13 +02:00
Akshay Mankar
ad4e0b777b overrides.nix: handle zipp being null gracefully
If your poetry.lock file contains a marker making a dependency optional
on a specific python version, super.zipp is null, so getting its version
will fail. There's other code handling these being null (followups on
https://github.com/nix-community/poetry2nix/issues/50), so just make
this code handle it more gracefully, too.

Co-authored-by: Florian Klink <flokli@flokli.de>
2020-09-21 11:02:09 +02:00
Joel Rivera
a63a715267 Add three overrides to make sure the pyproject.toml is not removed.
Overrides: jaraco-functools, portend and tempora.
2020-09-15 17:12:57 -05:00
David Terry
bcb1e06d7e
override.nix: eth-hash, eth-keyile, eth-keys, rlp, multiaddr, jsonpickle, web3 2020-09-14 12:37:23 +02:00
adisbladis
cf9b181a7a
Merge pull request #165 from teto/mongomock
override: for mongomock
2020-08-31 13:44:49 +02:00
Matthieu Coudron
108d44d39a override: for mongomock
requires pbr
2020-08-31 12:02:43 +02:00
Freeman Latif
a5cc0e1428 overrides for weasyprint 2020-08-27 18:22:57 +07:00
Rowan Skewes
108d06a715 Override for dictdiffer 2020-08-26 01:49:39 +10:00
adisbladis
c377518ddf
overrides: Add all inputs from nixpkgs to ansible
Ansible pypi metadata is incorrect.
2020-08-25 02:58:32 +02:00
adisbladis
836f6e3be9
overrides: Add overrides to build ansible & molecule 2020-08-24 23:11:21 +02:00
adisbladis
3204df6699
Merge pull request #152 from takeda/psycopg2
Add openssl for psycopg2-binary on Darwin
2020-08-17 19:37:57 +02:00
Derek Kulinski
9b3587aad2
Add openssl for psycopg2-binary on Darwin 2020-08-17 10:02:29 -07:00