Subject: CVS commit: pkgsrc/devel/uv
From: Thomas Klausner
Date: 2025-03-06 12:15:35
Message id: 20250306111535.25699FBE1@cvs.NetBSD.org

Log Message:
devel/uv: import uv-0.6.4

Packaged by minskim, pin and myself in wip.

uv is an extremely fast Python package and project manager written in
Rust.  It aims to replace a variety of tools such as pip, pip-tools,
pipx, poetry, pyenv, twine, and virtualenv with a single, unified
interface.

uv features 10-100x faster performance compared to pip, and provides
installation and management of Python versions, running and installing
Python applications, and support for inline dependency metadata in
scripts.  It offers comprehensive project management with a universal
lockfile, a pip-compatible interface for a performance boost with a
familiar CLI, and support for Cargo-style workspaces for scalable
projects. uv is also disk-space efficient, with a global cache for
dependency deduplication.

Files:
RevisionActionfile
1.1addpkgsrc/devel/uv/DESCR
1.1addpkgsrc/devel/uv/Makefile
1.1addpkgsrc/devel/uv/PLIST
1.1addpkgsrc/devel/uv/cargo-depends.mk
1.1addpkgsrc/devel/uv/distinfo
1.1addpkgsrc/devel/uv/patches/patch-Cargo.toml