-
Notifications
You must be signed in to change notification settings - Fork 1
Migrate the build system to Meson/meson-python #301
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
Open
agriyakhetarpal
wants to merge
47
commits into
main
Choose a base branch
from
meson-python!
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
d031c07
Add template `meson.build`
agriyakhetarpal af44227
Delete setuptools-related files
agriyakhetarpal 21577e7
Just make the binary "hugo" or "hugo.exe"
agriyakhetarpal 4ae548f
Add Hugo version template + Python files
agriyakhetarpal 7f805cb
Remove more setuptools metadata
agriyakhetarpal 41a7b34
Add meson-python as build backend
agriyakhetarpal 98540ae
Start script to build Hugo
agriyakhetarpal a25684e
Setup Zig, build Hugo, swap correct build date
agriyakhetarpal 5533e50
Override meson-python for build backend
agriyakhetarpal 9019d1b
Change location of Hugo cache storage
agriyakhetarpal f445608
Rename meson wrapper file
agriyakhetarpal 1fb5b2d
Generate some cross files
agriyakhetarpal 220b75c
Add config settings to use cross files + TODOs
agriyakhetarpal a7275ca
Fix path to build backend
agriyakhetarpal cb10e5e
Fix Hugo version update process
agriyakhetarpal 0717760
Change submodule location
agriyakhetarpal 76c8906
Delete wheel committed by error
agriyakhetarpal 69c2715
Add submodule at new location
agriyakhetarpal f6d144d
Add a job to test editable installations
agriyakhetarpal cce6c65
Make the sdist smaller
agriyakhetarpal ba30349
Add use_zig mappings and Hugo custom_target
agriyakhetarpal 42f441a
Update CLI paths for Hugo executable
agriyakhetarpal d0d09dc
Ignore generated version file
agriyakhetarpal a70288f
Try setting path to cross file
agriyakhetarpal e226c76
Stop meson-python from Windows internal libs check
agriyakhetarpal d361dd1
Test editable build with Python 3.14
agriyakhetarpal d414544
Point to generated cross files correctly
agriyakhetarpal 4cef2a0
Fix win32 cross file + fix paths to cross files
agriyakhetarpal 8c4ae9b
Try `github.workspace`
agriyakhetarpal f6e2f18
Work around Windows Meson cross file stuff...
agriyakhetarpal d15b18d
Fix lint
agriyakhetarpal 0546e02
Try to resolve different Hugo executables
agriyakhetarpal 943f122
Make editable session verbose
agriyakhetarpal 3ce50f6
Fix Python 3.10 joinpath mess
agriyakhetarpal e34f372
Fix wrong zig-windows-amd64-to-arm64 wheel tag
agriyakhetarpal 9a2f099
Try to make auditwheel happy
agriyakhetarpal dd20e6e
Force the platform tag in `get_platform_tag` to be correct
agriyakhetarpal d70881a
🪩 Automated fixes from https://pre-commit.ci
pre-commit-ci[bot] 3150bcb
Merge branch 'main' into meson-python!
agriyakhetarpal 202832a
Debug: try something
agriyakhetarpal 3965988
Revert "Debug: try something"
agriyakhetarpal 8d3d588
Revert "Try to make auditwheel happy"
agriyakhetarpal b0a80ac
Install binary to `datadir`, pick it using `sysconfig`
agriyakhetarpal d72d177
Update docs
agriyakhetarpal a2dba63
🪩 Automated fixes from https://pre-commit.ci
pre-commit-ci[bot] 1748319
Merge branch 'main' into meson-python!
agriyakhetarpal ef37cea
Bump version
agriyakhetarpal 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| [submodule "hugo"] | ||
| path = hugo | ||
| path = hugo-src | ||
| url = https://github.com/gohugoio/hugo.git |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
We can remove this mess once pypa/cibuildwheel#2827 is part of a release 😄