diff --git a/pkgs/astral-sh/ty/pkg.yaml b/pkgs/astral-sh/ty/pkg.yaml new file mode 100644 index 00000000000..2bf0e44aab0 --- /dev/null +++ b/pkgs/astral-sh/ty/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: astral-sh/ty@0.0.7 diff --git a/pkgs/astral-sh/ty/registry.yaml b/pkgs/astral-sh/ty/registry.yaml new file mode 100644 index 00000000000..cfa29f270ca --- /dev/null +++ b/pkgs/astral-sh/ty/registry.yaml @@ -0,0 +1,29 @@ +# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json +packages: + - type: github_release + repo_owner: astral-sh + repo_name: ty + description: An extremely fast Python type checker and language server, written in Rust + version_constraint: "false" + version_overrides: + - version_constraint: "true" + asset: ty-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + files: + - name: ty + src: ty-{{.Arch}}-{{.OS}}/ty + 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: ty diff --git a/registry.yaml b/registry.yaml index 2b4913218ba..5f95e98d563 100644 --- a/registry.yaml +++ b/registry.yaml @@ -14440,6 +14440,33 @@ packages: - goos: windows format: raw asset: rye-{{.Arch}}-{{.OS}} + - type: github_release + repo_owner: astral-sh + repo_name: ty + description: An extremely fast Python type checker and language server, written in Rust + version_constraint: "false" + version_overrides: + - version_constraint: "true" + asset: ty-{{.Arch}}-{{.OS}}.{{.Format}} + format: tar.gz + files: + - name: ty + src: ty-{{.Arch}}-{{.OS}}/ty + 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: ty - type: github_release repo_owner: astral-sh repo_name: uv