adisbladis
b6f9670d56
overrides: Remove condition from wheel override
2020-08-17 05:02:19 +02:00
adisbladis
27e3cca6cb
overrides: Matplotlib 3.3.0 now downloads/builds it's own freetype by default
...
Override to use system (nix) freetype.
2020-08-14 00:28:21 +02:00
adisbladis
d0f730fd6f
Merge pull request #142 from mjlbach/overrides-add-vispy
...
Add override for vispy
2020-08-14 00:05:32 +02:00
Wael M. Nasreddine
c6d00ee7df
overrides: h3 should load its C dependency from the Nix store
2020-08-12 15:06:31 -07:00
Michael Lingelbach
dd8bf06e0d
Add override for vispy
2020-08-12 12:53:19 -07:00
Derek Kulinski
8678bc3481
Added openssl dependency to psycopg2 on Darwin.
2020-08-12 11:34:36 -07:00
adisbladis
0ad5d1a14a
overrides: Create typing_extensions alias for better nixpkgs compat
...
Closes #131
2020-07-23 16:11:56 +02:00
Michael Noronha
e8d67c5680
Remove pytest-runner from build-time deps
2020-07-23 16:06:40 +02:00
adisbladis
772b272c96
Remove or null
from kiwisolver override
...
It's better to fail with an up-front attribute error than failing at
build time with a cryptic error message.
2020-07-21 21:33:50 +02:00
adisbladis
5398505f8b
Merge pull request #133 from nix-community/plugin-closures
...
Add experimental support for plugin closures
2020-07-14 15:30:02 +02:00
adisbladis
ff98b8a987
overrides: Add libvirt-python override
2020-07-14 14:33:53 +02:00
Matthias Meschede
f38d408a72
add mip overrides
2020-07-06 11:28:10 +02:00
Marc 'risson' Schmitt
00d58a722d
overrides: add python-ldap
2020-06-12 22:12:08 +02:00
adisbladis
31f9f723c3
Merge pull request #119 from utdemir/pyarrow-parameter-fix
...
Make pyarrow override compatible with newer nixpkgs
2020-06-10 12:01:16 +02:00
Michael Lingelbach
ab5a9bd81a
Fix tensorflow collision with tensorboard
2020-06-10 02:41:20 -07:00
Utku Demir
eab9761c02
Make pyarrow override compatible with newer nixpkgs
2020-06-10 03:56:35 +00:00
adisbladis
384b8baba8
poetry: 1.0.5 -> 1.0.8
2020-06-08 17:31:33 +02:00
adisbladis
8f9388f0ef
Merge pull request #116 from ddorn/master
...
overrides: add pygame
2020-06-08 16:45:07 +02:00
ddorn
9b22fa2f09
overrides: add pygame
2020-06-08 16:39:25 +02:00
MMesch
7b672eb593
fix 114 with automat and parsel overrides
2020-06-08 16:38:47 +02:00
adisbladis
db06bdd6e7
Format with nixpkgs-fmt 0.9
2020-05-19 21:06:02 +01:00
tbenst
49822d2ccf
overrides: add override for panel, imagecodecs
...
Note that imagecodecs override depends on https://github.com/NixOS/nixpkgs/pull/87205
2020-05-09 09:19:15 +01:00
Steve Purcell
52e24a1cce
Fix isort override
2020-05-04 15:17:04 +12:00
Steve Purcell
8b880bddb2
Add override for isort to cover missing dependency on setuptools
...
Without this, the wrapped isort binary cannot import setuptools.
Upstream, this will eventually be fixed when the code containing this
line gets released:
3e09facb23/isort/main.py (L19)
2020-05-04 00:51:32 +01:00
Raito Bezarius
330b56105c
fetchwheel: initial version
2020-05-03 10:10:09 +01:00
adisbladis
4ebbfdacd1
nixpkgs-fmt broke it's format yet again
2020-04-29 14:12:59 +01:00
adisbladis
a1c042cf4b
overrides: Add configparser version param to setuptools.setup()
2020-04-16 09:43:59 +01:00
adisbladis
f49618eed0
overrides: Add guard against cppy not in nixpkgs
2020-04-14 11:36:03 +01:00
Steve Purcell
201e616921
Add override for kiwisolver, which has cppy in setup_depends
2020-04-08 16:16:45 +12:00
Marc 'risson' Schmitt
2196654510
overrides: add python-jose
...
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2020-03-31 00:27:31 +02:00
adisbladis
2bb7955807
overrides: Add pyarrow/arrow-cpp version assertion
2020-03-30 02:44:26 +01:00
adisbladis
1ab2fed54c
overrides: Fix pyarrow override for pyarrow >=0.16.0
2020-03-30 02:10:26 +01:00
Tobias Pflug
9b51200c21
Add override for configparser
2020-03-28 20:47:08 +01:00
adisbladis
41341346c2
overrides: overrideAttrs -> overridePythonAttrs
2020-03-27 23:12:59 +00:00
jtrakk
370c9b685b
overrides: Add pytest-runner to fastparquet
2020-03-27 18:40:35 +00:00
adisbladis
78463ac06e
overrides: Add toml to zipp override
2020-03-26 19:07:17 +00:00
adisbladis
f7e435407e
nixpkgs-fmt all the things (again...)
2020-03-14 23:13:51 +00:00
adisbladis
fbb246c77a
poetry: 1.0.3 -> 1.0.4
2020-02-28 20:22:42 +00:00
adisbladis
0230976086
overrides: Don't run tests for pytest
...
This will reduce closure size when we need to pick pytest from nixpkgs
2020-02-27 17:45:56 +00:00
adisbladis
080600ef6a
overrides: Use canonical pytest-runner name
2020-02-27 17:45:50 +00:00
Tobias Pflug
7f32c6d559
Add pytest-runner where needed
...
Instead of patching around in setup.py which isn't very reliable at
all add pytest-runner to propagatedBuildInputs where necessary and
set `doCheck=false`.
2020-02-27 17:22:45 +01:00
Tobias Pflug
fc349fc67e
Add tables override
2020-02-27 11:10:51 +01:00
Silvan Mosberger
bcd9af9cfe
Add overrides for fancycompleter and pylint
2020-02-26 18:55:41 +01:00
Tobias Pflug
df5744ebf0
Add more overrides
...
This adds overrides for the following python packages
- astroid
- h5py
- jupyter
- openexr
- rockset
- tensorpack
2020-02-26 15:25:07 +01:00
adisbladis
c2b85f104a
Remove rec
keyword from override
2020-02-25 10:05:51 +00:00
adisbladis
007b726331
Add pyzmq override
2020-02-25 10:01:38 +00:00
adisbladis
cb214f8327
fix overrides formatting
2020-02-24 18:49:12 +00:00
adisbladis
2848db5993
overrides: Add pandas cython override
2020-02-24 17:34:57 +00:00
adisbladis
dc88082f58
Add support for python version constraints from pyproject.toml
...
Pep508 markers alone are not always enough, see #50
This sadly introduces a minor breakage in `mkPoetryEnv`.
2020-02-24 12:25:51 +00:00
max-arrival
3ca47a1220
Add uvloop overrides for MacOS builds
2020-01-23 23:24:07 +00:00