Package Details: python-pyrime 0.2.3-1

Git Clone URL: https://aur.archlinux.org/python-pyrime.git (read-only, click to copy)
Package Base: python-pyrime
Description: rime for python, attached to prompt-toolkit keybindings for some prompt-toolkit applications such as ptpython
Upstream URL: https://github.com/Freed-Wu/pyrime
Licenses: GPL3
Submitter: Freed
Maintainer: Freed
Last Packager: Freed
Votes: 0
Popularity: 0.000000
First Submitted: 2024-08-04 04:16 (UTC)
Last Updated: 2026-01-27 10:20 (UTC)

Latest Comments

listproc commented on 2026-03-25 12:31 (UTC) (edited on 2026-03-25 12:40 (UTC) by listproc)

Hi Freed, uv build --wheel can pick a user-installed uv-managed Python (e.g. 3.12), so the wheel ABI may become cp312 even on a Python 3.14 system. For reproducible builds, please force system Python installation:

uv build --wheel --python /usr/bin/python

Btw please add uv to makedepends. :)