-
Notifications
You must be signed in to change notification settings - Fork 10
skip get_requires for setuptools projects #41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
873180f
conflicts
jameslamb 7a80716
formatting
jameslamb 7dfd8f4
always add for setuptools
jameslamb ceefb83
fix docstring
jameslamb d801116
always get nightlies in scikit-build-core test
jameslamb 054c77c
Merge branch 'main' into setuptools
jameslamb b67f4d3
Merge branch 'main' of github.com:rapidsai/rapids-build-backend into …
jameslamb 927b3af
add test files
jameslamb fa9adcb
adding tests
jameslamb aa2049b
reformat, prevent pre-commit from dropping matplotlib out of setup.py
jameslamb 23ce5e1
more testing
jameslamb e5c8b5e
formatting
jameslamb 6fa35e0
dev version for testing in ucx-py
jameslamb 3a7d2a1
Revert "dev version for testing in ucx-py"
jameslamb 1a5f6f8
Update tests/examples/setuptools-with-imports-in-setup-py/setup.py
jameslamb b265072
use more-itertools, specifically setuptools.build_meta
jameslamb fdd491b
merge
jameslamb a0c371a
Update rapids_build_backend/impls.py
jameslamb 43d5b00
inline error message
jameslamb 439053b
use templating for test setup
jameslamb 1c7c9e5
add docs note about setuptools support
jameslamb a564484
remove unnecessary patching
jameslamb 4c4763b
reformat tests
jameslamb 61fed2f
--file_key to --file-key
jameslamb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Copyright (c) 2024, NVIDIA CORPORATION. | ||
|
||
# [description] | ||
# | ||
# dependencies.yaml that intentionally only updates [tool.rapids-build-backend] table | ||
# in pyproject.toml. | ||
# | ||
# Create new templates to test other dependencies.yaml contents. | ||
# | ||
|
||
files: | ||
py_rapids_build: | ||
output: pyproject | ||
pyproject_dir: . | ||
extras: | ||
table: tool.rapids-build-backend | ||
key: requires | ||
includes: | ||
- build_python | ||
dependencies: | ||
build_python: | ||
specific: | ||
- output_types: [pyproject, requirements] | ||
matrices: | ||
- matrix: {cuda: "85.*"} | ||
packages: | ||
- more-itertools | ||
# keeping this empty means it'll only be filled in if | ||
# rapids-build-backend actually resolves one of the CUDA-specific | ||
# matrices | ||
- matrix: null | ||
packages: null |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
from setuptools import setup | ||
|
||
{% for line in setup_py_lines %} | ||
{{ line }} | ||
{% endfor %} |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.