docs: add pure python example recipe#2739
Open
ruben-arts wants to merge 16 commits intoconda-forge:mainfrom
Open
docs: add pure python example recipe#2739ruben-arts wants to merge 16 commits intoconda-forge:mainfrom
ruben-arts wants to merge 16 commits intoconda-forge:mainfrom
Conversation
✅ Deploy Preview for conda-forge-previews ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
jaimergp
reviewed
Feb 3, 2026
jaimergp
reviewed
Feb 3, 2026
jaimergp
reviewed
Feb 3, 2026
jaimergp
reviewed
Feb 3, 2026
jaimergp
reviewed
Feb 3, 2026
jaimergp
reviewed
Feb 3, 2026
jaimergp
reviewed
Feb 3, 2026
pavelzw
reviewed
Feb 3, 2026
Co-authored-by: jaimergp <[email protected]>
Co-authored-by: jaimergp <[email protected]>
Co-authored-by: jaimergp <[email protected]>
Co-authored-by: jaimergp <[email protected]>
Co-authored-by: jaimergp <[email protected]>
Co-authored-by: jaimergp <[email protected]>
Co-authored-by: jaimergp <[email protected]>
Contributor
Author
|
Did some more changes.
|
isuruf
reviewed
Feb 3, 2026
Co-authored-by: Isuru Fernando <[email protected]>
Contributor
Author
|
The check link ci seems to fail on something unrelated: https://github.com/conda-forge/conda-forge.github.io/actions/runs/21639086746/job/62373420342?pr=2739#step:4:113 |
pavelzw
reviewed
Feb 4, 2026
Co-authored-by: Pavel Zwerschke <[email protected]>
Contributor
Author
|
I did another pass, the example should be more minimal, and the paragraphs more helpful 👍 |
pavelzw
approved these changes
Feb 4, 2026
Contributor
Author
isuruf
reviewed
Feb 5, 2026
| - example-package | ||
| python_version: | ||
| - ${{ python_min }}.* | ||
| - * |
Member
There was a problem hiding this comment.
rattler-build can't parse this without
Suggested change
| - * | |
| - "*" |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

PR Checklist:
docs/orcommunity/, you have added it to the sidebar in the corresponding_sidebar.jsonfileI've personally always been looking for such a recipe example when making recipes. So I just made one. Let me know if I got it wrong.