Dependency of other Python dependencies, again following the uv thread. This is one of the simpler ones, depending only on python-installer (and Python itself). Again converted from the Alpine Linux port py3-hatchling.
Main difference is changing --destdir "${DESTDIR}" to --prefix "${DESTDIR}"/usr. It seems python-installer does some odd things with the default install prefix. This needs to be controlled by setting the prefix explicitly, but also means the destination directory does not need to be adjusted. The Python version also doesn't need to be discovered/parsed this way, which is interesting.
Dependency of other Python dependencies, again following the [uv](https://docs.astral.sh/uv/) thread. This is one of the simpler ones, depending only on `python-installer` (and Python itself). Again converted from the Alpine Linux port `py3-hatchling`.
Main difference is changing `--destdir "${DESTDIR}"` to `--prefix "${DESTDIR}"/usr`. It seems `python-installer` does some odd things with the default install prefix. This needs to be controlled by setting the prefix explicitly, but also means the destination directory does not need to be adjusted. The Python version also doesn't need to be discovered/parsed this way, which is interesting.