Skip to content

Update documentation references from conda-build to rattler-build#2360

Open
wolfv wants to merge 2 commits intomainfrom
claude/complete-skip-pyc-docs-YTe87
Open

Update documentation references from conda-build to rattler-build#2360
wolfv wants to merge 2 commits intomainfrom
claude/complete-skip-pyc-docs-YTe87

Conversation

@wolfv
Copy link
Member

@wolfv wolfv commented Mar 21, 2026

Summary

This PR updates the documentation to reflect the transition from conda-build to rattler-build as the build tool, along with some clarifications and improvements to existing documentation.

Key Changes

  • Tool references: Updated references from conda-build to rattler-build in multiple documentation files

    • docs/build_options.md: Updated tool name in noarch Python section
    • docs/build_script.md: Updated tool name in environment variables documentation (2 instances)
    • docs/reference/recipe_file.md: Updated tool name in Python version selectors section
  • Documentation improvements:

    • Clarified glob pattern usage in build_options.md: Changed "The patterns used in this section do not need the ** to handle recursive paths" to "The patterns used are glob patterns — use ** to match files in nested directories (e.g. foo/**/*.py)"
    • Simplified CONDA_BUILD environment variable description in build_script.md from "Always set to indicate that the conda-build process is running" to "Always set to indicate that the build process is running"
    • Removed outdated version reference in PKG_HASH documentation: Removed "This is applicable from conda-build 3.0 onwards"

Notable Details

These changes ensure consistency across the documentation and provide clearer guidance for users, particularly regarding glob pattern usage for file matching in nested directories.

https://claude.ai/code/session_011vJvwnev3YjYja7jTEtXfC

claude added 2 commits March 21, 2026 06:02
- Fix skip_pyc_compilation docs: replace "conda-build" with "rattler-build"
  and correct the misleading claim about not needing ** for recursive paths
- Fix build_script.md: replace conda-build references in env var descriptions
- Fix recipe_file.md: replace conda-build with rattler-build for selectors

https://claude.ai/code/session_011vJvwnev3YjYja7jTEtXfC
These selectors are a conda-build feature that rattler-build never
supported, so update the wording to reflect that.

https://claude.ai/code/session_011vJvwnev3YjYja7jTEtXfC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants