registry: validate generated Python dependency metadata #394

Open
nsaspy wants to merge 0 commits from rage/173-python-dependency-metadata into main
Owner

Closes #173.

RED: d57e19cd proves malformed, blank, whitespace-padded, non-string, and duplicate python_dependencies values must fail before generated Nix evaluation.

Implementation: 0d49618b validates optional dependency metadata as unique canonical non-empty strings while leaving package existence to Nix.

Gate: exact-head compatibility contract tests, full registry/plugin nix flake check, and generated package builds.

Closes #173. RED: `d57e19cd` proves malformed, blank, whitespace-padded, non-string, and duplicate `python_dependencies` values must fail before generated Nix evaluation. Implementation: `0d49618b` validates optional dependency metadata as unique canonical non-empty strings while leaving package existence to Nix. Gate: exact-head compatibility contract tests, full registry/plugin `nix flake check`, and generated package builds.
Some checks failed
CI / test (pull_request) Failing after 17s
This branch is already included in the target branch. There is nothing to merge.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin rage/173-python-dependency-metadata:rage/173-python-dependency-metadata
git switch rage/173-python-dependency-metadata

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff rage/173-python-dependency-metadata
git switch rage/173-python-dependency-metadata
git rebase main
git switch main
git merge --ff-only rage/173-python-dependency-metadata
git switch rage/173-python-dependency-metadata
git rebase main
git switch main
git merge --no-ff rage/173-python-dependency-metadata
git switch main
git merge --squash rage/173-python-dependency-metadata
git switch main
git merge --ff-only rage/173-python-dependency-metadata
git switch main
git merge rage/173-python-dependency-metadata
git push origin main
Sign in to join this conversation.
No description provided.