-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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 pontibus recipe #29193
base: main
Are you sure you want to change the base?
Add pontibus recipe #29193
Conversation
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 ( |
Blocked by an upstream pin - working with maintainers to resolve it.
|
/azp run |
Commenter does not have sufficient privileges for PR 29193 in repo conda-forge/staged-recipes |
@conda-forge/help-python ready for review (win isn't building to deps missing on that platform but that is expected) |
git_url: https://github.com/OpenFreeEnergy/{{ name }}.git | ||
git_rev: v{{ version }} | ||
git_depth: -1 |
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.
git_url: https://github.com/OpenFreeEnergy/{{ name }}.git | |
git_rev: v{{ version }} | |
git_depth: -1 | |
url: https://github.com/OpenFreeEnergy/pontibus/archive/refs/tags/v{{ 0.0.1 }}.tar.gz | |
sha256: 6330c0c9072fdf47f42f0616226599c8d535c1a2e943f4ef4ec6af0882a98a6d |
|
||
build: | ||
noarch: python | ||
script: {{ 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.
script: {{ PYTHON }} -m pip install . -vv | |
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation |
Checklist
url
) rather than a repo (e.g.git_url
) is used in your recipe (see here for more details).