Skip to content

Add recipe for repo2data#31569

Open
rgaiacs wants to merge 5 commits intoconda-forge:mainfrom
rgaiacs:repo2data
Open

Add recipe for repo2data#31569
rgaiacs wants to merge 5 commits intoconda-forge:mainfrom
rgaiacs:repo2data

Conversation

@rgaiacs
Copy link
Copy Markdown
Contributor

@rgaiacs rgaiacs commented Nov 27, 2025

@conda-forge/help-python this is ready for review!

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
Copy Markdown
Contributor

conda-forge-admin commented Nov 27, 2025

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 (recipes/repo2data/meta.yaml) and found some lint.

Here's what I've got...

For recipes/repo2data/meta.yaml:

  • ❌ The home item is expected in the about section.

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

- setuptools-scm >=8
- pip
run:
- python >=3.7
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- python >=3.7
- python >={{ python_min }}

@rgaiacs rgaiacs requested a review from ocefpaf November 27, 2025 10:39
@github-actions
Copy link
Copy Markdown
Contributor

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

@rgaiacs
Copy link
Copy Markdown
Contributor Author

rgaiacs commented Dec 8, 2025

@conda-forge/help-python this is ready for review!

Co-authored-by: Filipe <ocefpaf@gmail.com>
@rgaiacs
Copy link
Copy Markdown
Contributor Author

rgaiacs commented Dec 9, 2025

In run we do need >= . Only to build and test that we use the min version.

Thanks for the explication.

@ocefpaf
Copy link
Copy Markdown
Member

ocefpaf commented Dec 9, 2025

It is failing with:

datalad 1.2.1 requires packaging

This needs to be fixed upstream. W need to open an issue in the datalad feedstock.

@rgaiacs
Copy link
Copy Markdown
Contributor Author

rgaiacs commented Dec 9, 2025

This needs to be fixed upstream.

I'm a bit lost. https://anaconda.org/channels/conda-forge/packages/datalad/overview says that version 1.2.1 is available but the CI says that it requires packaging.

@ocefpaf
Copy link
Copy Markdown
Member

ocefpaf commented Dec 9, 2025

This needs to be fixed upstream.

I'm a bit lost. https://anaconda.org/channels/conda-forge/packages/datalad/overview says that version 1.2.1 is available but the CI says that it requires packaging.

packaging is the name of the missing dependency for datalad. See https://pypi.org/project/packaging/

@ocefpaf
Copy link
Copy Markdown
Member

ocefpaf commented Dec 9, 2025

See conda-forge/datalad-feedstock#138 for an attempt to fix datalad, but that package seems to break a few good practices and it is not an easy fix.

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