mirror of
https://github.com/astral-sh/uv.git
synced 2025-09-26 20:19:08 +00:00
docs(concepts): mention PEP 625 (#7189)
## Summary Follow-up to https://github.com/astral-sh/uv/pull/7168#discussion_r1748914880.
This commit is contained in:
parent
4466402214
commit
eec5403adf
1 changed files with 4 additions and 3 deletions
|
@ -298,9 +298,10 @@ as if they do not exist.
|
||||||
|
|
||||||
## Source distribution
|
## Source distribution
|
||||||
|
|
||||||
Most packages publish their source distributions as gzip tarball (`.tar.gz`) or zip (`.zip`)
|
[PEP 625](https://peps.python.org/pep-0625/) specifies that packages must distribute source
|
||||||
archives. While less common, other formats are also supported when reading and extracting source
|
distributions as gzip tarball (`.tar.gz`) archives. Prior to this specification, other archive
|
||||||
distributions:
|
formats, which need to be supported for backward compatibility, were also allowed. uv supports
|
||||||
|
reading and extracting archives in the following formats:
|
||||||
|
|
||||||
- bzip2 tarball (`.tar.bz2`)
|
- bzip2 tarball (`.tar.bz2`)
|
||||||
- gzip tarball (`.tar.gz`)
|
- gzip tarball (`.tar.gz`)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue