Date: 2026-06-20
No live submissions were attempted for Conda-forge, CRAN, Terraform Registry, Helm/Artifact Hub, or Ansible Galaxy. This file records repository-side readiness only.
| Platform | Local artifact | Status |
|---|---|---|
| Conda-forge | conda-forge/recipe/meta.yaml | Prepared, but not dry-run passed. Python build/tests pass; rattler-build rejects the conda-build Jinja meta.yaml, so final validation should happen through conda-build or conda-forge staged-recipes CI after replacing local source.path with a released URL and sha256. |
| CRAN | r/minimaxh3R/ | Dry-run passed. R CMD build and R CMD check --as-cran pass with 0 ERROR, 0 WARNING, and 2 NOTE. |
| Terraform Registry | terraform/cloudflare-minimaxh3-assets/ | Dry-run passed. terraform fmt -check -recursive, terraform init -backend=false, and terraform validate pass. Live registry listing still needs a separate public module repo and semver tag. |
| Helm / Artifact Hub | docker/asset-gateway/, charts/minimaxh3-asset-gateway/ | Dry-run passed. Asset gateway tests, helm lint, and helm template pass. Live listing still needs a published image and chart repository/index. |
| Ansible Galaxy | ansible_collections/baiwei/minimaxh3/ | Dry-run passed. ansible-galaxy collection build and the example workspace playbook in local check mode pass. Live publishing still needs Galaxy namespace/token confirmation. |
PYTHONDONTWRITEBYTECODE=1 python3 -m unittest discover
/tmp/minimaxh3-site-kit-venv/bin/coverage run -m unittest discover
/tmp/minimaxh3-site-kit-venv/bin/coverage report --fail-under=90
/tmp/minimaxh3-site-kit-venv/bin/python -m build
npm test
npm test --prefix docker/asset-gateway
R CMD build r/minimaxh3R
R CMD check --as-cran minimaxh3R_0.1.0.tar.gz
terraform -chdir=terraform/cloudflare-minimaxh3-assets fmt -check -recursive
terraform -chdir=terraform/cloudflare-minimaxh3-assets init -backend=false
terraform -chdir=terraform/cloudflare-minimaxh3-assets validate
helm lint charts/minimaxh3-asset-gateway
helm template minimaxh3-asset-gateway charts/minimaxh3-asset-gateway
ansible-galaxy collection build ansible_collections/baiwei/minimaxh3 --force
ansible-playbook -i localhost, -c local ansible_collections/baiwei/minimaxh3/examples/workspace.yml --check
rattler-build build -r conda-forge/recipe/meta.yaml
git diff --check
Expected exception: rattler-build currently fails because this recipe uses
conda-build Jinja syntax. That is recorded as a Conda-forge preparation blocker,
not a failure of the Python package itself.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |