-
-
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
Adding ARIA-tools #22370
Adding ARIA-tools #22370
Conversation
setting up structure
create meta yaml file
add build_base.sh script
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/ARIA-tools:
For recipes/ARIA-tools:
Documentation on acceptable licenses can be found here. |
Could you confirm support to maintain the ARIA-tools conda channel? @sssangha @cmarshak @jhkennedy |
@jhkennedy any thoughts on the PR or changes? |
Fix the license.
Fix comments from initial draft PR
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'm happy to be a maintainer! |
I can be a maintainer |
I confirm my support to be a maintainer |
Update version to match new release Co-authored-by: Joseph H Kennedy <[email protected]>
Update to point to new ariatools versiob Co-authored-by: Joseph H Kennedy <[email protected]>
@jhkennedy - do I need to review this? |
@charliermarsh I believe @dbekaert needs to accept or reject my suggestions and then mark it ready for review by the conda-forge team |
@conda-forge/help-python ready for review 🚀 |
Remove the build case Co-authored-by: Joseph H Kennedy <[email protected]>
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/ARIA-tools:
|
fix ScIpy space Co-authored-by: Joseph H Kennedy <[email protected]>
fix gdal space Co-authored-by: Joseph H Kennedy <[email protected]>
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/ARIA-tools:
|
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 think I was accidentally tagged here, maybe intended to tag @cmarshak who has an extremely similar name 😂 |
Oh no, my bad @charliermarsh ! Sorry! |
recipes/ARIA-tools/meta.yaml
Outdated
|
||
test: | ||
imports: | ||
- ARIA-tools |
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.
Should be ARIAtools
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.
When I install, I can do something like from ARIAtools import ARIAProduct
Fix for the import call Co-authored-by: Joseph H Kennedy <[email protected]>
disable test imports, will figure out the secrets test seperately. Co-authored-by: Charlie Marshak <[email protected]>
@conda-forge/staged-recipes and/or @conda-forge/help-python this should be ready to merge! |
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/ARIA-tools:
|
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 ( |
@conda-forge/staged-recipes and/or @conda-forge/help-python: hoping this could be ready to merge even with improvements down the road. |
recipes/ARIA-tools/build_base.sh
Outdated
@@ -0,0 +1,2 @@ | |||
export SETUPTOOLS_SCM_PRETEND_VERSION="$PKG_VERSION" | |||
$PYTHON -m pip install . -vv |
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.
You don't need this file with the script line in the recipe.
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.
I am interpreting the comment as requesting to remove build.sh
. Is that correct? Or should I remove one of the lines?
Thanks for your help with this.
Remove build.sh
Thank you @ocefpaf |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).