UV

Version: 0.9.6 Linux MacOS python management

Installation Instructions

Linux

Download Artefact
{
  "url": "{{ .SVar `.tool.uv.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.uv.download.filename` }}",
  "overwrite": false
}
Extract archive to shared space
{
  "destination": "{{ .PTools }}/uv/{{ .SVar `.tool.uv.download.version` }}",
  "skip_symlinks": true,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.uv.download.filename` }}"
}
Move files up one level to simplify directory structure
{
  "source": "{{ .PTools }}/uv/{{ .SVar `.tool.uv.download.version` }}/uv-x86_64-unknown-linux",
  "destination": "{{ .PTools }}/uv/{{ .SVar `.tool.uv.download.version` }}"
}

MacOS

Download Artefact
{
  "url": "{{ .SVar `.tool.uv.download.url` }}",
  "destination_folder": "{{ .PDownloads }}",
  "output_filename": "{{ .SVar `.tool.uv.download.filename` }}",
  "overwrite": false
}
Extract archive to shared space
{
  "destination": "{{ .PTools }}/uv/{{ .SVar `.tool.uv.download.version` }}",
  "skip_symlinks": true,
  "preserve_permissions": true,
  "remove_existing": true,
  "source": "{{ .PDownloads }}/{{ .SVar `.tool.uv.download.filename` }}"
}
Move files up one level to simplify directory structure
{
  "source": "{{ .PTools }}/uv/{{ .SVar `.tool.uv.download.version` }}/uv-x86_64-apple-darwin",
  "destination": "{{ .PTools }}/uv/{{ .SVar `.tool.uv.download.version` }}"
}

Binaries