mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-30 19:48:11 +00:00
Merge uv-toolchain and uv-interpreter (#3265)
Moves all of `uv-toolchain` into `uv-interpreter`. We may split these out in the future, but the refactoring I want to do for interpreter discovery is easier if I don't have to deal with entanglement. Includes some restructuring of `uv-interpreter`. Part of #2386
This commit is contained in:
parent
1d2c57a259
commit
630d3fde5c
35 changed files with 275 additions and 285 deletions
|
|
@ -16,10 +16,8 @@ use platform_tags::{Tags, TagsError};
|
|||
use pypi_types::Scheme;
|
||||
use uv_cache::{Cache, CacheBucket, CachedByTimestamp, Freshness, Timestamp};
|
||||
use uv_fs::{write_atomic_sync, PythonExt, Simplified};
|
||||
use uv_toolchain::PythonVersion;
|
||||
|
||||
use crate::Virtualenv;
|
||||
use crate::{Error, Target};
|
||||
use crate::{Error, PythonVersion, Target, Virtualenv};
|
||||
|
||||
/// A Python executable and its associated platform markers.
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue