Mel Bourgeois
f12241311f
overrides: fix pytest-django wheel build
2024-05-04 08:17:58 -04:00
Kenneth Koski
d9ac1f6121
Patch llama-index to remove conflicting file
...
Conflicts with llamaindex-cli file from llama-index-cli package
2024-05-03 12:17:00 -05:00
Phillip Cloud
d2993e376b
chore: more fixes
2024-05-02 12:10:53 -04:00
Malte Neuss
023a0e045a
fix: Replace overlays self super with final prev
2024-05-02 12:08:55 -04:00
Phillip Cloud
1e848fe372
chore: get pyzmq with scikit-build-core working in a somewhat reasonable way
2024-05-02 09:12:59 -04:00
Kiskae
be134f49f0
overrides: fix pandas
2024-05-02 08:00:24 -04:00
Phillip Cloud
c19785f8eb
chore: clean up hashes
2024-05-02 07:55:36 -04:00
Franz Pletz
38adeef3ad
overrides: add hashes for ruff 0.4.2
2024-05-02 07:55:35 -04:00
Franz Pletz
61d64b678a
overrides: add hashes for ruff 0.4.{0,1}
2024-05-02 07:55:34 -04:00
Franz Pletz
a22ea48b79
overrides: add hashes for ruff 0.3.7
2024-05-02 07:55:33 -04:00
Franz Pletz
2e4d3e10d3
overrides: add hashes for ruff 0.3.6
2024-05-02 07:55:32 -04:00
Franz Pletz
ee38a8ffea
overrides: add hashes for ruff 0.3.5
2024-05-02 07:55:31 -04:00
Franz Pletz
be69be74d0
overrides: add hashes for ruff 0.3.4
2024-05-02 07:55:30 -04:00
Franz Pletz
95b444fba2
overrides: add hashes for ruff 0.3.3
2024-05-02 07:55:29 -04:00
Franz Pletz
1492acd29e
overrides: add hashes for ruff 0.3.{1,2}
2024-05-02 07:55:28 -04:00
Franz Pletz
7a293280ac
overrides: add hashes for ruff 0.3.0
2024-05-02 07:55:27 -04:00
Phillip Cloud
77bf2c97de
Merge branch 'master' into deepspeed
2024-05-02 06:55:42 -04:00
Phillip Cloud
3415b85d68
Merge pull request #1538 from lmbak/override-cryptography
...
overrides: add hash from cryptography 42.0.4
2024-05-02 06:52:47 -04:00
Phillip Cloud
7a79729edd
chore: add missing deps
2024-05-02 06:38:48 -04:00
vetsin
0e3a323f1d
feat: support jake and cyclonedx
2024-05-02 06:26:27 -04:00
Guilhem Saurel
07d51edaf0
pillow-heif: add pkg-config, fix #1540
2024-05-01 15:02:45 -04:00
Phillip Cloud
6d391f021c
chore: handle the wheel case for pillow 9.5.0
2024-05-01 14:22:14 -04:00
Kovacsics Robert
6e5fb95079
overrides: fix pillow 9.5.0
2024-05-01 14:19:28 -04:00
Kovacsics Robert
34b821817d
overrides: add gdstk
2024-05-01 14:19:27 -04:00
David Crompton
cb909e9f3f
fix(pyside6): add test for pyside6
2024-05-01 14:00:05 -04:00
Phillip Cloud
d9b2ed29c8
Merge pull request #1607 from RCoeurjoly/ansible-molecule
...
fix(ansible-molecule): build without obsolete `setuptools-scm-git-archive` package
2024-05-01 08:55:08 -04:00
Phillip Cloud
04f460dcc2
Merge branch 'master' into master
2024-05-01 08:21:43 -04:00
Phillip Cloud
cc09b2d506
Merge branch 'master' into sphixcontrib-jquery
2024-05-01 07:25:39 -04:00
Phillip Cloud
756e8c22cf
Merge branch 'master' into override-cryptography
2024-05-01 07:01:14 -04:00
Phillip Cloud
83e9ea75ed
chore: formatting
2024-05-01 06:59:15 -04:00
Roland Coeurjoly
7d7692c288
fix(ansible-molecule): get build working
2024-05-01 06:59:08 -04:00
Phillip Cloud
90b77fa964
Merge branch 'master' into llvmlite-static
2024-05-01 06:42:58 -04:00
Phillip Cloud
0ca15ae84a
chore: hack around attempted download of sqlite amalgamation
2024-05-01 05:41:41 -04:00
matthewcroughan
f108917991
overrides: add hashes and overide source for apsw 3.44.2.0+
2024-05-01 05:08:05 -04:00
Phillip Cloud
31f5bd3905
Apply suggestions from code review
2024-05-01 05:04:00 -04:00
Phillip Cloud
066da7fe23
Merge pull request #1583 from Fuuzetsu/pkg-config-fix
...
Refer to right pkg-config thing
2024-04-30 08:29:29 -04:00
rx342
a7454fa44a
overrides: add libtensorflow for tensorflow-io-gcs-filesystem
2024-04-30 09:44:21 +02:00
Phillip Cloud
0b48b5c978
fix: get tests passing and building with latest nixpkgs
2024-04-29 16:57:19 -04:00
Yang, Bo
8936c1c7af
fix(deepspeed): Add missing dependency to setuptools
and CUDA packages
2024-04-25 23:47:55 +00:00
Mateusz Kowalczyk
18bd42892f
Refer to right pkg-config thing
...
In #1447 some references of `pkgs.pkgconfig` were
change to `pkgs.pkg-config` which was correct, as
the `pkgs.pkgconfig` is a deprecated alias for the
latter. However that change _also_ changed
`self.pkgconfig` to `self.pkg-config`: the `self`
here is _not_ the same as `pkgs`. The `self`
refers to Python package set so it formerly
referred to the `pkgconfig` Python package.
There's no `pkg-config` Python package so this
code just fails to evaluate, resulting in #1564 .
In first place, it looks like using
`self.pkgconfig` was probably wrong and we wanted
the `pkgs.pkg-config` so I simply make that change
instead.
Fixes #1564 .
2024-04-08 11:20:00 +09:00
Jonathan Boyle
948bacb575
fix(sphinxcontrib-jquery): add sphinx to propagateBuildInputs
2024-03-07 11:01:40 +00:00
Cameron Smith
09720ef26f
fix(llvmlite): static linking disabled by default
...
* https://github.com/numba/llvmlite/pull/250
* "-static-libstdc++" is not used in f22420ad76/ffi/Makefile.linux
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
2024-03-05 21:54:42 -05:00
James Brock
eb12057c0c
overrides: PyQt6 v6.6.1 ignore libmimerapi.so
2024-03-05 23:43:44 +09:00
laurens
b132599c36
overrides: add hash from cryptography 42.0.4
2024-02-22 10:44:58 +01:00
Franz Pletz
3c92540611
overrides: add hashes for ruff 0.2.{1,2}
2024-02-22 21:17:04 +13:00
Phillip Cloud
d3b3fe5835
use optionalAttrs instead of if else
2024-02-22 21:15:34 +13:00
Eddie Linder
4c227e6fe8
overrides: add cargo hash for granian 1.0.2; don't fail hash when wheel is used
2024-02-22 21:15:34 +13:00
Gregor Grigorjan
4125c95104
overrides: add hash for cryptography 42.0.1
2024-02-22 21:13:09 +13:00
Freeman
f63573e0e0
fix (psutil) v5.9.8
2024-02-22 21:12:02 +13:00
yihuang
df1d8409f9
update rpds-py v0.18.0 cargoHash
2024-02-22 21:11:43 +13:00