Skip to content

Commit

Permalink
feat: add astral-sh/uv (#20078)
Browse files Browse the repository at this point in the history
[astral-sh/uv](https://github.com/astral-sh/uv): An extremely fast Python package installer and resolver, written in Rust
  • Loading branch information
suzuki-shunsuke committed Feb 17, 2024
1 parent 6a6e914 commit e09b33f
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/astral-sh/uv/pkg.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
packages:
- name: astral-sh/uv@0.1.3
31 changes: 31 additions & 0 deletions pkgs/astral-sh/uv/registry.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
packages:
- type: github_release
repo_owner: astral-sh
repo_name: uv
description: An extremely fast Python package installer and resolver, written in Rust
version_constraint: "false"
version_overrides:
- version_constraint: "true"
asset: uv-{{.Arch}}-{{.OS}}.{{.Format}}
format: tar.gz
windows_arm_emulation: true
files:
- name: uv
src: "{{.AssetWithoutExt}}/uv"
replacements:
amd64: x86_64
arm64: aarch64
darwin: apple-darwin
linux: unknown-linux-musl
windows: pc-windows-msvc
checksum:
type: github_release
asset: "{{.Asset}}.sha256"
algorithm: sha256
overrides:
- goos: windows
format: zip
files:
- name: uv
replacements:
arm64: arm64
30 changes: 30 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e09b33f

Please sign in to comment.