Update documentation references from conda-build to rattler-build#2360
Open
Update documentation references from conda-build to rattler-build#2360
Conversation
- 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
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.
Summary
This PR updates the documentation to reflect the transition from
conda-buildtorattler-buildas the build tool, along with some clarifications and improvements to existing documentation.Key Changes
Tool references: Updated references from
conda-buildtorattler-buildin multiple documentation filesdocs/build_options.md: Updated tool name in noarch Python sectiondocs/build_script.md: Updated tool name in environment variables documentation (2 instances)docs/reference/recipe_file.md: Updated tool name in Python version selectors sectionDocumentation improvements:
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)"CONDA_BUILDenvironment variable description inbuild_script.mdfrom "Always set to indicate that the conda-build process is running" to "Always set to indicate that the build process is running"PKG_HASHdocumentation: 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