-
-
Notifications
You must be signed in to change notification settings - Fork 453
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
New bootstrap fixes #1329
Merged
adisbladis
merged 53 commits into
nix-community:master
from
sciyoshi:new-bootstrap-fixes
Oct 25, 2023
Merged
New bootstrap fixes #1329
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
7a5a573
chore: update nixpkgs to include python bootstrap rework
K900 65e5241
fix: remove overrides for everything involved in new bootstrap
K900 91e59e9
hack: rewrite all tests to use poetry-core
K900 dad0bb4
fix: rename uses of flit and add to packages that use it
sciyoshi 03af324
get things working
sciyoshi d303ebb
chore: fix pyproject.tomls in tests
cpcloud 8624024
chore: remove poetry from `pytest-metadata` test
cpcloud 8aaf699
chore: relock utf8-pyproject test
cpcloud 6761453
chore: fix python lower bound for git-deps-pinned
cpcloud 85feb80
chore: add hooks
cpcloud 2fbf946
chore: relock poetry itself
cpcloud b279a0f
chore: add hooks
cpcloud e035187
chore: checkpoint
cpcloud fce7cb4
chore: bring back the pypa build hook
cpcloud 363e85f
chore: clean up tests; disable broken ones
cpcloud d1dbb1e
chore: manylinux is broken; part way through trying to fix it
cpcloud 9316bf3
style: remove unnecessary parens
cpcloud 6bb62c6
style: rename unused parameter
cpcloud 34278c0
chore: remove dead import
cpcloud c17f130
test: get `trivial` test passing
cpcloud bad8f08
test: patch test to use poetry-core
cpcloud 87c7794
chore: use pip build hook
cpcloud d5a2e6d
test(manylinux): test wheels instead of building from source
cpcloud ae2f682
chore: remove unused pip-install-hook.sh
cpcloud 76d7d38
chore: remove more unused hooks
cpcloud b427aff
chore: remove vendored flit-core
cpcloud 5682cf9
chore: remove vendored installer
cpcloud 70ecc01
chore: remove vendored packaging
cpcloud 7035e65
chore: remove vendored pyproject-hooks
cpcloud faa127b
chore: remove overridden check inputs
cpcloud 44e8277
chore: remove vendored build package
cpcloud 87ed113
chore: remove vendored tomli package
cpcloud 880f0bd
chore: build bootstrapping packages using `pythonForBuild` to support…
cpcloud c8829ba
chore: revert opencv test to existing versions
cpcloud ba9716d
chore: sort build systems
cpcloud 1810cc2
chore: use the correct python version for bootstrapping
cpcloud 84db6c9
chore: fix jq for python311
cpcloud 705cf90
chore: pin mutmut test to python310
cpcloud 806eb84
chore: use poetry from upstream nixpkgs
cpcloud a86df00
ci: use nix commands
cpcloud 8610d83
ci: use runner commands
cpcloud 733412c
chore: use nix-shell
cpcloud b3d597d
chore: use exit 0 instead of YAML `true` constant
cpcloud 6775f89
chore: do not fail fast in CI for nix-build jobs
cpcloud 8463729
chore: build as far as possible
cpcloud eae09d1
chore: remove dead code
cpcloud e3d8509
fix(sphinx): get sphinx5+ working
cpcloud ad983b4
chore: fix pandas build that does not have pyproject.toml
cpcloud 26e75e5
chore: fix psutil for darwin on newer nixpkgs
cpcloud 321e0e9
chore: try against `nixpkgs/master`
cpcloud b251275
chore: pin psutil on mac
cpcloud 3fe4315
chore: pin psutil in `scientific`
cpcloud 93c345c
chore: pin ml-stack
cpcloud 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 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
use nix | ||
use flake | ||
watch_file ./nix/* |
This file contains 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 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 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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 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 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 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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
[ | ||
"poetry", | ||
"poetry-core", | ||
"flit", | ||
"flit-core", | ||
"pbr", | ||
"flitBuildHook", | ||
"cython", | ||
"hatchling", | ||
"hatch-vcs", | ||
"setuptools", | ||
"setuptools-scm" | ||
"poetry", | ||
"poetry-core", | ||
"flit", | ||
"flit-core", | ||
"pbr", | ||
"cython", | ||
"hatchling", | ||
"hatch-vcs", | ||
"setuptools", | ||
"setuptools-scm" | ||
] |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's kinda hard to tell that this is the only line which changed without ignoring whitespace. Would it be possible to either move the whitespace change to a separate commit or omit it entirely?