Commit graph

1067 commits

Author SHA1 Message Date
Jairo Llopis
1baca43506
fix: support nullified editablePackageSources in mkPoetryEnv
See these docs: 99c7956835/README.md (L86)

They say that any dependency passed as `null` is forced to be non editable, even if it is marked as `develop = true` in `pyproject.toml`.

However, this was not being the case.

Added a test to prove the need for the fix.

@moduon MT-83
2022-04-14 09:29:55 +01:00
adisbladis
b39ae43cf6
Merge pull request #589 from nix-community/PR-585-CI
fix: avoid infinite recursion while searching for path #585
2022-04-14 15:13:20 +07:00
adisbladis
043136d2a6
Merge pull request #588 from cpcloud/build-systems
build systems
2022-04-14 14:28:15 +07:00
adisbladis
aa92ff14ff Rerun find build systems script 2022-04-14 16:25:53 +12:00
Phillip Cloud
b3a52937cc build-systems.json: add pyparsing 2022-04-14 16:25:53 +12:00
Phillip Cloud
b85da771ba build-systems.json: add poetry-dynamic-versioning 2022-04-14 16:25:53 +12:00
adisbladis
5e667bc527 Fix infinite recusion in the case where no gitignores are found 2022-04-14 16:19:59 +12:00
Jairo Llopis
1daf54da67 fix: avoid infinite recursion while searching for path
In `findGitIgnores`, to find the parent path, we do `path + "/.."`. This means that, for each iteration, the path name grows:

1. `/nix/store/1234-example/a/b/`
2. `/nix/store/1234-example/a/b/..`
3. `/nix/store/1234-example/a/b/../..`
4. etc.

Thus, checking if path is not equal to `/` will always return `true`.

With this fix, it will instead check that the path exists. If the path goes higher than `/`, it will not exist, thus fixing the false positive.

