forked from pool/python-build
This branch is 12 commits behind pool/python-build:factory
* Avoid error when terminal width is undetectable on Python < 3.11 * Add --installer option, supporting pip and uv. Added uv extra. * Improve console output and provide -v for dependency installation * Avoid compiling unused bytecode when using pip * Dropped support for Python 3.7 * Fixed invoking outer pip from user site packages * Corrected the minimum pip version required to use an outer pip * Use external pip if available instead of installing, speeds up environment setup with virtualenv slightly and venv significantly. * Stopped injecting wheel as a build dependency automatically, in the case of missing pyproject.toml -- by :user:`webknjaz`. * Use importlib_metadata on Python <3.10.2 for bugfixes not present in those CPython standard libraries (not required when bootstrapping) -- by :user:`GianlucaFicarelli`. - Update to v0.9.0 - Drop remove-unused-import.patch - Add remove-unused-import.patch to work with importlib_metadata OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-build?expand=0&rev=28
Description
No description provided
Languages
Python
100%