Skip to content

Comments

Add package ryaml#32230

Open
davidbrochart wants to merge 5 commits intoconda-forge:mainfrom
davidbrochart:ryaml
Open

Add package ryaml#32230
davidbrochart wants to merge 5 commits intoconda-forge:mainfrom
davidbrochart:ryaml

Conversation

@davidbrochart
Copy link
Member

Checklist

  • Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml".
  • License file is packaged (see here for an example).
  • Source is from official source.
  • Package does not vendor other packages. (If a package uses the source of another package, they should be separate packages or the licenses of all packages need to be packaged).
  • If static libraries are linked in, the license of the static library is packaged.
  • Package does not ship static libraries. If static libraries are needed, follow CFEP-18.
  • Build number is 0.
  • A tarball (url) rather than a repo (e.g. git_url) is used in your recipe (see here for more details).
  • GitHub users listed in the maintainer section have posted a comment confirming they are willing to be listed there.
  • When in trouble, please check our knowledge base documentation before pinging a team.

@conda-forge-admin
Copy link
Contributor

Hi! This is the friendly automated conda-forge-linting service.

I failed to even lint the recipe, probably because of a conda-smithy bug 😢. This likely indicates a problem in your meta.yaml, though. To get a traceback to help figure out what's going on, install conda-smithy and run conda smithy recipe-lint --conda-forge . from the recipe directory. You can also examine the workflow logs for more detail.

This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/22065202742. Examine the logs at this URL for more detail.

@conda-forge-admin
Copy link
Contributor

conda-forge-admin commented Feb 16, 2026

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 (recipes/ryaml/recipe.yaml) and found it was in an excellent condition.

@github-actions
Copy link
Contributor

Hi! This is the staged-recipes linter and your PR looks excellent! 🚀

@davidbrochart
Copy link
Member Author

@conda-forge/help-python any idea about the linter failure?

@travishathaway
Copy link
Contributor

travishathaway commented Feb 22, 2026

Hi @davidbrochart,

The only advice I can give at this point is to add double quotes around the version:

context:
  maturin_version: ">=1,<2"
  version: "0.5.1"

I was looking at another recipe similar to this, and that was the only difference I saw:

Let me know if this works!

@davidbrochart
Copy link
Member Author

davidbrochart commented Feb 22, 2026

Thanks @travishathaway for looking into this.

@davidbrochart
Copy link
Member Author

@conda-forge/help-python ready for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants