mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 21:30:08 +02:00
Switch to install from .whl package. IMO, we should do the same whenever possible for Python packages that do not require compilation, or otherwise special needs. It gives us some advantages: - faster builds. - simpler recipes. - can get/compare SHA_256 right from PyPI download page. This one is also valid for tarballs's case, if we use pypi.io / pythonhosted.org URIs of course. - can help avoid complex build dependencies (like `poetry`). The last one a major one, as it can help reduce maintenance costs.