-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build: replace milksnake with maturin (#2393)
While investigating why the [Python 3.11] PR failed in conda-forge I found out that there is an error in [milksnake]. Main issue is that milksnake seems to be abandoned, without recent releases, so submitting a PR to fix there might be unfruitful. [Python 3.11]: conda-forge/sourmash-minimal-feedstock#36 [milksnake]: https://github.com/getsentry/milksnake [maturin] is a PEP517-compatible backend for building packages and aimed at Rust packages (pure or mixed with more Python code, like sourmash). It is actively maintained, and supports the `cffi` bindings case that we use too. [maturin]: https://maturin.rs This PR is based on pyocd/cmsis-pack-manager#195 Closes #1564 (previous try with `setuptools-rust`)
- Loading branch information
Showing
16 changed files
with
184 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,6 @@ src/sourmash/_lowlevel*.py | |
Pipfile | ||
Pipfile.lock | ||
target/ | ||
Cargo.lock | ||
.eggs | ||
.asv | ||
pkg/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.