Commit graph

1254 commits

Author SHA1 Message Date
adisbladis
98f188deda overrides.pandas: Add overrides to build on non-linux
And also enable parallel building.
2022-05-05 06:34:30 +12:00
adisbladis
4a50471ef7 Bump nixpkgs channel 2022-05-05 06:34:30 +12:00
adisbladis
4ee9e2a827
Merge pull request #610 from nix-community/psycopg2cffi
overrides.psycopg2cffi: Add override
2022-05-05 01:33:44 +07:00
adisbladis
d09cb7145c overrides.psycopg2cffi: Add override 2022-05-05 04:15:45 +12:00
adisbladis
384dd15377
Merge pull request #609 from nix-community/no-aliases
tests: Set `allowAliases = false`
2022-05-04 23:15:35 +07:00
adisbladis
226ad319e6 tests: Set allowAliases = false
We don't want to accidentally end up with aliases in the code base
that then breaks nixpkgs when it's eventually incorporated.
2022-05-05 01:50:51 +12:00
adisbladis
6ed6894f58
Merge pull request #607 from cpcloud/build-systems
build-systems: add notebook-shim, jupyterlab-code-formatter, and atpublic
2022-05-03 20:34:40 +07:00
Phillip Cloud
fcd9f65075
build-systems: add atpublic 2022-05-03 07:12:47 -04:00
Phillip Cloud
b6152adfb0
build-systems: add notebook-shim and jupyterlab-code-formatter 2022-05-03 06:33:08 -04:00
adisbladis
ece2a41612
Merge pull request #604 from nix-community/CrackMapExec-overrides
Add overrides to be able to build CrackMapExec
2022-04-28 23:57:39 +07:00
adisbladis
639115b897 overrides.lsassy: Work around upstream missing version constraint in setup.py 2022-04-29 03:22:30 +12:00
adisbladis
b742ddd087 overrides.pysrp: Add poetry-core 2022-04-29 03:21:31 +12:00
adisbladis
d3a73e6bc4 overrides.lsassy: Add poetry-core 2022-04-29 03:21:10 +12:00
adisbladis
d877c544c8 overrides.mkdocs-jupyter: Regeneration caused reordering 2022-04-29 03:20:43 +12:00
adisbladis
74ec9039bb
Merge pull request #603 from cpcloud/build-systems
build-systems: add docstring-parser and pymdown-extensions
2022-04-28 22:00:49 +07:00
Phillip Cloud
5299c0a36e
build-systems: add docstring-parser and pymdown-extensions 2022-04-28 05:53:59 -04:00
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