packaging: add conda recipe (conda-forge staged-recipes candidate) - #94
Merged
Conversation
Pure-python noarch; deps pydantic/typeguard/requests/cloudpickle. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
conda meta.yaml is jinja-templated YAML; check-yaml cannot parse it. conda-forge lints recipes with its own tooling. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Member
Author
|
/gemini review |
On CPython 3.9 importlib.metadata does not normalize dots in
distribution names, so version('radical.asyncflow') fails at import
time - a 3.9 build would be broken. 3.10 is also conda-forge's floor.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Member
Author
|
Local review (gemini unresponsive; Claude Code fallback, medium effort) — RTD PR #93 came back clean, this PR had one real finding, addressed in the latest commit:
Upstream flag: pyproject's |
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.
Adds
recipe/meta.yaml: pure-python noarch recipe pinned to the released radical-asyncflow 0.5.0 sdist (sha256 verified). Runtime deps (pydantic/typeguard/requests/cloudpickle) all resolve on conda-forge.The authoritative copy will live in the conda-forge feedstock after staged-recipes submission; this in-repo copy is the working reference.
Verification: jinja renders and YAML parses; the sdist ships LICENSE (referenced by the recipe).
🤖 Generated with Claude Code