Commit graph

876 commits

Author SHA1 Message Date
adisbladis
3eb96f27dd Add a github issue template
And urge people not to create issues for things which aren't
actionable for us as poetry2nix maintainers.
2021-12-27 17:13:49 -08:00
adisbladis
ff0c8fea37
Merge pull request #474 from nix-community/env-extrapackages
mkPoetryEnv: Add an extraPackages argument
2021-12-28 12:57:10 +12:00
adisbladis
0985711b0b mkPoetryEnv: Add an extraPackages argument
This is a function taking a Python package set and returning a list of extra packages to include in the environment. This is intended for packages deliberately not added to `pyproject.toml` that you still want to include. An example of such a package may be `pip`.
2021-12-27 16:49:26 -08:00
adisbladis
61690e96eb
Merge pull request #390 from rskew/private-pypi
Enable private pypi repositories with credentials
2021-12-27 06:08:50 +12:00
adisbladis
99e3d7bdba
Merge pull request #473 from nix-community/1_23_0
Bump version to 1.23.0
2021-12-27 06:07:46 +12:00
adisbladis
25066da911 Bump version to 1.23.0 2021-12-26 02:48:52 -08:00
Rowan Skewes
f7ab15e390 Enable private PYPI repositories via netrc 2021-12-26 02:44:11 -08:00
adisbladis
89869467a3
Merge pull request #471 from nix-community/poetry_1_1_12
poetry: 1.1.11 -> 1.1.12
2021-12-26 22:41:24 +12:00
adisbladis
7f019e5c5d tests.manylinux: Fix test 2021-12-26 02:15:03 -08:00
adisbladis
4574e00819 tests.common-pkgs-2: Bump matplotlib
Which is not compatible with python 3.9
2021-12-26 01:21:47 -08:00
Bernardo Meurer
9ce2f75ff4 fix(overrides): add flit-core to typing-extensions 2021-12-25 23:47:17 -08:00
adisbladis
8b6d7f7c4f Fix operators test
typed-ast broke cpython compat with python 3.9
2021-12-25 22:40:10 -08:00
adisbladis
d5f756b8e5 Break out awscli to it's own separate test
Solving the test environment for common-pkgs-2 is taking forever, we
can make it a lot easier by splitting out awscli to it's own test.
2021-12-25 22:25:51 -08:00
adisbladis
a0326eafd8 overrides.importlib-metadata: Explicitly pass version to setuptools 2021-12-25 21:55:18 -08:00
adisbladis
f00e96064e Fix ansible-molecule test 2021-12-25 21:55:18 -08:00
adisbladis
2f2eba50ea overrides: Add selinux override 2021-12-25 21:55:18 -08:00
adisbladis
10dbbb7405 ansible-molecule: Update test dependencies 2021-12-25 21:55:18 -08:00
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