mirror of
https://github.com/astral-sh/uv
synced 2026-01-09 07:33:20 -05:00
Rename puffin-cli crate to puffin (#976)
## Summary Like in Ruff, this simplifies a few things.
This commit is contained in:
@@ -13,5 +13,5 @@ set -euxo pipefail
|
||||
TARGET=${1}
|
||||
|
||||
hyperfine --runs 20 --warmup 3 --prepare "rm -rf .venv && virtualenv .venv && source activate .venv/bin/activate && pip install ${TARGET}" \
|
||||
"./target/release/puffin-cli uninstall ${TARGET}" \
|
||||
"./target/release/puffin uninstall ${TARGET}" \
|
||||
"pip uninstall -y ${TARGET}"
|
||||
|
||||
@@ -51,7 +51,7 @@ TEMPLATE = TOOL_ROOT / "template.mustache"
|
||||
PACKSE = TOOL_ROOT / "packse-scenarios"
|
||||
REQUIREMENTS = TOOL_ROOT / "requirements.txt"
|
||||
PROJECT_ROOT = TOOL_ROOT.parent.parent
|
||||
TARGET = PROJECT_ROOT / "crates" / "puffin-cli" / "tests" / "pip_install_scenarios.rs"
|
||||
TARGET = PROJECT_ROOT / "crates" / "puffin" / "tests" / "pip_install_scenarios.rs"
|
||||
|
||||
try:
|
||||
import packse
|
||||
|
||||
Reference in New Issue
Block a user