summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-06-04Revert "add patch that reverts a bad commit..."a821
The proposed patch does not apply cleanly anymore, and it doesn't look it'll be easy to maintain the patch, so this reverts to the previous version (ie, no --all-features). Also, upstream's CI does not enable `--all-features` AFAICT. See also related discussion: https://github.com/PyO3/maturin/discussions/2608 This reverts commit 9894f12a1b61e8b707de65dd631411616b8f4228.
2025-06-02add patch that reverts a bad commit...a821
... and sync with official PKGBUILD (bad commit: 91707e94689446f86a911d83cc84606fa9ecac5e)
2025-05-21Re-enable checksa821
It seems using `--all-features` breaks the tests, so it is disabled. A somewhat related discussion in arch-dev-public suggests doing that: https://lists.archlinux.org/archives/list/arch-dev-public@lists.archlinux.org/thread/YFLNDFHT6NR65WD5LFPDQ2MZ26URMOD4/
2025-05-21add .gitignorea821
2025-05-03Sync with official PKGBUILDa821
* ignore/overwrite previous PKGBUILD and LICENSE * fix license warning in pyproject.toml * disable tests for the moment (too many fail)
2024-01-28fix python bindingsTruocolo
2024-01-27initial releaseTruocolo