Commit graph

70 commits

Author SHA1 Message Date
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
adisbladis
145fc6ce83
overrides: Dont add pytestrunner to faker
We can patch away the requirement instead, it's not _really_ required.
2020-01-22 17:40:06 +00:00
adisbladis
c8a486b894
nixpkgs-fmt fixup
A git pre-commit hook would be useful...
2020-01-22 17:21:03 +00:00
adisbladis
6d8ba34f4f
overrides: Add override to build faker 2020-01-22 16:18:58 +00:00
adisbladis
0ec54e142b
Add peewee override 2020-01-21 12:08:21 +00:00
adisbladis
78ee08bec7
overrides: Make matplotlib override configurable 2020-01-21 11:56:14 +00:00
adisbladis
2bbc96dd6d
overrides: Make numpy BLAS implementation pluggable 2020-01-21 11:44:03 +00:00
adisbladis
59a83bbc93
overrides: Make pyqt5 override configurable 2020-01-21 11:43:44 +00:00
adisbladis
00d3d17410
overrides: Fix zipp >= 2.0 version detection 2020-01-20 15:52:00 +00:00
adisbladis
7170aad633
Add Pypy support (#40) 2020-01-18 20:29:07 +00:00
adisbladis
769dc25d77
Fixup pyqt5 override 2020-01-17 18:34:06 +00:00
adisbladis
feb792d8f7
Fix shapely override 2020-01-17 18:18:40 +00:00
adisbladis
380a8aa482
Add dlib overrides 2020-01-17 11:01:22 +00:00
Roberto Di Remigio
36170bfc28 Fix small mistake in override of vose-alias-method (#37) 2020-01-16 10:27:08 +00:00
adisbladis
6032bb34b2
Add overrides to make scipy/scikit-learn build 2020-01-15 16:18:22 +00:00
adisbladis
2751a7fa0d
Add overrides required to build poetry with python2 2020-01-13 15:43:56 +00:00
adisbladis
8591164784
Add overrides to build pyqt5
Extra functionality exposed in nixpkgs needs further overrides.
2020-01-13 00:27:14 +00:00
adisbladis
301760e845
Remove getAttrDefault
Nix has built-in syntax for this operation, so lets use it.
2020-01-13 00:27:10 +00:00
adisbladis
bf56efefda
Add overrides removing LICENSE files
They lead to collisions.

Probably there should be some cleanup for these kind of files? cc @FRidh
2020-01-12 20:29:23 +00:00
adisbladis
136f008a03
Add preferWheel option to <derivation>.override
Previously override wasn't really useful as it inherited the args from
buildPythonPackage.
Now we can create custom args for overrides.
2020-01-12 19:38:22 +00:00
adisbladis
31a2bf6216
Always add setuptools_scm as a build input
Adding overrides is an uphill battle we are never going to win and
poetry2nix should try to attempt to make things "just work" to the
largest extent possible.

This only increases the build closures slightly while making
poetry2nix much easier to use.

setuptools_scm itself does not have any dependencies so will not cause
compatibility issues.
2020-01-10 13:01:33 +00:00
Roberto Di Remigio
95fa75b48a
Add some more overrides for setuptools-scm 2020-01-09 22:04:08 +01:00
adisbladis
62f5566c6d
nixpkgs-fmt fixup 2020-01-09 14:07:36 +00:00
Roberto Di Remigio
486879a3fa Add setuptools_scm build input for black (#28)
Add setuptools_scm build input for black
2020-01-09 13:59:31 +00:00
adisbladis
c81412189e
overrides: Include cython for numpy 2020-01-08 14:00:41 +00:00
adisbladis
908c9b8881
Restrucure overrides as composable overlays 2019-12-20 13:39:35 +00:00