-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add stacrs #28293
base: main
Are you sure you want to change the base?
Add stacrs #28293
Conversation
A no-dependency Python package for STAC, using Rust under the hood! Repo at https://github.com/stac-utils/stac-rs
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipes/stacrs/recipe.yaml:
For recipes/stacrs/recipe.yaml:
|
Silence conda-forge linter messag: `The top level meta key schema_version is unexpected`
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipes/stacrs/recipe.yaml:
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
Getting this build error:
I downloaded the sdist (stacrs-0.2.2.tar.gz) from https://pypi.org/project/stacrs/0.2.2/#files, and saw that the Cargo.toml at has these lines:
These appear to be derived from https://github.com/stac-utils/stac-rs/blob/d13c0f474c1e3b2fc3854bdf60f10608b273c689/Cargo.toml#L13-L18. The 'crates/cli` folder is indeed missing in the sdist, so need to see how to handle this... See related thread at PyO3/maturin#2046 |
A no-dependency Python package for STAC, using Rust under the hood! Repo at https://github.com/stac-utils/stac-rs
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).