Skip to content

Commit

Permalink
Remove resolved build tag TODO (astral-sh#10526)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Jan 11, 2025
1 parent 5aa5386 commit 9e948b7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions crates/uv-distribution-filename/src/wheel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@ impl WheelFilename {
// The wheel filename should contain either five or six entries. If six, then the third
// entry is the build tag. If five, then the third entry is the Python tag.
// https://www.python.org/dev/peps/pep-0427/#file-name-convention
//
// 2023-11-08(burntsushi): It looks like the code below actually drops
// the build tag if one is found. According to PEP 0427, the build tag
// is used to break ties. This might mean that we generate identical
// `WheelName` values for multiple distinct wheels, but it's not clear
// if this is a problem in practice.
let mut parts = stem.split('-');

let name = parts
Expand Down

0 comments on commit 9e948b7

Please sign in to comment.