@moduon MT-83
2022-04-14 15:54:04 +12:00
Suwon Park
0dd8ba714a
overrides: pillow: Add libxcb libX11 (#587)
Add libxcb libX11 to  pillow
2022-04-14 15:06:50 +12:00
adisbladis
99c7956835 Poetry updater: Add newline to src.json 2022-04-01 22:29:19 +12:00
adisbladis
405b05a0ab Bump version to 1.27.1 2022-04-01 22:16:28 +12:00
adisbladis
8fad453343 Regenerate build-systems.json 2022-04-01 22:16:10 +12:00
adisbladis
e0d2c505e7 Bump version to 1.27.0 2022-04-01 21:03:37 +12:00
adisbladis
2ef1c4d8c0
Merge pull request #582 from nix-community/poetry-1_13_0
poetry: 1.12.0 -> 1.13.0
2022-04-01 02:30:46 +12:00
adisbladis
53b790e5e3 poetry: 1.1.12 -> 1.1.13 2022-04-01 00:37:03 +12:00
adisbladis
7735583527 overrides.cryptography: Add 36.0.2 hash 2022-04-01 00:37:03 +12:00
adisbladis
40e361d53b poetry: Rewrite updater in Python 2022-04-01 00:37:03 +12:00
adisbladis
d60de8ff3a
Merge pull request #581 from nix-community/nixpkgs-bump-2022-03-31
Bump nixpkgs (2022-03-31)
2022-03-31 17:59:20 +12:00
adisbladis
b0e88a7330
Merge pull request #580 from nix-community/no-flake-lock
Remove flake.lock and gitignore it
2022-03-31 16:33:01 +12:00
adisbladis
c8b86e7dd1
Merge pull request #579 from nix-community/cryptography-wheel-nosha
overrides.cryptography: Prefer wheel if we don't have a pinned cargo hash
2022-03-31 15:17:23 +12:00
adisbladis
0d98f35040 Bump nixpkgs (2022-03-31) 2022-03-31 13:37:47 +12:00
adisbladis
8249fb2c6e Remove flake.lock and gitignore it
Poetry2nix doesn't use flakes for development and the lock is rarely updated.
2022-03-31 13:14:39 +12:00
adisbladis
000d8dddb8 overrides.cryptography: Prefer wheel if we don't have a pinned cargo hash
I'm really tired of the situation where we have to play catch-up with
upstream's Rust shenanigans.

While this is not a true fix it should at least help some people not
to break their setups whenever upstream decides to cut a new release.
2022-03-31 13:12:50 +12:00
adisbladis
fa78616448
Merge pull request #578 from jonringer/web3
Add support for web3 package
2022-03-31 12:51:19 +12:00
adisbladis
33960dc1c0
Merge pull request #577 from SemMulder/feature/pep600
Add PEP 600 (new manylinux) support
2022-03-30 15:54:43 +12:00
Jonathan Ringer
70fcc2b05b
overrides: add py-solc-x 2022-03-29 18:56:34 -07:00
Jonathan Ringer
caad636c27
overrides: add coincurve 2022-03-29 18:56:34 -07:00
Sem Mulder
40e199d9d2 Disable PEP 600 test on MacOS
Because there is no open3d build for MacOS.
2022-03-29 09:59:19 +02:00
Sem Mulder
d687e93cb9 Add test for PEP 600 2022-03-28 23:49:29 +02:00
Sem Mulder
8bee2d9d83 Do not include the build system in nativeBuildInputs for wheels 2022-03-28 23:49:29 +02:00
Sem Mulder
87350abfc8 Add support for PEP 600 2022-03-28 23:39:16 +02:00
Sem Mulder
9a95ca8283 Match multiple platform tags when selecting wheels 2022-03-28 19:39:51 +02:00
Sem Mulder
fe368a40d2 Cleanup lib.strings member references 2022-03-28 19:33:30 +02:00
adisbladis
33b5419aa6
Merge pull request #576 from asymmetric/ccxt
overrides.ccxt: patch path to README
2022-03-28 15:28:15 +12:00
Lorenzo Manacorda
3bf852b542
overrides.ccxt: patch path to README
MarkDown file doesn't exist in source, yet is sourced, so let's place it
there.
2022-03-27 12:26:07 +02:00
adisbladis
dcee9f6a54
Merge pull request #575 from takeda/takeda-patch-1
Fix mypy 0.940+
2022-03-22 23:21:34 +12:00
adisbladis
a9f9233940
Merge pull request #572 from cpcloud/build-systems
chore(build-systems/mkdocs-autorefs): add pdm-pep517 to nativeBuildInputs
2022-03-22 23:20:03 +12:00
adisbladis
19e403b5ac
Merge pull request #573 from cpcloud/pytest-profiling
chore(build-systems): add pytest-profiling
2022-03-22 23:18:48 +12:00
adisbladis
7f768ff644
Merge pull request #574 from trepetti/build-systems-pyopencl
build-systems: add pyopencl
2022-03-22 23:18:35 +12:00
Derek Kulinski
d124e7312b Fix mypy 0.940+ 2022-03-21 21:16:34 -07:00
Tom Repetti
3d10fcb41f build-systems: add pyopencl 2022-03-21 12:11:43 -04:00
Phillip Cloud
4e419b6e20
build-systems: add pytest-profiling 2022-03-20 07:38:08 -04:00
Phillip Cloud
761565ced3
chore(build-systems/mkdocs-autorefs): add pdm-pep517 to nativeBuildInputs 2022-03-14 07:11:09 -04:00
adisbladis
36d295a1d2
Merge pull request #571 from cpcloud/build-systems
build-systems: add mkdocs-gen-files
2022-03-14 09:43:38 +12:00
Phillip Cloud
b080a46f7b
lz4: add pkgconfig 2022-03-12 13:23:24 -05:00
Phillip Cloud
831957d9f6
build-systems: add mkdocs-gen-files 2022-03-12 13:22:25 -05:00
adisbladis
58028ad033
Merge pull request #562 from cpcloud/build-systems
chore: add duckdb and duckdb-engine to build-systems.json
2022-03-10 15:33:28 +12:00
Phillip Cloud
84f0a036fa
chore: add mkdocs-literate-nav to build systems 2022-03-01 12:57:08 -05:00
Phillip Cloud
873b0f8a19
chore: add duckdb and duckdb-engine to build-systems.json 2022-03-01 11:54:40 -05:00
adisbladis
69cc39aa3b
Merge pull request #557 from nagy/pymediainfo
overrides.pymediainfo: patch libmediainfo paths
2022-02-18 11:13:42 +12:00