Skip to content
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

feat: conditional plugin loading #816

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"craft-application",
"craft-application~=4.9.1",
"craft-archives",
"craft-cli",
"craft-parts",
"craft-platforms",
"craft-providers",
"craft-store",
"overrides",
"spdx-lookup",
"tabulate",
Expand Down
1 change: 1 addition & 0 deletions rockcraft/sitecustomize.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
print("site customized!")
Empty file modified snap/hooks/configure
100644 → 100755
Empty file.
Empty file modified snap/hooks/remove
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ parts:
bin/craftctl: libexec/rockcraft/craftctl
# Extensions currently expect to find data files in share/rockcraft/
"**/site-packages/extensions": share/rockcraft/extensions
lib/python3.12/site-packages/rockcraft/sitecustomize.py: lib/python3.12/site-packages/sitecustomize.py
override-build: |
uv export --no-dev --no-emit-workspace --no-emit-package pywin32 --output-file uv-requirements.txt
${SNAP}/libexec/snapcraft/craftctl default
Expand Down
145 changes: 141 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading