adisbladis
8cfd980262
overrides.platformdirs: Add hatch-vcs
2022-04-23 18:06:38 +12:00
adisbladis
80c070de9a
Merge pull request #600 from yajo/patch-1
...
fix: add hatchling for platformdirs
2022-04-22 20:33:11 +07:00
Jairo Llopis
ee93bd0121
fix: add hatchling for platformdirs
...
https://github.com/platformdirs/platformdirs/pull/75 was released yesterday.
2022-04-22 21:48:06 +12:00
adisbladis
b1d69f0cb0
Merge pull request #601 from cpcloud/build-systems
...
build-systems: add more
2022-04-20 19:26:33 +07:00
Phillip Cloud
a811ce7793
build-systems: add more
2022-04-20 06:07:59 -04:00
adisbladis
2f2ae25845
Merge pull request #599 from RaitoBezarius/patch-1
...
Document preferWheels parameter
2022-04-19 10:59:45 +07:00
Ryan Lahfa
c13ba70208
Document preferWheels parameter
...
I realize that people do not know of `preferWheels` and here is a simple attempt to document it.
2022-04-19 00:53:54 +02:00
Brian Parker
32263bebfe
make soundfile find libsndfile at runtime ( #597 )
...
* make soundfile find libsndfile at runtime
* nixpkgs-fmt
2022-04-17 10:36:17 +07:00
adisbladis
258ec4c846
Merge pull request #595 from takeda/patch-2
...
Used incorrect hash for orjson 3.6.7
2022-04-16 15:04:00 +07:00
Derek Kulinski
2291694c6a
Used incorrect hash for orjson 3.6.7
2022-04-16 00:54:25 -07:00
adisbladis
59ffefbd24
overrides.iso8601: Add poetry-core build system
2022-04-16 18:15:01 +12:00
adisbladis
204d242690
Merge pull request #593 from takeda/takeda-patch-2
...
datadog package and hatch support
2022-04-16 11:07:28 +07:00
adisbladis
addba2d41c
Merge pull request #592 from takeda/takeda-patch-1
...
orjson override
2022-04-16 10:18:00 +07:00
Derek Kulinski
a992cb630b
datadog package and also support for hatchling
2022-04-16 14:57:51 +12:00
Derek Kulinski
2f3acc2cf2
orjson override
2022-04-16 14:09:58 +12:00
adisbladis
b7c9746bb5
Merge pull request #591 from nix-community/channel-2022-04-15
...
Bump niv channel 2022-04-15
2022-04-16 09:05:04 +07:00
adisbladis
b6bab4e188
overrides: Fix docutils with setuptools >= 60
2022-04-15 22:58:46 +12:00
adisbladis
8e26776769
Remove nix-build-uncached from niv management
...
The fixes we relied on are long since released and in nixpkgs proper.
2022-04-15 22:22:23 +12:00
adisbladis
3b5085d74a
Regenerate build-systems.json
2022-04-15 22:22:23 +12:00
adisbladis
b98864a921
Bump niv channel
2022-04-15 22:22:23 +12:00
adisbladis
f1ceaa8608
Merge pull request #586 from moduon/fix-editablePackageSources-null
...
fix: support nullified editablePackageSources in mkPoetryEnv
2022-04-15 17:20:57 +07:00
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