Skip to content

Add optional uv support to the Python feature - #77

Draft
Roemer with Copilot wants to merge 2 commits into
mainfrom
copilot/add-support-for-uv
Draft

Add optional uv support to the Python feature#77
Roemer with Copilot wants to merge 2 commits into
mainfrom
copilot/add-support-for-uv

Conversation

Copilot AI commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

The Python feature lacked support for installing uv and configuring its package indexes. This change adds optional uv installation with correct primary and extra index configuration.

  • uv installation

    • Adds version and download URL options.
    • Supports AMD64/ARM64 and GNU/musl Linux archives.
    • Installs uv to /usr/local/bin.
  • Index configuration

    • Writes /etc/uv/uv.toml with index-url and extra-index-url.
    • Adds override support for corporate mirrors.
  • Metadata and coverage

    • Updates feature documentation and override definitions.
    • Adds an installation scenario validating uv and its configuration.

Example:

{
  "version": "system-default",
  "uvVersion": "latest",
  "uvIndexUrl": "https://pypi.org/simple",
  "uvExtraIndexUrl": "https://example.com/simple"
}

Copilot AI linked an issue Sep 8, 2026 that may be closed by this pull request
Co-authored-by: Roemer <393641+Roemer@users.noreply.github.com>
Copilot AI changed the title [WIP] Add support for UV in the Python package Add optional uv support to the Python feature Sep 8, 2026
Copilot AI requested a review from Roemer September 8, 2026 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for uv in the python package

2 participants