Search Criteria
Package Details: python-orjson-git 3.10.1.r0.g632345a-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-orjson-git.git (read-only, click to copy) |
|---|---|
| Package Base: | python-orjson-git |
| Description: | Fast, correct Python JSON library supporting dataclasses and datetimes (Git version) |
| Upstream URL: | https://github.com/ijl/orjson |
| Licenses: | MIT, Apache-2.0 |
| Conflicts: | python-orjson |
| Provides: | python-orjson |
| Submitter: | MonterraByte |
| Maintainer: | MonterraByte |
| Last Packager: | MonterraByte |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-01-23 18:17 (UTC) |
| Last Updated: | 2024-04-27 15:58 (UTC) |
Dependencies (5)
- python
- git (git-gitAUR, git-glAUR) (make)
- python-installer (make)
- python-maturin (python-maturin-gitAUR) (make)
- rust (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rustup) (make)
Required by (78)
- anki (requires python-orjson)
- anki-bin (requires python-orjson)
- anki-git (requires python-orjson)
- archipelagomw-bin (requires python-orjson)
- atoms-core (requires python-orjson)
- atoms-core-git (requires python-orjson)
- bottles (requires python-orjson)
- bottles-git (requires python-orjson)
- dolphie (requires python-orjson)
- glances-git (requires python-orjson)
- immich-machine-learning (requires python-orjson)
- litellm (requires python-orjson) (optional)
- litellm-ollama (requires python-orjson)
- portprotonqt (requires python-orjson)
- precice-profiling (requires python-orjson)
- python-aiohasupervisor (requires python-orjson)
- python-alist (requires python-orjson)
- python-alist-proxy (requires python-orjson)
- python-ariarpc (requires python-orjson)
- python-babelfont (requires python-orjson)
- Show 58 more...
Latest Comments
rubin55 commented on 2025-11-03 10:00 (UTC) (edited on 2025-11-03 10:08 (UTC) by rubin55)
I'm getting this (after invoking
bottleswhich depends onpython-orjson):I did an explicit rebuild of the package to make sure it's not some old build whilst system libraries upgraded, but no dice.
This upstream issue: https://github.com/ijl/orjson/issues/613
Setting
options=('!lto')fixes this, however, obviously LTO bacame bugged with this some time not too long ago, because it used to build fine..