-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Add pyearthviz into conda #31960
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
base: main
Are you sure you want to change the base?
Add pyearthviz into conda #31960
Conversation
|
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/pyearthviz/recipe.yaml:
For recipes/pyearthviz/recipe.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/21159970986. Examine the logs at this URL for more detail. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds a new conda recipe for pyearthviz, a lightweight Python package for 2D visualization and plotting of geospatial and Earth science data.
Changes:
- Added conda-forge recipe for pyearthviz version 0.1.0
- Configured as a noarch Python package with dependencies including numpy, gdal, matplotlib, cartopy, scipy, statsmodels, pandas, and pyearth
- Included basic import tests and pip check validation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| git: https://github.com/changliao1025/pyearthviz | ||
| rev: main |
Copilot
AI
Jan 20, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The recipe is using a git repository as the source instead of a tarball. According to conda-forge best practices and the PR checklist, packages should be built from tarballs (url) rather than repos (git_url). Please update the source section to use a tarball from PyPI or a GitHub release tarball instead of cloning the repository directly.
| git: https://github.com/changliao1025/pyearthviz | |
| rev: main | |
| url: https://pypi.io/packages/source/p/pyearthviz/pyearthviz-${{ version }}.tar.gz |
|
Hi! This is the staged-recipes linter and your PR looks excellent! 🚀 |
|
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/pyearthviz/recipe.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/21161198480. Examine the logs at this URL for more detail. |
|
I am the author of this package, and I am willing to be listed here. |
|
@conda-forge/help-python , the package is ready for review, thank you. |
|
To help direct your pull request to the best reviewers, please mention a topic-specifc team if your recipe matches any of the following: conda-forge/help-c-cpp, conda-forge/help-cdts, conda-forge/help-go, conda-forge/help-java, conda-forge/help-julia, conda-forge/help-nodejs, conda-forge/help-perl, conda-forge/help-python, conda-forge/help-python-c, conda-forge/help-r, conda-forge/help-ruby,or conda-forge/help-rust. Thanks! |
|
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 ( |
Checklist
url) rather than a repo (e.g.git_url) is used in your recipe (see here for more details).