Commit graph

378 commits

Author SHA1 Message Date
Pegasust
55f5c120dc feat(orjson): hashes for 3.9.x 2023-11-05 19:11:22 -08:00
Pegasust
2507b51075 feat(orjson): use github hash to reuse cargo.lock - tested to be backwards compatible (with upstream maturin) 2023-11-05 19:11:22 -08:00
adisbladis
ca436df896 overrides.pyqt6: Only do autoPatchelf stuff on wheels 2023-10-30 16:50:55 +13:00
adisbladis
9ded99c5ef overrides.cryptography: add hash for 41.0.5 2023-10-27 13:47:04 +13:00
Phillip Cloud
973ccb6855
fix(pycairo): fix later versions of pycairo 2023-10-26 08:46:30 -04:00
Phillip Cloud
2d29b1692e
Merge pull request #1356 from considerate/considerate/pyside6 2023-10-26 07:54:44 -04:00
Viktor Kronvall
0a708f9f35 pyqt6: build from wheel 2023-10-26 19:41:25 +09:00
Viktor Kronvall
edd6ad2dc4 pyqt6: don't patch source when wheel 2023-10-26 19:37:03 +09:00
Viktor Kronvall
bd958cc76a pyside6: don't depend on qt6 from nixpkgs 2023-10-26 19:37:03 +09:00
Viktor Kronvall
1fc2fddb8d pyqt6: don't depend on qt6 from nixpkgs 2023-10-26 19:36:43 +09:00
Viktor Kronvall
339c89ead6 pyside6: autopatchelf the wheels 2023-10-26 19:36:03 +09:00
Viktor Kronvall
b443a678f0 pyqt6: add override 2023-10-26 19:36:03 +09:00
Phillip Cloud
53c8befeea
chore: fmt 2023-10-26 06:15:02 -04:00
Phillip Cloud
0decff62da
fix(awsume): set HOME to allow build to succeed 2023-10-26 06:05:15 -04:00
Phillip Cloud
209955539f
feat(plyvel): support building plyvel 2023-10-26 05:52:26 -04:00
Phillip Cloud
84bce7a035
chore: clean up unused input args 2023-10-26 05:04:04 -04:00
Frederik Rietdijk
64f0a74602
overrides: opencensus namespace package 2023-10-26 04:24:22 -04:00
Joshua Kobschätzki
1217cfbf01 fix(pycurl): change from propagatedBuildInputs -> buildInputs 2023-10-26 16:04:30 +13:00
Joshua Kobschätzki
7650ff3268 fix: change from buildInputs to nativeBuildInputs 2023-10-26 16:03:10 +13:00
Joshua Kobschätzki
3ea44284f4 fix: Add pycurl override with pkgs.curl (2) 2023-10-26 16:03:10 +13:00
Joshua Kobschätzki
90d6500e2c fix: Add pycurl override with pkgs.curl 2023-10-26 16:03:10 +13:00
adisbladis
98971720b6 style: Apply statix/deadnix 2023-10-26 12:28:09 +13:00
Phillip Cloud
26e75e526d
chore: fix psutil for darwin on newer nixpkgs 2023-10-25 08:53:12 -04:00
Phillip Cloud
ad983b4a56
chore: fix pandas build that does not have pyproject.toml 2023-10-25 07:43:39 -04:00
Phillip Cloud
e3d8509a1e
fix(sphinx): get sphinx5+ working 2023-10-25 07:31:10 -04:00
Phillip Cloud
806eb84c20
chore: use poetry from upstream nixpkgs 2023-10-24 16:59:09 -04:00
Phillip Cloud
84db6c93d9
chore: fix jq for python311 2023-10-24 08:47:14 -04:00
Phillip Cloud
1810cc25ad
chore: use the correct python version for bootstrapping 2023-10-24 08:36:23 -04:00
Phillip Cloud
880f0bddcd
chore: build bootstrapping packages using pythonForBuild to support aarch64 2023-10-24 08:30:00 -04:00
Phillip Cloud
44e8277ac0
chore: remove vendored build package 2023-10-24 08:29:57 -04:00
Phillip Cloud
faa127bd29
chore: remove overridden check inputs 2023-10-24 08:29:56 -04:00
Phillip Cloud
7035e65ed0
chore: remove vendored pyproject-hooks 2023-10-24 08:29:54 -04:00
Phillip Cloud
70ecc01b20
chore: remove vendored packaging 2023-10-24 08:29:53 -04:00
Phillip Cloud
5682cf9428
chore: remove vendored installer 2023-10-24 08:29:51 -04:00
Phillip Cloud
b427aff409
chore: remove vendored flit-core 2023-10-24 08:29:50 -04:00
Phillip Cloud
d5a2e6d133
test(manylinux): test wheels instead of building from source 2023-10-24 08:29:45 -04:00
Phillip Cloud
e0351878f1
chore: checkpoint 2023-10-24 08:29:24 -04:00
K900
65e5241762
fix: remove overrides for everything involved in new bootstrap 2023-10-24 08:24:38 -04:00
百地 希留耶
e02dd41666 rpds-py: update hash v0.10.5 and v0.10.6 2023-10-23 15:12:49 +08:00
Phillip Cloud
8ffbc64abe
Merge pull request #1334 from PicoGeyer/hidapi_fix
Add overrides for hidapi
2023-10-21 13:38:43 +00:00
Phillip Cloud
67dade9d5f
Merge pull request #1348 from TikhonJelvis/pytesseract-executable-dependency
Add dependency on native Tesseract OCR executable for pytesseract
2023-10-21 12:36:12 +00:00
Phillip Cloud
00f7a372a7
Merge pull request #1338 from fmnxl/master
update rpds-py hash v0.10.4
2023-10-21 12:34:17 +00:00
Tikhon Jelvis
9ecb2808f1 Add dependency on native Tesseract OCR executable for pytesseract
The pytesseract package needs to have the `tesseract` executable available at runtime to work.

By default, the Python package looks for the `tesseract` executable in the PATH. This doesn't work here, so we need to override the `tesseract_cmd` with the path to the `tesseract` executable we pulled in from Nix. I did this with a patch [based on how pytesseract is set up in Nixpkgs][1].

The patching code feels a bit fiddly. I don't know the idiomatic way to do this sort of thing.

I included a test that will fail if pytesseract cannot find the `tesseract` executable. The test passed for me with both `preferWheels = true` and `preferWheels = false`, but I only included one in the test suite here, not sure if it makes sense to have both—the actual patching code had to be a bit different depending on whether the source was a wheel or not.

[1]: https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/python-modules/pytesseract/tesseract-binary.patch
2023-10-17 12:32:00 -07:00
Alexander Holmbäck
9c3d766524 Update watchfiles hash for 0.21.0 2023-10-14 09:49:52 +02:00
Freeman
b55408104b update rpds-py hash v0.10.4 2023-10-08 18:14:55 +07:00
Pico Geyer
a7e04ddac3
Update default.nix
Changed buildInputs to propagatedBuildInputs
2023-10-07 21:10:39 +02:00
Pico Geyer
1095dc5775 Add overrides for hidapi
resolves #1019
2023-10-06 17:06:51 +02:00
Albert Peschar
2ec5fa6d5a Add pkg-config dependency for mysqlclient 2023-10-02 15:58:43 +00:00
Phillip Cloud
093383b3d7
Merge pull request #1322 from Kiskae/patch-1
Add cryptography==41.0.4 hash
2023-09-22 12:37:02 +00:00
Kiskae
979876225d
Add cryptography==41.0.4 hash 2023-09-22 14:08:06 +02:00