Lorenzo Manacorda
dca6070fb3
eth-utils: prefer wheel
...
Workaround for https://github.com/nix-community/poetry2nix/issues/1161
2023-06-05 18:53:08 +02:00
Lorenzo Manacorda
b2a2a574c1
overrides: eth-keyfile: runtime dep on setuptools
2023-05-23 13:37:07 +02:00
Phillip Cloud
4e10f02616
fix: ignore pyproject toml modification when markdown-it-py src is a wheel
2023-05-20 05:59:30 -04:00
adisbladis
a92c2360e9
Merge pull request #1164 from SenchoPens/master
...
Update the llvmlite override
2023-05-20 01:46:42 +12:00
Arseny Chekanov
fa44376fbf
Update llvmlite override
2023-05-19 13:34:09 +03:00
adisbladis
cd8eade22c
Merge pull request #1163 from takeda/textual
...
prevent dependency cycle when installing textual
2023-05-19 20:54:08 +12:00
Derek Kulinski
8e6f0795eb
prevent dependency cycle when installing textual
2023-05-17 09:53:13 -07:00
Yang, Bo
eb2a3bfcaa
Address review feedback
2023-05-02 21:48:58 -07:00
Phillip Cloud
fa63354bf5
Merge pull request #1124 from KiruyaMomochi/insights-netbox
2023-05-02 04:15:28 -07:00
Tom Sydney Kerckhove
bdcc9a27fc
Contributing more of our overrides
2023-05-02 09:57:05 +02:00
Phillip Cloud
8b9717956d
Merge pull request #1145 from Chaostheorie/master
2023-05-01 05:18:46 -07:00
adisbladis
b8d350be14
Merge pull request #1144 from PicoGeyer/various_module_overrides
...
Various module overrides
2023-04-30 21:06:00 +12:00
Pico Geyer
ddf8565707
Move setuptools for cysystemd to build-systems.json too
2023-04-29 21:42:08 +02:00
Cobalt
6c5c7745fd
fix: adjust overwrite to current duckdb package structure
2023-04-29 19:44:12 +02:00
Pico Geyer
67f0fc6ae8
overrides, move build system related changes
...
Move build system related changes to build-systems.json
2023-04-28 11:28:59 +02:00
Jeff Hutchison
6d3f70f32f
Add Accerate to fix build on macOS
2023-04-27 07:50:39 -04:00
Pico Geyer
eb3c9ed62c
overrides: Add overrides for several packages
...
Add overrides for
cysystemd
pem
pip-licenses
python-pam
pythonping
tacacs-plus
2023-04-26 15:24:48 +02:00
Tom Sydney Kerckhove
c3eeec84ae
Don't fail to apply overrides if a package does not exist (yet)
2023-04-26 11:49:31 +02:00
Terje Larsen
c949b2d822
overrides: fix mypy for derivations with env attributes
2023-04-25 11:38:01 +02:00
百地 希留耶
13fd5c91e9
overrides: add pynetbox
2023-04-22 04:05:00 +08:00
Stefan Kuznetsov
1dbe62377e
Add override for cryptography 40.0.2
2023-04-20 21:14:26 -07:00
adisbladis
bc7c4c8a5c
Merge pull request #1116 from happysalada/orjson_cargo_hash
...
orjson: update getCargoHash
2023-04-18 14:49:29 +12:00
Star Dorminey
75b74ea3fb
Fix PAO and its dependencies.
2023-04-17 15:09:03 -07:00
happysalada
f490a5138e
orjson: update getCargoHash
2023-04-16 17:44:01 -04:00
Star Dorminey
65d38f258a
Fix Darwin build failure.
2023-04-06 21:15:00 -07:00
Star Dorminey
529e36ffb0
Format.
2023-04-06 17:19:04 -07:00
Star Dorminey
f50b88aa02
Fix torchvision too.
2023-04-06 17:18:01 -07:00
Star Dorminey
b2421c957a
Test works!
2023-04-06 16:44:31 -07:00
Star Dorminey
ebaafed0de
Hrm, going to completely disable patchelf.
2023-04-06 16:27:16 -07:00
K900
e60afe781c
overrides: remove more dead code
2023-04-05 10:47:17 +03:00
adisbladis
b7083b2a54
poetry: 1.4.1 -> 1.4.2
2023-04-05 14:15:09 +12:00
adisbladis
dd0436005c
Merge pull request #1105 from rissson/cryptography-40.0.1
...
overrides: add cryptography 40.0.1
2023-04-05 14:08:14 +12:00
Marc 'risson' Schmitt
ef3c4053a5
overrides: add cryptography 40.0.1
...
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2023-04-05 03:30:21 +02:00
Thorn Avery
cb430318cd
Bumped granian version to 0.3.1
2023-04-05 10:19:09 +10:00
Loïc Reynier
4f4114f65b
Fix override for h5py
2023-04-04 14:37:11 +02:00
Raito Bezarius
ac14ead3e9
poetry2nix.overrides: remove LLVM5, LLVM6
2023-04-04 23:55:16 +12:00
Bruno Arrais Claudino
e2b108b8a0
Python-multipart build-system, watchfiles and orjson overrides ( #1088 )
2023-03-28 16:59:01 +13:00
Freeman
d4e2365319
Add cryptography@40.0.0 cargo hash
2023-03-24 16:55:01 +07:00
adisbladis
3830e7829b
Move setuptools-scm autofix logic to a setup hook
...
We don't need to export this variable for every build.
2023-03-24 16:46:12 +13:00
Jairo Llopis
7f31a1221f
feat: autofix version for all packages that use setuptools-scm
...
Building a package that has setuptools-scm usually fails if it doesn't define an override like the one I'm removing in `pyyaml-include`.
Or sometimes it works, but packages that depend on it don't work because they define some lower bound of the dependency, but the dependency doesn't have an appropriate version defined.
With this simple fix, all packages that use setuptools-scm will include the `SETUPTOOLS_SCM_PRETEND_VERSION` to let them inherit the appropriate version.
@moduon MT-1075
2023-03-24 16:41:31 +13:00
adisbladis
ba804e5d8f
overrides: CommonMark -> commonmark
2023-03-24 13:36:20 +13:00
Victor Engmark
50a3ad54ac
chore: Re-enable tests
...
They don't seem to be necessary.
2023-03-24 13:30:56 +13:00
Ryan Swart
32c330dbee
fix: building the hatch package inline breaks things..
2023-03-24 13:30:56 +13:00
Ryan Swart
a1b220f20a
fix: trio fix
2023-03-24 13:30:56 +13:00
Ryan Swart
897cd6645d
fix: jeepney trio
2023-03-24 12:43:21 +13:00
Ryan Swart
221bbc2d69
fix: CommonMark
2023-03-24 12:43:21 +13:00
Ryan Swart
800c3b0b48
fix: recommonmark?
2023-03-24 12:43:21 +13:00
Victor Engmark
72f5af53e3
fix: Add jeepney build inputs
2023-03-24 12:43:21 +13:00
Victor Engmark
449c73e40b
fix: Add commonmark to rich build inputs
2023-03-24 12:43:21 +13:00
Victor Engmark
b781f3cea5
fix: Install pytest-runner for rfc3986-validator build
2023-03-24 12:43:21 +13:00