Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.22.0 sdist is missing Rust extension sources #1287

Closed
mgorny opened this issue Apr 23, 2024 · 2 comments
Closed

0.22.0 sdist is missing Rust extension sources #1287

mgorny opened this issue Apr 23, 2024 · 2 comments

Comments

@mgorny
Copy link
Contributor

mgorny commented Apr 23, 2024

The 0.22.0 sdist archive on PyPI doesn't include Rust sources. The package fails to build extensions now:

running build_ext
running build_rust
build_rust: optional Rust extension dulwich._objects failed
can't find manifest for Rust extension `dulwich._objects` at path `crates/objects/Cargo.toml`
build_rust: optional Rust extension dulwich._pack failed
can't find manifest for Rust extension `dulwich._pack` at path `crates/pack/Cargo.toml`
build_rust: optional Rust extension dulwich._diff_tree failed
can't find manifest for Rust extension `dulwich._diff_tree` at path `crates/diff-tree/Cargo.toml`
@mgorny mgorny changed the title 0.22.0 is missing Rust extension sources 0.22.0 sdist is missing Rust extension sources Apr 23, 2024
@jelmer jelmer closed this as completed in 7a3ecf6 Apr 23, 2024
jelmer added a commit that referenced this issue Apr 23, 2024
@mgorny
Copy link
Contributor Author

mgorny commented Apr 23, 2024

Thanks, but Cargo.lock is still missing.

@jelmer
Copy link
Owner

jelmer commented Apr 24, 2024

Ah, thanks - will update in main (but won't treat as urgent - should all still work with just Cargo.toml)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants