Commit graph

809 commits

Author SHA1 Message Date
adisbladis
2c63047ee1 Run nixpkgs-fmt after the nixpkgs bump 2021-12-25 21:55:18 -08:00
adisbladis
3be424ac55 Bump nixpkgs 2021-12-25 21:55:18 -08:00
adisbladis
f46838d888 poetry: 1.1.11 -> 1.1.12 2021-12-25 21:55:18 -08:00
adisbladis
ed040fad40
Merge pull request #472 from nix-community/rework-gh-actions
Switch testing strategy on Github Actions to one based on a dynamic matrix
2021-12-26 17:54:17 +12:00
adisbladis
3f40ecc951 Switch testing strategy on Github Actions to one based on a dynamic matrix
Currently the output is unreadable (I have no idea without digging _what_ test failed).
2021-12-25 21:35:23 -08:00
adisbladis
0268361a12
Merge pull request #470 from nix-community/matrix-readme
README: Add Matrix room links
2021-12-26 10:02:54 +12:00
adisbladis
b7d3526cee README: Add Matrix room links 2021-12-25 13:58:56 -08:00
adisbladis
3042a00829
Merge pull request #469 from cpcloud/fix-jq-py
fix: patch jq to remove requests and depend on upstream jq
2021-12-25 08:29:42 +12:00
adisbladis
1ede655089
Merge pull request #464 from veprbl/patch-1
overrides: matplotlib: use MPLSETUPCFG
2021-12-24 15:49:19 +12:00
Phillip Cloud
2f325da8ec
fix: add missing runCommand 2021-12-22 14:04:07 -05:00
Phillip Cloud
3cbe79b23e
test: actually run the test 2021-12-22 14:03:59 -05:00
Phillip Cloud
ca84288d6a
fix: use buildInputs 2021-12-22 14:03:52 -05:00
Phillip Cloud
4aaff20614
fix: patch jq to remove requests and depend on upstream jq 2021-12-22 14:01:26 -05:00
adisbladis
f635203a77
Merge pull request #467 from cpcloud/arrow-cpp-double-build
fix: remove double build of arrow-cpp when self.python != self.python3
2021-12-22 15:43:10 +12:00
Phillip Cloud
0040ef3fc4
fix: fix remaining truth value 2021-12-21 14:51:48 -05:00
Phillip Cloud
41ef97ce70
fix: fix invalid truth value on darwin 2021-12-21 14:38:33 -05:00
Phillip Cloud
e6ef03de77
build: minimize use of pkgs.arrow-cpp 2021-12-21 14:03:05 -05:00
Phillip Cloud
2329db4c95
refactor: remove _arrow-cpp from buildInputs 2021-12-21 13:58:24 -05:00
Phillip Cloud
92580ae557
fix: ensure that arrow-cpp isn't built twice when python3 != python 2021-12-21 13:54:37 -05:00
Dmitry Kalinkin
c9ee272ab0
!fixup 2021-12-16 13:33:34 -05:00
Dmitry Kalinkin
12c232030c
overrides: matplotlib: use MPLSETUPCFG
This modifies the override to be forward compatible with the upstream change
7dc4430751
2021-12-16 10:54:13 -05:00
adisbladis
2ab5f606d3
Merge pull request #463 from rissson/overrides-cryptography-3.6.1
overrides: cryptography: fix cargo hash for versions >= 3.6.1
2021-12-16 06:26:22 +12:00
Marc 'risson' Schmitt
aaf236d167
overrides: cryptography: fix cargo hash for versions >= 3.6.1
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-12-15 18:13:03 +01:00
adisbladis
c8cadfffd9
Merge pull request #462 from airwoodix/overrides-argon2-cffi
overrides: argon2-cffi: fix for version >= 21.2.0
2021-12-15 10:50:48 +12:00
Etienne Wodey
80f6c446fc overrides: argon2-cffi: fix for version >= 21.2.0 2021-12-14 22:46:48 +01:00
adisbladis
a4b7692032
Merge pull request #454 from ashkan-leo/fix_tensorboard
add absl-py as tensorboard dependency
2021-12-07 17:18:17 +12:00
adisbladis
1e3252891b
Merge pull request #455 from airwoodix/overrides-matplotlib-mplsetup
overrides: matplotlib: fix for version >= 3.5.0
2021-12-07 17:17:54 +12:00
adisbladis
db74a19260
Merge pull request #456 from airwoodix/overrides-add-wtforms
overrides: wtforms: add
2021-12-07 17:17:23 +12:00
adisbladis
61d13bcd3b
Merge pull request #457 from airwoodix/overrides-fix-scipy-1.7
overrides: scipy: fix for version >= 1.7.0
2021-12-07 17:16:34 +12:00
Etienne Wodey
58ef019d39 overrides: scipy: fix for version >= 1.7.0 2021-12-05 22:37:42 +01:00
Etienne Wodey
3def814c0a overrides: wtforms: add 2021-12-05 17:34:54 +01:00
Etienne Wodey
64da99c770 overrides: matplotlib: fix for version >= 3.5.0 2021-12-05 17:00:58 +01:00
ashkan-leo
1c5ee0df43 add absl-py as tensorboard dependency 2021-12-04 19:52:34 -06:00
adisbladis
4173277746
Merge pull request #452 from gmacon/simple-index-trailing-slash
Include the trailing slash in legacy index URL
2021-11-29 13:26:52 -08:00
George Macon
42b1e673aa Include the trailing slash in legacy index URL
The PyPI Legacy API documentation [1] says that the distribution
downloads for project can be accessed via a request

    GET /simple/<project>/

