Search Criteria
Package Details: python-lzallright 0.2.6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-lzallright.git (read-only, click to copy) |
|---|---|
| Package Base: | python-lzallright |
| Description: | Python bindings for the LZ library (LZO data compression algorithm) |
| Upstream URL: | https://github.com/vlaci/lzallright |
| Licenses: | MIT |
| Submitter: | spoof |
| Maintainer: | spoof |
| Last Packager: | spoof |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-05-10 17:10 (UTC) |
| Last Updated: | 2025-06-27 11:06 (UTC) |
Dependencies (6)
- python
- python-build (make)
- python-installer (make)
- python-wheel (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- python-pytest (check)
Latest Comments
fenugrec commented on 2026-02-03 01:15 (UTC)
hmm yes I think "python-maturin" is still a make dependency.
Also the check() step can fail here with
ImportError: /tmp/tmp.I0SYcRJJOh/usr/lib/python3.14/site-packages/lzallright/_lzallright.abi3.so: failed to map segment from shared objectbut that may just be due to tmpfs being mounted noexec. Workaround : makepkg --nocheckspoof commented on 2025-01-02 18:42 (UTC)
@bsdice, thanks, I've added this option
bsdice commented on 2024-04-27 18:35 (UTC)
Package build fails with
ImportError: /tmp/tmp.lDOq2wuoxE/usr/lib/python3.12/site-packages/lzallright/_lzallright.abi3.so: undefined symbol: lzokay$cxxbridge1$new_dict
PKGBUILD workaround: options=(!lto)
spoof commented on 2023-12-25 15:51 (UTC) (edited on 2023-12-25 15:52 (UTC) by spoof)
Ok, fixed that, thanks. I thought, as 'rust' conflicts with 'rustup', having them both in makedepends works like "OR", but I was wrong
Emily commented on 2023-12-25 12:34 (UTC)
Please remove rustup from makedepends, it is incompatible with rust package and in any case it is not necessary as rustup already provides rust package
justapony commented on 2023-07-21 03:39 (UTC)
Please apply this patch
AkechiShiro commented on 2023-07-02 16:36 (UTC)
According to this issue I've opened they're no longer needed : https://github.com/vlaci/lzallright/issues/11
AkechiShiro commented on 2023-07-02 16:35 (UTC)
Hi could you remove the maturin version constraints?
spoof commented on 2023-05-20 16:53 (UTC)
@AkechiShiro Thanks! I've applied this patch.
AkechiShiro commented on 2023-05-20 16:34 (UTC)
Please apply this patch, a typo is in the sources :