mirror of
https://github.com/termux/termux-packages.git
synced 2025-06-10 05:46:16 +00:00
- Fixes https://github.com/termux/termux-packages/issues/24682 - (fixes the command `pip install changedetection.io` on-device because `python-ruff` is a dependency of that and cannot currently be built on-device) - Fixes https://github.com/dgtlmoon/changedetection.io/issues/3188 - (other workaround found there was to [edit the `requirements.txt` and remove `ruff`](c162ec9d52/requirements.txt (L116)
), now it should also work without needing to do that) - Arch Linux `ruff`, `python-ruff` packages used to help:d3288eff68/PKGBUILD
- `--skip-auditwheel` workaround for `maturin`-related build errors when targeting Termux found here: https://github.com/PyO3/pyo3/issues/2324 - `tikv-jemalloc-sys-0.5.3+5.3.0-patched-src-lib.rs.diff` is no longer applying + no longer necessary after https://github.com/tikv/jemallocator/pull/83
4 lines
211 B
Bash
4 lines
211 B
Bash
TERMUX_SUBPKG_DESCRIPTION="An extremely fast Python linter, written in Rust (Python bindings)"
|
|
TERMUX_SUBPKG_INCLUDE="lib/python${TERMUX_PYTHON_VERSION}/site-packages"
|
|
TERMUX_SUBPKG_DEPENDS="python, python-pip"
|