but the current implementation instead makes a request

    GET /simple/<project>

There exist some custom repository servers that give erroneous responses
to requests without the slash, so include the slash.

[1]: https://warehouse.pypa.io/api-reference/legacy.html
2021-11-29 16:08:30 -05:00
adisbladis
36c215f716
Merge pull request #451 from purcell/attribution
Update attribution and copyright
2021-11-26 11:55:02 -08:00
Steve Purcell
62b1ec8cc9 Update attribution and copyright to reflect Tweag's support 2021-11-26 18:56:41 +01:00
adisbladis
ac1b5659a3
Merge pull request #448 from g00pix/override-kerberos
overrides: add kerberos
2021-11-24 11:05:20 -08:00
Nicolas Froger
27b4c67842
overrides: add kerberos
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
2021-11-22 13:54:46 +01:00
adisbladis
b23b074f65
Merge pull request #443 from sigprof/importlib-resources
importlib-resources: Don't remove pyproject.toml
2021-11-21 16:49:03 -08:00
adisbladis
9dc6fdef8f
Merge pull request #444 from rissson/overrides-cryptography-3.6
overrides: cryptography: fix cargo hash for versions >= 3.6.0
2021-11-21 16:48:37 -08:00
adisbladis
17e4a7a41b
Merge pull request #445 from rissson/overrides-cyclonedx-python-lib
overrides: add cyclonedx-python-lib
2021-11-21 16:48:18 -08:00
adisbladis
336cb406bd
Merge pull request #446 from rissson/overrides-httplib2
overrides: add httplib2
2021-11-21 16:47:46 -08:00
adisbladis
a5b6186c35
Merge pull request #447 from rissson/overrides-paramiko
overrides: add paramiko
2021-11-21 16:47:32 -08:00
Marc 'risson' Schmitt
63c1cf0822
overrides: add paramiko
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-11-22 01:37:27 +01:00
Marc 'risson' Schmitt
c533b2edfc
overrides: add httplib2
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-11-22 01:36:13 +01:00
Marc 'risson' Schmitt
228fbc5b02
overrides: add cyclonedx-python-lib
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-11-22 01:30:57 +01:00
Marc 'risson' Schmitt
e17c4960b2
overrides: cryptography: fix cargo hash for versions >= 3.6.0
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2021-11-22 01:26:54 +01:00
Sergey Vlasov
e093c9c326 importlib-resources: Don't remove pyproject.toml
Without this change the build of jsonschema-4.2.1 fails with:

> ERROR: Could not find a version that satisfies the requirement importlib-resources>=1.4.0; python_version < "3.9" (from jsonschema)
> ERROR: No matching distribution found for importlib-resources>=1.4.0; python_version < "3.9"
2021-11-22 00:46:01 +03:00
adisbladis
3a10eb44e3
Merge pull request #438 from l0b0/fix/disable-mypyc
Revert "feat: Re-enable mypyc from version 0.910"
2021-11-18 13:54:23 -08:00